# robots.txt for CipherCoreHub # https://ciphercorehub.com/robots.txt User-agent: * Allow: / # Allow all crawlers to index our content # We want search engines to find all our pages # Sitemap location Sitemap: https://ciphercorehub.com/sitemap.xml # Disallow admin or private areas (none exist) # Disallow: /admin/ # Disallow: /private/ # Crawl-delay: 1 # Optional: be kind to servers (commented out)