you are viewing a single comment's thread
view the rest of the comments
[–] 22 points 2 years ago (1 child)

So how do I actually opt out? My website is just some personal hobby stuff on wordpress that only friends and family look at, I don’t need seo.

  • source
  • hideshow 2 child comments
  • [–] 30 points 2 years ago* (last edited 2 years ago) (2 children)

    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: /

  • source
  • parent
  • hideshow 4 child comments