Merge pull request #5169 from consuldemocracy/fix_robots

Fix syntax in robots.txt
This commit is contained in:
Javi Martín
2023-08-09 13:32:35 +02:00
committed by GitHub

View File

@@ -12,6 +12,6 @@ Disallow: /*?*order
Disallow: /*?*search Disallow: /*?*search
Disallow: /*?*locale-switcher Disallow: /*?*locale-switcher
Disallow: /*?*filter Disallow: /*?*filter
Disallow: user_id Disallow: /*?*user_id
Sitemap: <%= "#{root_url}#{Tenant.path_with_subfolder("sitemap.xml")}" %> Sitemap: <%= "#{root_url}#{Tenant.path_with_subfolder("sitemap.xml")}" %>