https://github.com/restlessdesign/sitemap-validator
A utility for parsing and reporting back errors on any URLs within a sitemap
https://github.com/restlessdesign/sitemap-validator
seo seotools sitemap sitemaps
Last synced: 2 months ago
JSON representation
A utility for parsing and reporting back errors on any URLs within a sitemap
- Host: GitHub
- URL: https://github.com/restlessdesign/sitemap-validator
- Owner: restlessdesign
- License: mit
- Created: 2017-03-06T19:09:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T16:31:44.000Z (over 8 years ago)
- Last Synced: 2025-02-09T15:43:37.899Z (8 months ago)
- Topics: seo, seotools, sitemap, sitemaps
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sitemap Validator
A utility for parsing and reporting back errors on any URLs within a sitemap
## Usage
You are welcome to build this as a binary, but results can be obtained just as easily using the `go run` command:
```bash
$ go run main.go https://www.example.com/sitemap/
```