# See https://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file # # To ban all spiders from the entire site uncomment the next two lines: # User-agent: * # Disallow: / User-agent: * Allow: / # Disallow admin and authentication paths Disallow: /admin/ Disallow: /auth/ # Sitemaps - Production Sitemap: https://quizforalle.no/sitemap.xml Sitemap: https://quizforalle.com/sitemap.xml # Test environment-specific rules # These will be used when the site is deployed to test.quizforalle.no # User-agent: * # Disallow: / # or # Sitemap: https://test.quizforalle.no/sitemap.xml