parts/django/docs/ref/contrib/gis/sitemaps.txt
changeset 69 c6bca38c1cbf
equal deleted inserted replaced
68:5ff1fc726848 69:c6bca38c1cbf
       
     1 ===================
       
     2 Geographic Sitemaps
       
     3 ===================
       
     4 
       
     5 Google's sitemap protocol has been recently extended to support geospatial
       
     6 content. [#]_   This includes the addition of the ``<url>`` child element
       
     7 ``<geo:geo>``, which tells Google that the content located at the URL is
       
     8 geographic in nature. [#]_ 
       
     9 
       
    10 Example
       
    11 =======
       
    12 
       
    13 Reference
       
    14 =========
       
    15 
       
    16 ``KMLSitemap``
       
    17 --------------
       
    18 
       
    19 ``KMZSitemap``
       
    20 --------------
       
    21 
       
    22 ``GeoRSSSitemap``
       
    23 -----------------
       
    24 
       
    25 .. rubric:: Footnotes
       
    26 .. [#] Google, Inc., `What is a Geo Sitemap? <http://www.google.com/support/webmasters/bin/answer.py?answer=94554>`_.
       
    27 .. [#] Google, Inc., `Submit Your Geo Content to Google <http://code.google.com/apis/kml/documentation/kmlSearch.html>`_.