Key features/improvements
Adjusts for home page reference in CMS sitemaps
CMS now has an improvement for sitemap.xml files, the home page or main content will always be referenced only as the root of the domain instead the page URL.
If the home page of my site is www.mysite.com/index.html the sitemap.xml will only show the domain www.mysite.com/
The sitemap will looks like as the example below:
www.mysite.com/sitemap.xml
< urlset xmlns = "http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image = "http://www.google.com/schemas/sitemap-image/1.1" > < url > < lastmod >2019-09-26</ lastmod > < changefreq >weekly</ changefreq > < priority >1</ priority > < image:image > < image:loc >www.mysite.com/escape1/files/images/placeholder/logo.png</ image:loc > < image:caption >My Site</ image:caption > </ image:image > < image:image >...</ image:image > </ url > < url > < lastmod >2019-09-26</ lastmod > < changefreq >weekly</ changefreq > < priority >1</ priority > < image:image > < image:loc >www.mysite.com/escape1/files/images/placeholder/logo2.png</ image:loc > < image:caption >My Site</ image:caption > </ image:image > < image:image >...</ image:image > </ url > </ urlset > |
For these changes take effect the sitemap.xml should be regenerated in Settings → Project → XML Sitemap
Comments
Article is closed for comments.