Skip to content

hashobject/lein-sitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-sitemap

Leiningen plugin to resubmit sitemaps in Google Webmaster Tools.

See Google documentaion about resubmitting sitemaps.

Dependencies Status

Usage

To use this for project-level plugins please do next steps.

Put [lein-sitemap "0.1.1"] into the ':plugins' vector of your project.clj.

Add list of sitemaps URLs you want to submit to Google Webmaster Tools into the ':sitemaps' vector of your project.clj. E.x.

  :sitemaps ["http://blog.hashobject.com/sitemap.xml"]

Then just run

  lein sitemap

You should get status code 200 for each successful sitemap submission.

License

Copyright © 2013-2014 Hashobject Ltd (team@hashobject.com).

Distributed under the Eclipse Public License.

About

Leiningen plugin to update sitemaps in Google Webmaster Tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published