Warning: This plugin has't been updated in over 7 years. It may no longer be maintained.
What you can do to help:
adds a dynamic sitemap.xml file to your site for SEO purposes. (No physical file, the sitemap is generated for each request). the sitemap is split into various sub-maps indexed in a sitemap index file, this allows lightweight crawling.
each entity type will be placed in it's own sitemap. additionally you can manually specify custom URLs of your website.
sitemaps can be formated with XSL for candy reading
INSTALL
APACHE:
RewriteRule ^sitemap.xml$ auto_sitemap/index [L]
RewriteRule ^sitemap.xsl$ mod/auto_sitemap/views/default/auto_sitemap/sitemap.xsl [L]
RewriteRule ^sitemapindex.xsl$ mod/auto_sitemap/views/default/auto_sitemap/sitemapindex.xsl [L]
NGINX:
location = /sitemap.xml { rewrite ^(.*)$ /auto_sitemap/index;}
n.b. this is an upgraded version of the version that was available for 1.8, originally uploaded by 'the_yke'.
View ura soul's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.