# Pixocraft Robots.txt # Website: https://pixocraft.in # ------------------------------------------------------- # GLOBAL RULES — applies to all crawlers not listed below # ------------------------------------------------------- User-agent: * Allow: / Disallow: /api/ Disallow: /admin/ Crawl-delay: 1 # ------------------------------------------------------- # GOOGLE — full access, no crawl delay # ------------------------------------------------------- User-agent: Googlebot Allow: / Disallow: /api/ Disallow: /admin/ Crawl-delay: 0 User-agent: Googlebot-Image Allow: / User-agent: Googlebot-Mobile Allow: / # ------------------------------------------------------- # OTHER MAJOR SEARCH ENGINES # ------------------------------------------------------- User-agent: Bingbot Allow: / Disallow: /api/ Disallow: /admin/ Crawl-delay: 1 User-agent: Slurp Allow: / Disallow: /api/ Disallow: /admin/ User-agent: Yandex Allow: / Disallow: /api/ Disallow: /admin/ User-agent: Baiduspider Allow: / Disallow: /api/ Disallow: /admin/ User-agent: DuckDuckBot Allow: / Disallow: /api/ Disallow: /admin/ # ------------------------------------------------------- # SOCIAL MEDIA CRAWLERS — need full access for previews # ------------------------------------------------------- User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: WhatsApp Allow: / User-agent: Pinterestbot Allow: / # ------------------------------------------------------- # SEO AUDIT BOTS — slow them down # ------------------------------------------------------- User-agent: AhrefsBot Crawl-delay: 10 User-agent: SemrushBot Crawl-delay: 10 # ------------------------------------------------------- # JUNK BOTS — block entirely # ------------------------------------------------------- User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # ------------------------------------------------------- # SITEMAP # ------------------------------------------------------- Sitemap: https://pixocraft.in/sitemap.xml