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

## 例如

## 参考

### `KMLSitemap`

### `KMZSitemap`

**脚注**

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