Skip to content

Commit 0bf35ba

Browse files
author
Derfogd
committed
chore: fix sitemap, robots domains, and schema version for SEO
1 parent 41fe609 commit 0bf35ba

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const jsonLd = {
116116
name: 'Derfog',
117117
url: 'https://github.com/Derfogd',
118118
},
119-
softwareVersion: '3.7.2',
119+
softwareVersion: '3.9.0',
120120
aggregateRating: {
121121
'@type': 'AggregateRating',
122122
ratingValue: '4.8',

src/app/robots.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export default function robots(): MetadataRoute.Robots {
77
rules: {
88
userAgent: '*',
99
allow: '/',
10-
disallow: '/private/',
1110
},
12-
sitemap: 'https://boosteroid-optimizer.com/sitemap.xml',
11+
sitemap: 'https://optimizerplus.github.io/sitemap.xml',
1312
}
14-
}

src/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { MetadataRoute } from 'next'
33
export const dynamic = 'force-static'
44

55
export default function sitemap(): MetadataRoute.Sitemap {
6-
const baseUrl = 'https://boosteroid-optimizer.com'
6+
const baseUrl = 'https://optimizerplus.github.io'
77

88
// Note: With client-side i18n, all languages are served from the same page
99
// Language switching is handled via localStorage

0 commit comments

Comments
 (0)