mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			585 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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>`_.
 |