workouse / sitemap-checker

a tool for validate xml sitemap and sitemap index files for broken links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitemap Checker

Scrutinizer Code Quality Go

image

This tool helps you to make sure for url is valid in your sites sitemap file.

Installation (linux):

  • Download released binary
  • sudo mv checker-linux-amd64 /usr/local/bin/sitemap-checker
  • sudo chmod +x /usr/local/bin/sitemap-checker

Usage:

Single sitemap validation:

sitemap-checker -uri=http://sitename.com/sitemap.xml -out=output.xml

Sitemap index file validation with connected sitemaps:

sitemap-checker -uri=http://sitename.com/sitemap.xml -index

After process completed, you will see validated xml sitemap in current directory. You can use that sitemaps.

About

a tool for validate xml sitemap and sitemap index files for broken links

License:MIT License


Languages

Language:Go 94.7%Language:Makefile 5.3%