# robots.txt — WhiteMirror Technologies # https://whitemirrortechnologies.com User-agent: * Allow: / # Block staging/dev directories if they ever exist Disallow: /dev/ Disallow: /staging/ Disallow: /admin/ Disallow: /.git/ # Allow CSS and JS so search engines can render pages Allow: /css/ Allow: /js/ Allow: /images/ # Sitemap location — submit this URL to Google Search Console and Bing Webmaster Tools Sitemap: https://whitemirrortechnologies.com/sitemap.xml