# Allow crawling of all pages User-agent: * Disallow: # Disallow crawling of certain directories Disallow: /_next Disallow: /static Disallow: /api Disallow: /server # Disallow crawling of certain files Disallow: *.gz$ Disallow: *.br$ Disallow: *.css.map$ Disallow: *.js.map$ # Allow crawling of certain directories Allow: / Allow: /images Allow: /fonts Allow: /svg # Crawl delay (in seconds) Crawl-delay: 10 # Sitemap location Sitemap: https://www.emmi.co.uk/sitemap.xml