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

Medya-1’s picture

up

drupaloSa’s picture

subscribing

Medya-1’s picture

do like this

Disallow: /?q=user/login
Disallow: /user/login

remove / on robots.txt

drupaloSa’s picture

thanks.