An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

sitemap
=======

[![Go Reference](https://pkg.go.dev/badge/github.com/snabb/sitemap.svg)](https://pkg.go.dev/github.com/snabb/sitemap)
[![Build Status](https://github.com/snabb/sitemap/actions/workflows/go.yml/badge.svg)](https://github.com/snabb/sitemap/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/snabb/sitemap/branch/master/graph/badge.svg)](https://codecov.io/gh/snabb/sitemap)
[![Go Report Card](https://goreportcard.com/badge/github.com/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