# AutoChangelog.com - Robots.txt # Allow all search engines to index public content User-agent: * Allow: / Allow: /changelog/ # Disallow private and authenticated areas Disallow: /dashboard Disallow: /billing Disallow: /settings Disallow: /team Disallow: /repositories Disallow: /changelog_entries Disallow: /onboarding Disallow: /admin # Disallow API endpoints Disallow: /api/ Disallow: /webhooks/ # Disallow authentication endpoints Disallow: /auth/ Disallow: /logout # Disallow Rails-generated assets (optional) Disallow: /assets/ Disallow: /packs/ # Sitemap location Sitemap: https://autochangelog.com/sitemap.xml