diff --git a/app/sitemap/main.xml/route.ts b/app/sitemap/main.xml/route.ts index cf004b4c..25a116a0 100644 --- a/app/sitemap/main.xml/route.ts +++ b/app/sitemap/main.xml/route.ts @@ -10,6 +10,7 @@ function generateStaticUrls(baseUrl: string): string { { path: '/collaboratives', priority: '0.8', changefreq: 'weekly' }, { path: '/publishers', priority: '0.7', changefreq: 'weekly' }, { path: '/sectors', priority: '0.7', changefreq: 'weekly' }, + { path: '/about-us', priority: '0.5', changefreq: 'monthly' }, ]; return staticPages