---
title: "Geographic Sitemaps"
version: 6.0
locale: es
source: https://docs.djangoproject.com/es/6.0/ref/contrib/gis/sitemaps/
canonical: https://djangodocs.dev/es/6.0/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.ogc.org/standard/kml/>
