# Mollyverse — robots.txt # Allow every crawler full access to every page. The site is a single SPA; # every URL is meant to be discoverable. The Sitemap line uses the apex # host (molly.com) to match the canonical / hreflang / og:url declarations # in index.html and the inline www→apex redirect in the page bootstrap. User-agent: * Allow: / # Block crawl of build/asset noise that has no SEO value. Disallow: /api/ Disallow: /sw.js Disallow: /*.wasm$ # Yandex still respects this directive and uses it to pick the canonical host. Host: https://molly.com Sitemap: https://molly.com/sitemap.xml