View Single Post
  #8 (permalink)  
Old 03-06-2008, 12:24 AM
dsellers dsellers is offline
WebProWorld New Member
 

Join Date: Mar 2008
Posts: 5
dsellers RepRank 0
Default Re: Question About Robots and Adwords

I was just behind the times when it comes to robots.txt. I didn't know about it until today (I thought the meta tags controlled these things). Anyway, I found this help page:

How do I block or allow Googlebot?

Based on this, I think this what I should put in the robots.txt file of my ministes:

User-agent: Adsbot-Google
Allow: /
User-agent: Googlebot
Disallow: /
User-agent: Googlebot-Mobile
Disallow: /
User-agent: Googlebot-Image
Disallow: /
User-agent: *
Disallow: /robots.txt


This will allow the google adwords bot in (so I won't be penalized for adwwords quality score), but it will keep other bots out so I won't be penalized for duplicate content in relation to SEO. I put Disallow: /robots.txt line so that the robots.txt won't get indexed and cached. If I'm not understanding any of this correctly, please let me know.

Last edited by dsellers : 03-06-2008 at 12:35 AM. Reason: forget to add line of code
Reply With Quote