Yesterday when I happened to ACTUALLY BE READING G's Technical Guidelines, I came across the following: Does anyone happen to know if they mean they exclude URLs with the specific parameter "id", or that they are discouraging parameters in general? If they're talking about "id" in particular, hell, I use that all the time.
I have yet to see it make a big difference to be honest (With the exception of using keywords in URLs)
Yes, they talk of **id** in particular. SEbasic, u use id as a url parameter and u will see the difference in google. Google spider avoids it completely.
agreed.. i haven't run into any problems with them at least. i don't think this is true. i see many of these url's indexed in Google
My site has been using the id url parameter for 5 years and never had a problem in google. However I use ?id= and not &id= since it is my first and only parameter.
Well, you *can* use the id, and I think your pages will get indexed. But it will take considerably longer. On the other side, if you have clean URL's, Google will not hesitate and spider all your stuff.
It's wrong or a typo. Should read IMO: This is posted by GoogleGuy on WMW: Note that he says "session IDs".
Shawn - when you search Google for inurl:?id you get 220 million results. When you search Google for inurl:&id you get zero results. Either this is just me not using inurl properly, or &id= definitely needs to be avoided.
?, & (and most other punctuation) are not normal searchable characters. Which is why your inurl:?id query produces identical results to inurl:id.
Search with "&id=", I get the following results, Results 1 - 10 of about 647,000 for &id=. (0.23 seconds) consider the number of websites using such urls and the searching results. I think they do ignore such urls, although not completely.
The difference is that you searched for PAGES that have &id= in the content; the inurl:&id= search finds URLs that include it, which is zero.