I have certain dynamic pages based on a script that delivers lots of duplicate content. I DO NOT want googlebot to index those pages due to duplicate content penalties. So I dynamically inject <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> on those pages. But then I realized that this will probably cause the Mediapartners Adsense bot to not visit the page and therefore invalidate the ads for that page. How do I ALLOW adsense bot and DISALLOW the standard googlebot on a page by page basis using the META tag? I do not want to touch robots.txt. Thank you.