User-agent: * Allow: / # 사이트맵 위치 Sitemap: https://ai-excuse.codelabtiger.com/sitemap.xml # 크롤링 속도 제한 (서버 부하 방지) Crawl-delay: 1 # 개발 관련 파일 및 디렉토리 제외 Disallow: /node_modules/ Disallow: /src/ Disallow: /.git/ Disallow: /dist/ Disallow: /build/ Disallow: /.vscode/ Disallow: /.history/ # 설정 파일 및 민감한 파일 제외 Disallow: /*.json$ Disallow: /*.md$ Disallow: /*.config.js$ Disallow: /*.config.ts$ Disallow: /package*.json Disallow: /tsconfig*.json Disallow: /.env* Disallow: /ai-key.txt # API 및 내부 경로 제외 Disallow: /api/internal/ Disallow: /admin/ Disallow: /_nuxt/ Disallow: /stats.html # 정적 리소스는 허용하지만 인덱싱 불필요 Disallow: /assets/ Disallow: /*.css$ Disallow: /*.js$ Disallow: /*.map$ # 메인 페이지 및 기능별 페이지 명시적 허용 Allow: / Allow: /late Allow: /absence Allow: /meeting Allow: /homework Allow: /hall-of-fame # 언어 파라미터가 포함된 페이지 허용 Allow: /*?lang=ko* Allow: /*?lang=en* # 일반적인 SEO 친화적 파일들 허용 Allow: /favicon.ico Allow: /robots.txt Allow: /sitemap.xml Allow: /manifest.json # 검색엔진별 특별 규칙 User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: NaverBot Allow: /