summaryrefslogtreecommitdiff
path: root/src/pages/sitemap/brands.xml.js
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-09-04 15:18:38 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-09-04 15:18:38 +0700
commitd0a74c4365eb4eeafd9df706b192f726be9dd03e (patch)
treea77d15fc5651e4f63786851ca3db6f0aca9a5d78 /src/pages/sitemap/brands.xml.js
parent69c9ecc99c487c16129f5dcb66c4775453589220 (diff)
cr sitemaps
Diffstat (limited to 'src/pages/sitemap/brands.xml.js')
-rw-r--r--src/pages/sitemap/brands.xml.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/sitemap/brands.xml.js b/src/pages/sitemap/brands.xml.js
index c85c40e9..65a84e97 100644
--- a/src/pages/sitemap/brands.xml.js
+++ b/src/pages/sitemap/brands.xml.js
@@ -15,8 +15,8 @@ export async function getServerSideProps({ res }) {
const url = sitemap.ele('url')
url.ele('loc', createSlug(baseUrl, brand.name, brand.id))
url.ele('lastmod', date.toISOString().slice(0, 10))
- url.ele('changefreq', 'weekly')
- url.ele('priority', '0.6')
+ url.ele('changefreq', 'daily')
+ url.ele('priority', '1.0')
})
res.setHeader('Content-Type', 'text/xml')