Skip to content

Commit

Permalink
Don't put the page indexes in the sitemap (#302)
Browse files Browse the repository at this point in the history
We already prohibit indexing these via our robots file

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Aug 9, 2024
1 parent 7ef4d53 commit 3723f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ module.exports = {
sitemap: {
changefreq: "daily",
lastmod: "date",
ignorePatterns: ["**/releases/tags/**"],
ignorePatterns: ["**/releases/tags/**", "**/releases/page/**"],
priority: 0.5,
},
},
Expand Down

0 comments on commit 3723f22

Please sign in to comment.