SEO
This commit is contained in:
@@ -8,7 +8,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
return [
|
||||
{
|
||||
url: baseUrl,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'weekly',
|
||||
priority: 1,
|
||||
},
|
||||
@@ -26,19 +26,19 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/plant-identifier-app`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/plant-disease-identifier`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.75,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/plant-care-app`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.75,
|
||||
},
|
||||
@@ -68,43 +68,43 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/flower-scanner`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/identify-plant-photo`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/plant-scanner`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.8,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/houseplant-identifier`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.75,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/succulent-identifier`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.75,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/best-plant-identification-app`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.85,
|
||||
},
|
||||
{
|
||||
url: `${baseUrl}/plant-health-app`,
|
||||
lastModified: new Date('2026-04-27'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.8,
|
||||
},
|
||||
@@ -130,20 +130,20 @@ export default function sitemap(): MetadataRoute.Sitemap {
|
||||
const profile = getGermanSeoPageBySlug(slug)
|
||||
return {
|
||||
url: `${baseUrl}${profile?.canonical ?? `/${slug}`}`,
|
||||
lastModified: new Date('2026-05-20'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly' as const,
|
||||
priority: slug === 'pflanzen-erkennen-kostenlos' || slug === 'pflanzen-erkennen-app' ? 0.85 : 0.75,
|
||||
}
|
||||
}),
|
||||
{
|
||||
url: `${baseUrl}/es`,
|
||||
lastModified: new Date('2026-05-20'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly',
|
||||
priority: 0.85,
|
||||
},
|
||||
...spanishSeoPageSlugs.map((slug) => ({
|
||||
url: `${baseUrl}${spanishSeoPageProfiles[slug].canonical}`,
|
||||
lastModified: new Date('2026-05-20'),
|
||||
lastModified: new Date('2026-07-10'),
|
||||
changeFrequency: 'monthly' as const,
|
||||
priority: slug === 'identificador-de-plantas' ? 0.85 : 0.75,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user