Skip to content

Commit

Permalink
chore: update frequencies to daily
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrede committed Nov 7, 2023
1 parent 01a58b6 commit 3f0e533
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions web-www/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@ export default function sitemap(): MetadataRoute.Sitemap {
return [
{
url: 'https://www.regen.network/',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 1,
},
{
url: 'https://www.regen.network/buyers',
changeFrequency: 'monthly',
changeFrequency: 'daily',
priority: 0.9,
},
{
url: 'https://www.regen.network/media',
changeFrequency: 'monthly',
changeFrequency: 'daily',
priority: 0.8,
},
{
url: 'https://www.regen.network/resources',
changeFrequency: 'monthly',
changeFrequency: 'daily',
priority: 0.8,
},
{
url: 'https://www.regen.network/faq',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 0.7,
},
{
url: 'https://www.regen.network/contact',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 0.7,
},
{
url: 'https://www.regen.network/press-kit',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 0.6,
},
{
url: 'https://www.regen.network/privacy-policy',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 0.5,
},
{
url: 'https://www.regen.network/terms-service',
changeFrequency: 'yearly',
changeFrequency: 'daily',
priority: 0.5,
},
];
Expand Down

0 comments on commit 3f0e533

Please sign in to comment.