# Robots.txt for All Christian Songs Lyrics # https://www.allchristiansongslyrics.com/robots.txt User-agent: * Allow: / # Allow crawling of main content areas Allow: /languages/ Allow: /community Allow: /contact Allow: /song/ # Keep search crawlable so Google can see noindex on filtered pages Allow: /search # Disallow private/user-specific areas Disallow: /auth/ Disallow: /auth/confirm Disallow: /auth/oauth Disallow: /auth/forgot-password Disallow: /auth/update-password Disallow: /setlist Disallow: /favorites Disallow: /favorites/ Disallow: /editor/ Disallow: /admin/ # Disallow API routes and internal paths Disallow: /api/ Disallow: /_next/ Disallow: /node_modules/ Disallow: /cdn-cgi/ # Disallow non-content files Disallow: /site.webmanifest # Allow static assets Allow: /favicon.ico Allow: /logo.png Allow: *.css Allow: *.js Allow: *.png Allow: *.jpg Allow: *.jpeg Allow: *.gif Allow: *.svg # Sitemap location Sitemap: https://www.allchristiansongslyrics.com/sitemap.xml