diff --git a/scripts/generate-sitemap.mjs b/scripts/generate-sitemap.mjs index 91778692..718ac9fa 100644 --- a/scripts/generate-sitemap.mjs +++ b/scripts/generate-sitemap.mjs @@ -50,30 +50,6 @@ async function sitemap() { changeFrequency: 'monthly', priority: 0.8, }, - { - url: 'https://virtualcoffee.io/resources', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, - { - url: 'https://virtualcoffee.io/resources/virtual-coffee-handbook/join-virtual-coffee', - lastModified: new Date(), - changeFrequency: 'yearly', - priority: 0.6, - }, - { - url: 'https://store.virtualcoffee.io/', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, - { - url: 'https://store.virtualcoffee.io/collections/all', - lastModified: new Date(), - changeFrequency: 'monthly', - priority: 0.8, - }, { url: 'https://store.virtualcoffee.io/pages/contact', lastModified: new Date(),