I use the tag NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"
1 - Does anyone know if this will also block Adsbot-Google from assessing the quality score of my pages?
2 - Is there an advantage to using robots.txt over meta tags?
Thanks.
-----
While we strongly recommend against restricting our system's automatic review of your landing page, you can edit your site's robots.txt file to avoid a review. The file must explicitly exclude your page from our system visits as follows:
To prevent AdsBot-Google from accessing your site, add the following to your robots.txt file:
User-agent: AdsBot-Google
Disallow: /
To prevent AdsBot-Google from accessing parts of your site, add the following to your robots.txt file:
User-agent: AdsBot-Google
Disallow: /exclude/
Where exclude represents the directories you don't want the AdWords system to visit.
Note: In order to avoid increasing CPCs for advertisers who don't intend to restrict AdWords visits to their pages, the system will ignore blanket exclusions (User-agent: *) in robots.txt files.
--------
Note tells you that they will ignore the *, which is used if you are blocking all search bots, which should work for you.