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

## 예제

## Reference

### `KMLSitemap`

### `KMZSitemap`

**Footnotes**

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