# Robots.txt for Sailu's Food # https://www.sailusfood.com User-agent: * Allow: / # Allow all search engines to crawl recipe pages Allow: /recipes/ Allow: /categories/ Allow: /api/sitemap # Block crawling of admin, API endpoints, and sensitive areas Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /wp-admin/ Disallow: /wp-content/ Disallow: /wp-includes/ Disallow: /*.json$ Disallow: /*?*utm_* Disallow: /*?*fbclid* Disallow: /*?*gclid* # Block common crawlers that don't respect robots.txt User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: SemrushBot Disallow: / User-agent: DotBot Disallow: / # Allow Google's important crawlers User-agent: Googlebot Allow: / User-agent: Googlebot-Image Allow: / User-agent: Googlebot-News Allow: / User-agent: Googlebot-Mobile Allow: / # Allow Bing User-agent: Bingbot Allow: / # Allow Facebook (for Open Graph) User-agent: facebookexternalhit Allow: / # Allow Twitter (for Twitter Cards) User-agent: Twitterbot Allow: / # Allow Pinterest User-agent: Pinterest Allow: / # Crawl-delay for specific bots User-agent: Slurp Crawl-delay: 2 # Sitemap location Sitemap: https://www.sailusfood.com/sitemap.xml # Additional sitemaps if you have them # Sitemap: https://www.sailusfood.com/sitemap-recipes.xml # Sitemap: https://www.sailusfood.com/sitemap-categories.xml # Host directive (for Yandex and others) Host: https://www.sailusfood.com