I guess what I'm trying to get at is that APC appears to be ignored alltogether.
I believe that not only is APC not optimized for google, it is intentionally or unintentionally blocking it. I laud APC's security on the boards as a whole, as I'm sure it results in less spam for its members. I don't particularly want my posts floating around on google for that reason. However, I believe that the plantfinder would not yield much of interest to an automated email gathering spam spider. If there are email addresses for picture copyrights etc in the plantfinder, they could be easily removed, placed elsewhere, and referenced.
At the following referenced site, a man mentions problems he had with his php site. He stated that the problem was that names like:
Code:
http://www.aquaticplantcentral.com/forumapc/plantfinder/details.php?id=215&category=genus&spec=Aponogeton
were simply to "boring" and long to be catalogued by the google spider. A more appropriate name would be
Code:
http://www.aquaticplantcentral.com/forumapc/plantfinder/215/Aponogeton
Here is the fix he used. I believe that the php program automatically fixes all the addresses, so its not labor intensive. The potential problems I can see are minimal.
Users which block session cookies would have a hard time using the plantfinder. They would also have a hard time buying anything on ebay, plane tickets, etc and probably can't use APC's iTrader feedback either. Even my paranoid father allows session cookies.
Search engines which have found our plantfinder would then contain broken links, but who uses anything besides google these days anyway.
Users whom had bookmarked individual plants would find their links broken.
Anyway, here's what the guy did.
Quote:
|
Originally Posted by http://www.shawnolson.net/a/457/optimizing-php-web-site-for-google.html
To turn the link appendage off in PHP, programmers need to edit the PHP.ini file on their server to turn off session.use_trans_sid and turn on session.use_only_cookies. If you don't have access to the PHP.ini file, you can turn it off by writing an .HTACCESS file and adding the lines "php_flag session.use_trans_sid Off" and "php_flag session.use_only_cookies On".
|
Unfortunately, I've had no experience with PHP, so I have no idea whether this idea is otherwise a good one or not.
"Aquarium plants"