Please enable JavaScript.
Coggle requires JavaScript to display documents.
Generate pimcore site map automatically (Verify sitemap which have just…
Generate pimcore site map automatically
Generate & overwritten Pimcore site map
Generate after create new page
Order: at the first
Order: at the middle
Order: at the last
Generate after update URL of old page
Order: at the first
Order: at the middle
Order: at the last
Generate a new site map
Generate for current domain
Generate for new domain which have just created
Verify sitemap which have just generated
Name
<<domain_URL>>_pimcore_index.xml
Folder contains
/var/www/html/mg/pimcore-source-code/website/var/xml_sitemap
Structure
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>
http://www.example.net/?id=how
</loc>
<lastmod>2009-09-22</lastmod>
<changefreq>daily</changefreq>
<priority>0.4</priority>
</url>
</urlset>
All pages are generate?
Check URL of all pages
Published
Unpublished: Not generate
URL of page changed by htaccess rules
Only generate base on url on Pimcore, cannot generate by url which overwrite by htaccess