Folks, Would anyone be able to show me how to code my robots.txt file to allow Adsbot but deny everyone else to my entire domain? I just don't know what I'm doing with that file. Thank you
just add on your robots.txt: User-agent: * Disallow: / The Google adsbot will ignore disallows if you do not specify it directly.