Skip to content

Commit

Permalink
Don't include release "tags" pages in the sitemap
Browse files Browse the repository at this point in the history
These are pages like https://mondoo.com/docs/releases/tags/mondoo/ or
https://mondoo.com/docs/releases/tags/mondoo/page/2/ which are going to
get flagged as duplicates by Google and just clog up the indexing.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Mar 18, 2024
1 parent b057340 commit 7668f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ module.exports = {
},
sitemap: {
changefreq: "weekly",
ignorePatterns: ["**/releases/tags/**"],
priority: 0.5,
},
},
Expand Down

0 comments on commit 7668f88

Please sign in to comment.