Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 916 Bytes

sitemap.rst

File metadata and controls

35 lines (23 loc) · 916 Bytes

Sitemap Guide

Sitemap

Sitemaps are XML files used by Google to index your website by using their Webmaster Tools and telling them the location of your sitemap.

The :class:`CMSSitemap` will create a sitemap with all the published pages of your CMS

Configuration

django.contrib.sitemaps

More information about :mod:`django.contrib.sitemaps` can be found in the official Django documentation.