# https://anshadameenza.com/robots.txt User-agent: * Allow: / # Allow crawling of all content Allow: /blog/ Allow: /projects/ Allow: /startups/ Allow: /about/ Allow: /contact/ Allow: /services/ # Allow crawling of static assets Allow: /images/ Allow: /fonts/ Allow: /icons/ Allow: /assets/ Allow: /public/ # Disallow admin and system paths Disallow: /admin/ Disallow: /private/ Disallow: /api/ Disallow: /dashboard/ Disallow: /system/ Disallow: /tmp/ Disallow: /cache/ Disallow: /*.json$ Disallow: /*.xml$ Disallow: /*?* # Specific bot rules User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: Google-Extended Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai/1.0 Allow: / User-agent: Omgilibot Allow: / User-agent: omgili Allow: / # Allow AI training bots User-agent: * Allow: /blog/ Allow: /projects/ Allow: /startups/ Allow: /about/ Allow: /contact/ Allow: /services/ Allow: /research/ # Crawl delay to manage server load Crawl-delay: 10 # Sitemap location Sitemap: https://anshadameenza.com/sitemap-index.xml