User-agent: * Allow: / # Sitemap Sitemap: https://egovt.in/api/sitemap.php Sitemap: https://egovt.in/sitemap.xml # Crawl-delay for respectful crawling Crawl-delay: 1 # Allow all major search engines User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Block access to admin and sensitive areas Disallow: /admin/ Disallow: /config/ Disallow: /models/ Disallow: /python_app/ Disallow: /setup.php Disallow: /env.example Disallow: /README.md # Allow API endpoints for programmatic SEO Allow: /api/ai-index.php Allow: /api/page.php Allow: /api/rss.php Allow: /api/sitemap.php Allow: /api/health.php # Block access to temporary and cache files Disallow: /tmp/ Disallow: /cache/ Disallow: /logs/ Disallow: /*.log Disallow: /*.tmp Disallow: /*.bak # Allow access to important assets Allow: /assets/ Allow: /assets/css/ Allow: /assets/js/ Allow: /assets/images/ Allow: /assets/logo.png Allow: /assets/favicon.ico # Block access to development files Disallow: /*.md Disallow: /*.txt Disallow: /node_modules/ Disallow: /.git/ Disallow: /.env Disallow: /composer.json Disallow: /composer.lock Disallow: /package.json Disallow: /package-lock.json # Allow specific file types Allow: /*.html Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.gif Allow: /*.svg Allow: /*.ico Allow: /*.xml