You are here

README.txt in XML sitemap 5

XML Sitemap Module
Author: Matthew Loar <matthew at loar dot name>
This module was originally written as part of Google Summer of Code 2005.

DESCRIPTION
-----------
The XML Sitemap module creates an XML site map at
http://www.example.com/?q=sitemap.xml that conforms to the sitemaps.org
specification. It provides many options for customizing the data reported in the
site map.

INSTALLATION
------------
See INSTALL.txt in this directory.

SPECIALIZED SITE MAPS
---------------------
You can create specialized site maps using Views. To do so, enable both Views
and XML Sitemap: Node and create a new view. In the Page settings, choose XML
Sitemap: Sitemap as the view type for a regular site map or XML Sitemap: News
for a Google News site map.

KNOWN ISSUES
------------
Users who have not enabled clean URLs have reported receiving an
"Unsupported file format" error from Google. The solution is to replace
"?q=sitemap.xml" at the end of the submission URL with
"index.php?q=sitemap.xml". Submission URLs for each search engine can be
configured at http://www.example.com/?q=admin/settings/xmlsitemap/engines.

MORE INFORMATION
----------------
The Sitemap protocol: http://sitemaps.org.

Search engines:
http://www.google.com/webmasters/sitemap (Google)
http://developer.yahoo.com/search/siteexplorer/V1/ping.html (Yahoo!)
http://webmaster.live.com/ (Windows Live)

File

README.txt
View source
  1. XML Sitemap Module
  2. Author: Matthew Loar
  3. This module was originally written as part of Google Summer of Code 2005.
  4. DESCRIPTION
  5. -----------
  6. The XML Sitemap module creates an XML site map at
  7. http://www.example.com/?q=sitemap.xml that conforms to the sitemaps.org
  8. specification. It provides many options for customizing the data reported in the
  9. site map.
  10. INSTALLATION
  11. ------------
  12. See INSTALL.txt in this directory.
  13. SPECIALIZED SITE MAPS
  14. ---------------------
  15. You can create specialized site maps using Views. To do so, enable both Views
  16. and XML Sitemap: Node and create a new view. In the Page settings, choose XML
  17. Sitemap: Sitemap as the view type for a regular site map or XML Sitemap: News
  18. for a Google News site map.
  19. KNOWN ISSUES
  20. ------------
  21. Users who have not enabled clean URLs have reported receiving an
  22. "Unsupported file format" error from Google. The solution is to replace
  23. "?q=sitemap.xml" at the end of the submission URL with
  24. "index.php?q=sitemap.xml". Submission URLs for each search engine can be
  25. configured at http://www.example.com/?q=admin/settings/xmlsitemap/engines.
  26. MORE INFORMATION
  27. ----------------
  28. The Sitemap protocol: http://sitemaps.org.
  29. Search engines:
  30. http://www.google.com/webmasters/sitemap (Google)
  31. http://developer.yahoo.com/search/siteexplorer/V1/ping.html (Yahoo!)
  32. http://webmaster.live.com/ (Windows Live)