# ========================================= # Robots.txt # ========================================= User-agent: * Allow: / # Block internal Next.js & technical routes Disallow: /_next/ Disallow: /api/ Disallow: /admin/ Disallow: /auth/ Disallow: /favicon.ico # Block common non-content parameters Disallow: /*?* Disallow: /*&* # Allow localized content explicitly (optional but clear) Allow: /ru/ Allow: /en/ # Sitemap Sitemap: https://heartteamspb.com/sitemap.xml # ========================================= # Google-specific # ========================================= User-agent: Googlebot Allow: / Crawl-delay: 1 # ========================================= # Yandex-specific # ========================================= User-agent: Yandex Allow: / Crawl-delay: 2