django/docs/ref/contrib/gis/sitemaps.txt

27 lines
585 B
Plaintext

===================
Geographic Sitemaps
===================
Google's sitemap protocol used to include geospatial content support. [#]_
This included the addition of the ``<url>`` child element
``<geo:geo>``, which tells Google that the content located at the URL is
geographic in nature. This is now obsolete.
Example
=======
Reference
=========
``KMLSitemap``
--------------
``KMZSitemap``
--------------
``GeoRSSSitemap``
-----------------
.. rubric:: Footnotes
.. [#] Google, Inc., `What is a Geo Sitemap? <http://support.google.com/webmasters/bin/answer.py?answer=94555>`_.