---
title: "Geographic Sitemaps"
version: 2.1
locale: el
source: https://docs.djangoproject.com/el/2.1/ref/contrib/gis/sitemaps/
canonical: https://djangodocs.dev/el/2.1/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>
