# Voxmelo Music - Robots.txt # Comprehensive SEO and crawling directives # Allow all search engines User-agent: * Allow: / # Specific bot optimizations User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 User-agent: DuckDuckBot Allow: / Crawl-delay: 1 # Block bad bots and scrapers User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: BLEXBot Disallow: / User-agent: Screaming Frog SEO Spider Disallow: / # Block admin and sensitive areas Disallow: /admin/ Disallow: /server/ Disallow: /api/ Disallow: /private/ Disallow: /temp/ Disallow: /backup/ Disallow: /logs/ Disallow: /config/ Disallow: /database/ Disallow: /scripts/ Disallow: /test/ Disallow: /debug/ Disallow: /cms/ Disallow: /dashboard.html Disallow: /website-control.html # Block file types that shouldn't be indexed Disallow: /*.json$ Disallow: /*.xml$ Disallow: /*.txt$ Disallow: /*.log$ Disallow: /*.tar.gz$ Disallow: /*.zip$ Disallow: /*.sql$ Disallow: /*.env$ # Allow important content Allow: /sitemap.xml Allow: /sitemap.html Allow: /favicon.ico Allow: /logo.png Allow: /og-image.jpg # Sitemap location Sitemap: https://www.voxmelo.com/sitemap.xml # Crawl delay for all bots (respectful crawling) Crawl-delay: 2 # Additional directives # Block access to source maps and development files Disallow: /*.map$ Disallow: /src/ Disallow: /node_modules/ # Allow media files Allow: /assets/ Allow: /images/ Allow: /videos/ Allow: /audio/ # Block access to temporary and cache files Disallow: /cache/ Disallow: /tmp/ Disallow: /.git/ Disallow: /.github/