diff --git a/next-sitemap.config.js b/next-sitemap.config.js index d1e3b87140..85dcf803a8 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -10,7 +10,6 @@ module.exports = { additionalPaths: async () => { const otherURLs = [ "https://blog.ssw.com.au/", - "https://tv.ssw.com/", "https://www.ssw.com.au/rules/", ]; @@ -61,8 +60,8 @@ module.exports = { }, ], additionalSitemaps: [ - "https://www.ssw.com.au/people/sitemap-0.xml", - "https://www.ssw.com.au/rules/sitemap-0.xml", + "https://www.ssw.com.au/people/sitemap-index.xml", + "https://www.ssw.com.au/rules/sitemap-index.xml", "https://www.ssw.com.au/archive/sitemap-index.xml", // Removed v1 sitemap as its a duplication of bunch of Next.js pages - coming from // "https://www.ssw.com.au/ssw/sitemap.xml",