diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 14:08:38 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-04 14:08:38 +0700 |
| commit | 8bf81ed018dfd89b30f887c09689442881bb4872 (patch) | |
| tree | 343a0ae7988c34892b4a6b5464369570003989ba /src/pages/sitemap/categories.xml.js | |
| parent | 2dccfa3f8953231599cf646d82078fb23297f1c7 (diff) | |
fixing sitemap
Diffstat (limited to 'src/pages/sitemap/categories.xml.js')
| -rw-r--r-- | src/pages/sitemap/categories.xml.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/sitemap/categories.xml.js b/src/pages/sitemap/categories.xml.js index d9a11d71..1c684576 100644 --- a/src/pages/sitemap/categories.xml.js +++ b/src/pages/sitemap/categories.xml.js @@ -1,6 +1,4 @@ -import productSearchApi from '@/lib/product/api/productSearchApi' import { create } from 'xmlbuilder' -import _ from 'lodash-contrib' import { createSlug } from '@/core/utils/slug' import odooApi from '@/core/api/odooApi' @@ -35,7 +33,7 @@ function addUrlToSitemap(sitemap, name, id) { url.ele('loc', createSlug(baseUrl, name, id)) url.ele('lastmod', date.toISOString().slice(0, 10)) url.ele('changefreq', 'weekly') - url.ele('priority', '0.8') + url.ele('priority', '0.6') } export default function SitemapProducts() { |
