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

## Exemplo

## Reference

### `KMLSitemap`

### `KMZSitemap`

**Notas de rodapé**

[^1]: <https://www.ogc.org/standard/kml/>
