Forum Moderators: phranque
I've been aching for a long time to mention somewhere official that sites shouldn't use "&id=" as a parameter if they want maximal Googlebot crawlage, for example. So many sites use "&id=" with session IDs that Googlebot usually avoids urls with that parameter...
[webmasterworld.com...]
I'm top ranked in google for my chosen words so I can't complain.
That said, not every screen in my web program uses this. The basic "default" page and informational pages such as "contact" or "Faq", etc. are pretty static.
I do not want google to crawl those "inner" pages, I want them to find my default "outer" screens.
I think of it as a store. I want people to see my awning, I want them to look in the window, I want them to come inside and browse. I don't want them in the store room ,the cellar, or anywhere else behind the scenes.
?product=4958749 rather than ?id=4958749 to denote which product is being displayed just in case a spider decides to ignore the?id string. There exists in the web server ONE page called "products.php".
When a user clicks on a link to find another page it appends the product number: products.php?prod=45675
So that product page doesn't really exist and can't be spidered.
site:ebay.com inurl:forum.jsp