How Changefreq Field In Sitemap Is Calculated When CEC Toolkit (cec create-site-map) Is Used To Generate A Site Map
(Doc ID 2877752.1)
Last updated on JUNE 22, 2022
Applies to:
Content and Experience Cloud Classic - Version 18.1.2 and laterInformation in this document applies to any platform.
Goal
When use the cec toolkit (cec create-site-map) to generate a site map for our site, you see in the resulting sitemap.xml file show as follow for each page found:
<url>
<loc>https://www.example.com/home</loc>
<lastmod>2022-05-24</lastmod>
<changefreq>yearly</changefreq>
<priority>1</priority>
</url>
<url>
<loc>https://www.example.com/events</loc>
<lastmod>2022-05-24</lastmod>
<changefreq>monthly</changefreq>
<priority>0.9</priority>
</url>
Exactly how the changdfreq field value is calculated?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |