---
title: "Geographic Sitemaps"
version: 2.2
locale: en
source: https://docs.djangoproject.com/en/2.2/ref/contrib/gis/sitemaps/
canonical: https://djangodocs.dev/en/2.2/ref/contrib/gis/sitemaps/
---
# Geographic Sitemaps

KML is an XML language focused on geographic visualization [^1]. `KMLSitemap`
and its compressed counterpart `KMZSitemap` allow you to present geolocated
data in a machine-readable format.

## Example

## Reference

### `KMLSitemap`

### `KMZSitemap`

**Footnotes**

[^1]: <https://www.opengeospatial.org/standards/kml>
