Skip to content

Adds a dynamic sitemap.xml file to your Elgg site for SEO purposes.

Notifications You must be signed in to change notification settings

rohit1290/auto_sitemap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

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

- Unzip the code to your mod directory
- Enable the plugin in the admin panel
- Configure the sitemap (If blank sitemap is displayed, flush the cache)
- Submit http://YOURSITE/sitemap.xml to search engines

About

Adds a dynamic sitemap.xml file to your Elgg site for SEO purposes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 64.5%
  • XSLT 33.7%
  • JavaScript 1.8%