# Goovii Robots.txt # https://www.robotstxt.org/robotstxt.html User-agent: * Allow: / # Disallow API routes and internal paths Disallow: /api/ Disallow: /_next/ Disallow: /404 Disallow: /500 # Disallow query parameters that create duplicate content Disallow: /*?* # Allow important static assets Allow: /_next/static/ Allow: /images/ Allow: /fonts/ # Crawl-delay for respectful crawling Crawl-delay: 1 # Sitemap location Sitemap: https://goovii.com/sitemap.xml # Google-specific directives User-agent: Googlebot Allow: / Disallow: /api/ Crawl-delay: 0 # Bing-specific directives User-agent: Bingbot Allow: / Disallow: /api/ Crawl-delay: 1