Skip to content

Instantly share code, notes, and snippets.

@AshikNesin
Created February 14, 2025 17:24
Show Gist options
  • Save AshikNesin/45dfb3cc0f0bcc84a6ca7e947327bea8 to your computer and use it in GitHub Desktop.
Save AshikNesin/45dfb3cc0f0bcc84a6ca7e947327bea8 to your computer and use it in GitHub Desktop.
Sitemap Broken or Redirect Link Checker
{
"name": "sitemap-checker",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.9",
"fast-xml-parser": "^4.5.1"
},
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment