https://github.com/codeperfectplus/pyseo
SEO Validation tool written in python
https://github.com/codeperfectplus/pyseo
Last synced: 8 months ago
JSON representation
SEO Validation tool written in python
- Host: GitHub
- URL: https://github.com/codeperfectplus/pyseo
- Owner: codeperfectplus
- License: apache-2.0
- Created: 2023-07-18T13:00:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T13:27:33.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:12:21.281Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PySEO
SEO Validation tool written in python
## Scope of the Project
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:
1. Page that returns a 4xx or 5xx status code
2. images with no alt text
3. number of broken link
4. number of external links
5. number of internal links
6. website meta information (page title, meta description, meta keywords)
## How to use the tool
The tool can be used by running the following command:
## Project Status
The project is currently in development. The following features are currently being worked on: