# Y2K Hairstyles - Robots.txt # Updated: 2026-01-15 # Purpose: SEO 优化和防止重复索引 User-agent: * # Next.js 静态资源(不需要索引) Disallow: /_next/ # 核心公开页面 Allow: / Allow: /y2k-hairstyle Allow: /showcases Allow: /blog Allow: /pricing Allow: /docs # API 接口(避免索引) Disallow: /api/ # 用户相关页面(避免索引) Disallow: /settings Disallow: /activity # 认证页面(避免索引) Disallow: /sign-in Disallow: /sign-up # 搜索和查询参数(避免重复索引) Disallow: /*?q= Disallow: /*?search= Disallow: /*?utm_ Disallow: /*?ref= # 多语言认证页面 Disallow: /*/sign-in Disallow: /*/sign-up # Sitemap Sitemap: https://y2khairstyles.com/sitemap.xml