Skip to content

aslanyi/sitemap-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap Request Test

If you have sitemap like this:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 
  <url>
    <loc>http://www.example.com/foo.html</loc>
    <lastmod>2018-06-04</lastmod>
  </url>
</urlset>

And if you want to know which url returns 404. You can check with this project.

  1. clone repo
  2. npm install
  3. node app --sitemapurl=http://localhost:3001/sitemap_main.xml (your sitemap url)

After finish its job it returns a json file which name is url.json in repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published