# https://privvert.com — robots.txt # All file processing happens client-side. There is no user-generated content, # no login area, and no private endpoints. Crawl freely. User-agent: * Allow: / Disallow: /ads-txt-status # Allow Google AdSense crawler explicit access (required for ad serving). User-agent: Mediapartners-Google Allow: / # Allow Google AdsBot (used for landing-page quality checks). User-agent: AdsBot-Google Allow: / # Allow common AI/LLM crawlers — content is public, in-browser tooling. User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: Google-Extended Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / # Block static asset directories from showing up as "pages" in search. Disallow: /assets/ Disallow: /_build/ Sitemap: https://privvert.com/sitemap.xml