https://github.com/hashobject/lein-sitemap
Leiningen plugin to update sitemaps in Google Webmaster Tools.
https://github.com/hashobject/lein-sitemap
Last synced: 5 months ago
JSON representation
Leiningen plugin to update sitemaps in Google Webmaster Tools.
- Host: GitHub
- URL: https://github.com/hashobject/lein-sitemap
- Owner: hashobject
- License: epl-1.0
- Created: 2013-06-07T06:07:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T22:58:01.000Z (almost 12 years ago)
- Last Synced: 2025-10-16T18:14:38.309Z (5 months ago)
- Language: Clojure
- Homepage: http://os.hashobject.com/lein-sitemap/
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lein-sitemap
Leiningen plugin to resubmit sitemaps in Google Webmaster Tools.
See Google [documentaion](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=183669) about resubmitting sitemaps.
[](http://jarkeeper.com/hashobject/lein-sitemap)
## 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](http://opensource.org/licenses/eclipse-1.0).