From 1250bb092bf6ace265205292e80a4b8976331830 Mon Sep 17 00:00:00 2001 From: "Aman Kumar [SSW]" <71385247+amankumarrr@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:45:29 +1000 Subject: [PATCH] Fix sitemaps semrush (#2988) * Updating sitemap for the SEMrush audit * Reverting the change * Reverting the changes * Removing the TV domain --- next-sitemap.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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",