SEO Validation tool written in python
The scope of the project is to create a tool that can be used to validate the SEO of a website. The tool will be able to crawl a website and check for the following SEO parameters:
- Page that returns a 4xx or 5xx status code
- images with no alt text
- number of broken link
- number of external links
- number of internal links
- website meta information (page title, meta description, meta keywords)
The tool can be used by running the following command:
The project is currently in development. The following features are currently being worked on: