Skip to content

A Java console tool to generate Sitemap protocol compliant XML sitemap from a Struts 1.x struts-config file, for SEO and submission to search engines like google and bing

Notifications You must be signed in to change notification settings

karthikshiraly/StrutsConfigSitemapGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

A Java based console app to generate Sitemap protocol (http://www.sitemaps.org/protocol.html)
compliant sitemap XML file from a Struts 1.x struts-config.xml file.

What problem does it solve?
---------------------------
Java web apps based on Struts 1.x already define their URL paths in struts-config.xml.
A sitemap generator like this saves developers the effort to write another XML - the sitemap XML
file - which will have most of the same URL paths, but in a different XML schema.
Developer can specify an exclusion list, to prevent some paths from being included in the sitemap
XML.
The generated sitemap XML files can then be submitted to Google or Bing, either manually using their
webmaster tools, or automatically to their sitemap ping services using cron jobs.

About

A Java console tool to generate Sitemap protocol compliant XML sitemap from a Struts 1.x struts-config file, for SEO and submission to search engines like google and bing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages