Skip to content

nullkode/seourlchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction:

This is a simple script written to validate a list of URLs. Even it can check huge list of URLs.

Use Case:

  1. Analytics team can use to verify broken urls for SEO validation.
  2. QA team can use it for getting response time for different Web Urls.
  3. Adds value to SEO testing.

Tools and Languages used:

  1. Python3
  2. HTML
  3. Any IDE supporting Python, like, PyCharm, Atom and so on..

How to use:

  1. Clone or download the project.
  2. Install Python3
  3. Copy and paste all the URLs to be validated in "urls.txt" file.
  4. Execute "url.py" file as python.
  5. Final report gets generated as "report.html".

That's it. Happy validation!!!

Releases

No releases published

Packages

No packages published