Optional@lemmy.world to Technology@lemmy.worldEnglish · 7 个月前Google is no longer asking — feed the AI or you’re not in search resultspivot-to-ai.comexternal-linkmessage-square102fedilinkarrow-up1540arrow-down110file-text
arrow-up1530arrow-down1external-linkGoogle is no longer asking — feed the AI or you’re not in search resultspivot-to-ai.comOptional@lemmy.world to Technology@lemmy.worldEnglish · 7 个月前message-square102fedilinkfile-text
minus-squareColinHayhurst@lemmy.worldlinkfedilinkEnglisharrow-up30·edit-27 个月前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: /
minus-squareJamyang@lemmy.worldlinkfedilinkEnglisharrow-up3·7 个月前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)?
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.