# Robots.txt for GagRecipe.org # Complete gag recipe collection for Grow a Garden cooking User-agent: * Allow: / # Allow all main content Allow: /index.html Allow: /sitemap.xml Allow: /favicon.ico Allow: /apple-touch-icon.png # Allow recipe sections Allow: /#recipes Allow: /#cooking-guide Allow: /#rewards Allow: /#legendary-burger Allow: /#mythical-sushi Allow: /#legendary-cake Allow: /#prismatic-pizza Allow: /#mythical-icecream Allow: /#divine-waffle Allow: /#rare-salad # Block admin and sensitive areas (if they exist) Disallow: /admin/ Disallow: /private/ Disallow: /backup/ Disallow: /logs/ Disallow: /.git/ Disallow: /config/ Disallow: /database/ # Block temporary and system files Disallow: /tmp/ Disallow: /*.tmp Disallow: /*.log Disallow: /*~ Disallow: /*.bak # Allow common web assets Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.gif Allow: /*.svg Allow: /*.webp Allow: /*.ico # Allow social media images Allow: /og-image.jpg Allow: /twitter-image.jpg # Special crawl rate for major search engines User-agent: Googlebot Crawl-delay: 1 User-agent: Bingbot Crawl-delay: 2 User-agent: Slurp Crawl-delay: 2 # Block AI training bots (optional) User-agent: GPTBot Disallow: / User-agent: ChatGPT-User Disallow: / User-agent: CCBot Disallow: / User-agent: anthropic-ai Disallow: / # Sitemap location Sitemap: https://gagrecipe.org/sitemap.xml