Skip to content

Commit

Permalink
chore: Disallow filter keywords in robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Aug 27, 2024
1 parent 314de52 commit 0185303
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions sitemap/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
User-agent: *
Allow: /
Disallow: /*?id=
Disallow: /*?opendata=
Disallow: /*?accessrights=
Disallow: /*?theme=
Disallow: /*?spatial=
Disallow: /*?provenance=
Disallow: /*?losTheme=
Disallow: /*?orgPath=
Disallow: /*?format=
Disallow: /*?relations=
Disallow: /*?lastXDays=
Disallow: /*?uri=
Disallow: /*?keyword=
Disallow: /*&id=
Disallow: /*&opendata=
Disallow: /*&accessrights=
Disallow: /*&theme=
Disallow: /*&spatial=
Disallow: /*&provenance=
Disallow: /*&losTheme=
Disallow: /*&orgPath=
Disallow: /*&format=
Disallow: /*&relations=
Disallow: /*&lastXDays=
Disallow: /*&uri=
Disallow: /*&keyword=

Sitemap: https://data.norge.no/sitemap.xml

0 comments on commit 0185303

Please sign in to comment.