Optional to [email protected]English • 8 months agoGoogle is no longer asking — feed the AI or you’re not in search resultspivot-to-ai.comexternal-linkmessage-square101fedilinkarrow-up1541arrow-down110file-text
arrow-up1531arrow-down1external-linkGoogle is no longer asking — feed the AI or you’re not in search resultspivot-to-ai.comOptional to [email protected]English • 8 months agomessage-square101fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish30•edit-28 months agoYou should put these entries into your robots.txt file. To block the Google search crawler use for all of your site: User-agent: Googlebot Disallow: / To block the Google AI crawler use: User-agent: Google-Advanced Disallow: /
minus-squareJamyanglinkfedilinkEnglish3•8 months agoWhat if I made a static site using Github pages hosting? Will having a robots.txt in my root folder ward off Google bhoots (devils)?
You should put these entries into your robots.txt file.
To block the Google search crawler use for all of your site:
User-agent: Googlebot
Disallow: /
To block the Google AI crawler use:
User-agent: Google-Advanced
Disallow: /
You rock, thank you!
What if I made a static site using Github pages hosting? Will having a robots.txt in my root folder ward off Google bhoots (devils)?
Yes.