# GoToSocial robots.txt -- to edit, see internal/web/robots.go # More info @ https://developers.google.com/search/docs/crawling-indexing/robots/intro # Before we commence, a giant fuck you to ChatGPT in particular. # https://platform.openai.com/docs/gptbot User-agent: GPTBot Disallow: / # Rules for everything else. User-agent: * Crawl-delay: 500 # API endpoints. Disallow: /api/ # Auth/login endpoints. Disallow: /auth/ Disallow: /oauth/ Disallow: /check_your_email Disallow: /wait_for_approval Disallow: /account_disabled # Well-known endpoints. Disallow: /.well-known/ # Fileserver/media. Disallow: /fileserver/ # Fedi S2S API endpoints. Disallow: /users/ Disallow: /emoji/ # Settings panels. Disallow: /admin Disallow: /user Disallow: /settings/ # Domain blocklist. Disallow: /about/suspended