https://github.com/snabb/sitemap
Go XML sitemap and sitemapindex package (golang)
https://github.com/snabb/sitemap
generator go golang parser sitemap xml-sitemap
Last synced: 4 months ago
JSON representation
Go XML sitemap and sitemapindex package (golang)
- Host: GitHub
- URL: https://github.com/snabb/sitemap
- Owner: snabb
- License: mit
- Created: 2016-07-08T18:31:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T07:57:08.000Z (about 3 years ago)
- Last Synced: 2025-08-13T19:19:46.355Z (10 months ago)
- Topics: generator, go, golang, parser, sitemap, xml-sitemap
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 46
- Watchers: 2
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sitemap
=======
[](https://pkg.go.dev/github.com/snabb/sitemap)
[](https://github.com/snabb/sitemap/actions/workflows/go.yml)
[](https://codecov.io/gh/snabb/sitemap)
[](https://goreportcard.com/report/github.com/snabb/sitemap)
The Go package sitemap provides tools for creating XML sitemaps
and sitemap indexes and writing them to an `io.Writer` (such as
`http.ResponseWriter`).
Please see https://www.sitemaps.org/ for description of sitemap contents.
The package implements `io.WriterTo` and `io.ReaderFrom` interfaces.
Yes. This is yet another sitemap package for Go. I was not happy with any
of the existing packages.
Documentation:
https://pkg.go.dev/github.com/snabb/sitemap
The Git repository is located at: https://github.com/snabb/sitemap
License
-------
MIT