We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc520f commit c8674f9Copy full SHA for c8674f9
web/pages/robots.txt.ts
@@ -20,7 +20,7 @@ export const crawlableDomains = [
20
21
const robots = (domain: string) => `User-agent: *
22
${crawlableDomains.includes(domain) ? 'Allow' : 'Disallow'}: /
23
-${domain === 'www.equinor.com' ? 'Disallow: /search \nDisallow: /search.html' : ''}
+${domain === 'www.equinor.com' ? 'Disallow: /search \nDisallow: /search.html \nDisallow: /*?*' : ''}
24
Sitemap: ${domain.startsWith('www') ? `https://${domain}` : domain}/sitemap.xml
25
`
26
0 commit comments