Skip to content

Commit

Permalink
Fix sitemaps semrush (#2988)
Browse files Browse the repository at this point in the history
* Updating sitemap for the SEMrush audit

* Reverting the change

* Reverting the changes

* Removing the TV domain
  • Loading branch information
amankumarrr authored Aug 20, 2024
1 parent 9e26c07 commit 1250bb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
];

Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1250bb0

Please sign in to comment.