By Medya-1 on
Hi folks I have a quick question
Google indexing these links on my site
www.mysite.com/user/login?destination=node%2F225
www.mysite.com/user/login?destination=node%2F254
etc...
How can I stop google indexing these links?
In my robots.txt I have
Disallow: /?q=user/login/
Disallow: /user/login/
but these doesn't seem to help
truly appreciate any feedback
Comments
up
up
subscribing
subscribing
do like this Disallow:
do like this
Disallow: /?q=user/login
Disallow: /user/login
remove / on robots.txt
thanks.
thanks.