How to Generate Sitemap xml File

This tutorial is over a year old and may not apply to your version of Concrete CMS.
Oct 9, 2020

How to Generate Sitemap.xml File Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL in a file on your website https://yourwebsite.com/sitemap.xml

Your Sitemap File is an XML document that describes the structure of your site and the date that each page was last updated. Search engines use this information to help determine when they need to re-list a page or alter its search relevancy. If you've made recent changes to your site and want to make sure that Google et al. sees them as soon as possible, make sure to run the generate sitemap job.

  1. First go to your Dashboard
  2. Click System & Settings to pop out the menu
  3. Under Optimization Jobs
  4. Click the play button and the CMS will update your sitemap.xml text

Expected Results There will be a sitemap.xml located: https://documentation.concretecms.org/sitemap.xml

Recent Tutorials
Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Express Form Styling
Apr 11, 2024
By myq.

Different ways to style Express forms

Setting addon/theme version compatibility in the marketplace
Jan 9, 2024

For developers worn out with setting the latest addon or theme version manually across too many core versions, here is a JavaScript bookmarklet to do it for you.

How to get the locale of a page
Jan 8, 2024
By wtfdesign.

Now, why don't we just have a getLocale() method on Page objects beats me, but here's how you work around it

Using a Redis Server
Jun 16, 2023
By mlocati.

How to configure Concrete to use one or more Redis servers to persist the cache.

Improvements?

Let us know by posting here.