# robots.txt for https://temp-email.me # Block all crawlers from accessing the following sensitive directories User-agent: * Disallow: /admin/ Disallow: /login/ Disallow: /register/ Disallow: /user/ Disallow: /generate-email/ Disallow: /inbox/ # Allow all crawlers to access the public parts of your website Allow: / # Allow Googlebot to access CSS, JS, and image files for better rendering User-agent: Googlebot Allow: /css/ Allow: /js/ Allow: /images/ # Sitemap location Sitemap: https://temp-email.me/sitemap.xml