Skip to content

Commit

Permalink
Merge pull request #1319 from inteon/exlude_old_docs_from_sitemap
Browse files Browse the repository at this point in the history
Only include latest version of docs in sitemap
  • Loading branch information
jetstack-bot authored Oct 6, 2023
2 parents 2ff494e + 70f72c0 commit 9cbf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
changefreq: 'daily',
priority: 0.7,
sitemapSize: 7000,
exclude: ['[fallback]', '404', '/500', '*README'],
exclude: ['[fallback]', '404', '/500', '*README', '/v*-docs', '/v*-docs/*'],
robotsTxtOptions: {
policies: [
{
Expand Down

0 comments on commit 9cbf1cb

Please sign in to comment.