Forum Moderators: phranque
As it states on the google guidelines
"Don't use "&id=" as a parameter in your URLs, as we don't include these pages in our index."
Yet we find site such as
www.abmmxncnvnd.com/info/index.jsp?categoryId=2435445&backTo=711657&infoType=infosport
indexed on the google search engine.
Doe the statement above apply only to the tag "&id="?
Are we going to be fine being indexed if we have ID's but no "&id=" tags?
Sorry this is kind of confusing. It is my first time optimizing for an commerce website and it uses a lot of dynamic php.
Need an answer fast. Let me know if this doesn't make anysense I will try to rephrase.
I guess it's because "&id=" is often used to pass session IDs, and sites that do not explicitly disallow session creation for bots often end up with lots of these links in the index, which is potentially a security problem for badly scripted sites (session leakage).
[edited by: FalseDawn at 12:42 am (utc) on Sep. 8, 2006]