# *
User-agent: *
Allow: /
# Block all crawlers for /climate-journey
User-agent: *
Disallow: /climate-journey/
# Block all crawlers for /climate-journey
User-agent: *
Disallow: /engagement-climatique/
# Block all crawlers for /leaf-media?s=
User-agent: *
Disallow: /leaf-media?s=*$
# Host
Host: https://greenly.earth
# Sitemaps
Sitemap: https://greenly.earth/sitemap.xml
# Next.JS Crawl Budget Performance Updates
# Block files ending in .json, _buildManifest.js, _middlewareManifest.js, _ssgManifest.js, and any other JS files
# The asterisks allows any file name
# The dollar sign ensures it only matches the end of an URL and not a oddly formatted url (e.g. /locations.json.html)
Disallow: /*.json$
Disallow: /*_buildManifest.js$
Disallow: /*_middlewareManifest.js$
Disallow: /*_ssgManifest.js$
Disallow: /*.js$
Disallow: /*.woff2$