Which is the right syntax to block all crawlers excepts Google AdSense and Google AdWords using a robots.txt? This is the content of my robots.txt file
User-agent: Mediapartners-Google
Allow: /
User-agent: Adsbot-Google
Allow: /
|
|
Which is the right syntax to block all crawlers excepts Google AdSense and Google AdWords using a robots.txt? This is the content of my robots.txt file
|
||
|
|
|
|
Just add a
after the user agents you want to allow. For the sake of completeness, this is the final
|
|||
|
|
|
|
What purpose would this be for... Landing pages? |
|||
|
|