Skip to content

Commit 831627a

Browse files
authored
chore(seo): add changeFrequency and priority to sitemap
1 parent 01dc6c6 commit 831627a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/sitemap.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default function sitemap(): MetadataRoute.Sitemap {
1111
url: PortfolioURL,
1212
// The last modified date of the homepage.
1313
lastModified: new Date(),
14+
// How often the page is likely to change.
15+
changeFrequency: 'monthly',
16+
// Priority of this page relative to other pages on the site.
17+
priority: 1,
1418
},
1519
]
1620
}

0 commit comments

Comments
 (0)