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

https://github.com/mongodben/sitemap_redirect_checker

sitemap_redirect_checker
https://github.com/mongodben/sitemap_redirect_checker

Last synced: 8 months ago
JSON representation

sitemap_redirect_checker

Awesome Lists containing this project

README

          

# Sitemap Redirect Checker

This script tests if any links in a website's sitemap do not load.

It can be used to check for circular redirects or other unexpected non-200 statuses.

## Set up

```sh
npm install
```

## Usage

```sh
npm start
```