Files
sam-react-prod/public/robots.txt
byeongcheolryu 66a10935db Add Next.js project with internationalization support
- Set up Next.js 15 with TypeScript, ESLint, and Tailwind CSS
- Add i18n support for Korean, English, and Japanese
- Implement language switcher and navigation components
- Update .gitignore to exclude node_modules, IDE files, and build artifacts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 13:33:00 +09:00

42 lines
907 B
Plaintext

# robots.txt for Multi-tenant ERP System
# Moderate blocking strategy to prevent Chrome warnings
# Allow homepage and public pages for legitimate access
User-agent: *
Allow: /
Allow: /login
Allow: /about
# Block core ERP functionality and sensitive areas
Disallow: /dashboard
Disallow: /admin
Disallow: /api
Disallow: /tenant
Disallow: /settings
Disallow: /users
Disallow: /reports
Disallow: /analytics
Disallow: /inventory
Disallow: /finance
Disallow: /hr
Disallow: /crm
# Block common sensitive patterns
Disallow: /*?*sessionid=
Disallow: /*?*token=
Disallow: /*?*key=
Disallow: /*/private
Disallow: /*/internal
# Prevent indexing of sensitive file types
Disallow: /*.json$
Disallow: /*.xml$
Disallow: /*.csv$
Disallow: /*.xls$
Disallow: /*.xlsx$
# Crawl delay to reduce server load (in seconds)
Crawl-delay: 10
# Sitemap (optional - can be added later)
# Sitemap: https://yourdomain.com/sitemap.xml