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

https://github.com/yuya-matsushima/go-sitemap

Get sitemap.xml (or sitemapindex.xml) from URL and Generate Sitemap object.
https://github.com/yuya-matsushima/go-sitemap

golang sitemap sitemapindex

Last synced: 3 months ago
JSON representation

Get sitemap.xml (or sitemapindex.xml) from URL and Generate Sitemap object.

Awesome Lists containing this project

README

          

# go-sitemap

[![Github Actions CI](https://github.com/yterajima/go-sitemap/actions/workflows/ci.yml/badge.svg)](https://github.com/yterajima/go-sitemap/actions/workflows/ci.yml)
[![GoDoc](https://img.shields.io/badge/pkg.go.dev-doc-blue)](http://pkg.go.dev/github.com/yterajima/go-sitemap)

go-sitemap get sitemap.xml (or sitemapindex.xml) and generate Sitemap object.

## Installation

```
go install github.com/yterajima/go-sitemap
```