# Full Size Life Robots.txt User-agent: * Allow: / # Disallow admin and API routes Disallow: /admin/ Disallow: /api/ Disallow: /auth/ Disallow: /debug/ Disallow: /debug-demo/ Disallow: /auth-test/ Disallow: /test-comments/ Disallow: /orders/ Disallow: /account/ Disallow: /profile/ # Disallow search with parameters Disallow: /search? # Allow search page itself Allow: /search # Allow media files Allow: /images/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.webp$ Allow: /*.svg$ # Sitemap location Sitemap: https://fullsize.life/sitemap.xml # RSS Feed Sitemap: https://fullsize.life/blog/rss.xml # Crawl delay (in seconds) - be nice to servers Crawl-delay: 1 # Google specific User-agent: Googlebot Allow: / Disallow: /admin/ Disallow: /api/ Crawl-delay: 0 # Bing specific User-agent: Bingbot Allow: / Disallow: /admin/ Disallow: /api/ Crawl-delay: 1