We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dc6c6 commit 831627aCopy full SHA for 831627a
1 file changed
app/sitemap.ts
@@ -11,6 +11,10 @@ export default function sitemap(): MetadataRoute.Sitemap {
11
url: PortfolioURL,
12
// The last modified date of the homepage.
13
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,
18
},
19
]
20
}
0 commit comments