# Copyright01 - robots.txt # All crawlers (search engines + AI) share the same rules. # Public content is open, private/auth areas are blocked. User-agent: * Allow: / # Authenticated / private areas Disallow: /admin Disallow: /dashboard Disallow: /deposit Disallow: /profile Disallow: /api/ # Auth pages (FR) Disallow: /login Disallow: /register Disallow: /password/ # Auth pages (EN) Disallow: /en/login Disallow: /en/register Disallow: /en/password/ Disallow: /en/profile Disallow: /en/dashboard # Functional forms (not content) Disallow: /contact-author/ Disallow: /en/contact-author/ Disallow: /es/login Disallow: /es/register Disallow: /es/password/ Disallow: /es/profile/ Disallow: /es/depositar/create Disallow: /es/dashboard/ Disallow: /es/contactar-autor/ # Machine-readable documentation (AI discovery) # OpenAPI: https://www.copyright01.com/openapi.yaml # LLMs.txt: https://www.copyright01.com/llms.txt # LLMs-full: https://www.copyright01.com/llms-full.txt # MCP Discovery: https://www.copyright01.com/.well-known/mcp.json # MCP Endpoint: https://www.copyright01.com/mcp Sitemap: https://www.copyright01.com/sitemap.xml