\# \------------------------------------------------------------ \# robots.txt for https://trysimmer.com/ \# Framework: Next.js \# SEO \+ AI-friendly configuration \# Last updated: 2025-11-05 \# \------------------------------------------------------------ \# Default: allow all major search and AI crawlers User-agent: \* Disallow: /api/ Disallow: /\_next/ Disallow: /private/ Disallow: /server/ Disallow: /scripts/ Disallow: /temp/ Disallow: /checkout Disallow: /cart Disallow: /404 Disallow: /500 Disallow: /\*?replytocom= Disallow: /\*?s= Disallow: /\*?sort=\* \# Allow Next.js static and build assets Allow: /\_next/static/ Allow: /\_next/image/ Allow: /\*.js$ Allow: /\*.css$ Allow: /\*.png$ Allow: /\*.jpg$ Allow: /\*.jpeg$ Allow: /\*.svg$ Allow: /\*.webp$ \# Sitemap reference (important for indexing) Sitemap: https://trysimmer.com/sitemap.xml \# Allow popular AI crawlers (for AI summaries & indexing) User-agent: ChatGPT-User Allow: / User-agent: GPTBot Allow: / User-agent: Google-Extended Allow: / User-agent: CCBot Allow: / \# End of robots.txt \# \------------------------------------------------------------