diff --git a/content/pages/newsletters.mdx b/content/pages/newsletters.mdx
index a1b671bb2a..0db53c1e76 100644
--- a/content/pages/newsletters.mdx
+++ b/content/pages/newsletters.mdx
@@ -6,7 +6,6 @@ seo:
30+ years of Microsoft software and web development experience in Australia,
France and China. We build with Angular, React, .NET, Azure, Dynamics 365
CRM.
- canonical: 'https://www.ssw.com.au'
afterBody:
- backgroundColor: lightgray
_template: BuiltOnAzure
diff --git a/next-sitemap.config.js b/next-sitemap.config.js
index ad4956c57e..5ad376baf9 100644
--- a/next-sitemap.config.js
+++ b/next-sitemap.config.js
@@ -7,21 +7,12 @@ module.exports = {
sitemapSize: 5000,
generateRobotsTxt: true,
output: "standalone",
+ trailingSlash: true,
additionalPaths: async () => {
const otherURLs = [
- "https://www.ssw.com.au/rules/",
- "https://sswdigital.com/",
- "https://sswsophie.com/sophiebot/",
- "https://sugarlearning.com/",
- "https://sswtimepro.com/",
- "https://codeauditor.com/",
- "https://sswhealthcheck.com/",
- "https://smashingbarrier.com/",
- "https://fireusergroup.com/",
- "https://bettersoftwaresuggestions.com/",
"https://blog.ssw.com.au/",
- "https://adamcogan.com/",
"https://tv.ssw.com/",
+ "https://www.ssw.com.au/rules/",
];
return otherURLs.map((url) => ({
diff --git a/pages/company/index.tsx b/pages/company/index.tsx
index 223fe01726..ff71dbc4f7 100644
--- a/pages/company/index.tsx
+++ b/pages/company/index.tsx
@@ -96,7 +96,7 @@ export const getStaticProps = async () => {
const seo = tinaProps.data.companyIndex.seo;
if (seo && (seo?.canonical === null || seo?.canonical === "")) {
- seo.canonical = `${tinaProps.data.global.header.url}company/`;
+ seo.canonical = `${tinaProps.data.global.header.url}company`;
}
return {
diff --git a/pages/company/partners.tsx b/pages/company/partners.tsx
index b28756daba..220d38db4c 100644
--- a/pages/company/partners.tsx
+++ b/pages/company/partners.tsx
@@ -41,7 +41,7 @@ export const getStaticProps = async () => {
const seo = tinaProps.data.partnerIndex.seo;
if (seo && !seo.canonical) {
- seo.canonical = `${tinaProps.data.global.header.url}/company/partners`;
+ seo.canonical = `${tinaProps.data.global.header.url}company/partners`;
}
return {
diff --git a/pages/offices/index.tsx b/pages/offices/index.tsx
index bef6f7d793..8926feebe7 100644
--- a/pages/offices/index.tsx
+++ b/pages/offices/index.tsx
@@ -139,7 +139,7 @@ export const getStaticProps = async () => {
tinaProps.data.officeIndex.seo &&
!tinaProps.data.officeIndex.seo.canonical
) {
- tinaProps.data.officeIndex.seo.canonical = `${tinaProps.data.global.header.url}/offices`;
+ tinaProps.data.officeIndex.seo.canonical = `${tinaProps.data.global.header.url}offices`;
}
return {
diff --git a/public/images/newsletter-uploads/2017/_2017_02__Its going to be a good 2017 with Visual Studio 2017__.html b/public/images/newsletter-uploads/2017/_2017_02__Its going to be a good 2017 with Visual Studio 2017__.html
index a0f8c46654..d573c934c9 100644
--- a/public/images/newsletter-uploads/2017/_2017_02__Its going to be a good 2017 with Visual Studio 2017__.html
+++ b/public/images/newsletter-uploads/2017/_2017_02__Its going to be a good 2017 with Visual Studio 2017__.html
@@ -2198,7 +2198,7 @@
Advertise with SSW
|
- Unsubscribe
+ Unsubscribe
|
Previous SSW Updates
@@ -2218,4 +2218,4 @@