Skip to content

Commit 334b8e7

Browse files
geo: add /faq to sitemap
1 parent 743d4f3 commit 334b8e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/sitemap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
66
const now = new Date()
77
return [
88
{ url: BASE_URL, lastModified: now, changeFrequency: 'weekly', priority: 1.0 },
9+
{ url: `${BASE_URL}/faq`, lastModified: now, changeFrequency: 'monthly', priority: 0.9 },
910
{ url: `${BASE_URL}/about`, lastModified: now, changeFrequency: 'monthly', priority: 0.6 },
1011
{ url: `${BASE_URL}/legal`, lastModified: now, changeFrequency: 'yearly', priority: 0.3 },
1112
]

0 commit comments

Comments
 (0)