mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
parent
491419b5ff
commit
74b3467646
9 changed files with 18 additions and 203 deletions
|
@ -2,10 +2,9 @@
|
|||
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.
|
||||
KML is an XML language focused on geographic visualization [#]_.``KMLSitemap``
|
||||
and its compressed counterpart ``KMZSitemap`` allow you to present geolocated
|
||||
data in a machine-readable format.
|
||||
|
||||
Example
|
||||
=======
|
||||
|
@ -19,8 +18,5 @@ Reference
|
|||
``KMZSitemap``
|
||||
--------------
|
||||
|
||||
``GeoRSSSitemap``
|
||||
-----------------
|
||||
|
||||
.. rubric:: Footnotes
|
||||
.. [#] Google, Inc., `What is a Geo Sitemap? <https://support.google.com/webmasters/answer/94555>`_.
|
||||
.. [#] http://www.opengeospatial.org/standards/kml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue