A simple Python CLI tool to audit website meta tags (<title>, <meta name="description">, <meta name="keywords">) with SEO best practice recommendations.
- Checks if the page has:
<title>tag<meta name="description"><meta name="keywords">
- Provides:
- Length of title & description
- SEO recommendations:
- Title should be between 50–65 characters
- Description should be around 155 characters
- CLI-based: Just enter any URL and get results instantly!
git clone https://github.com/Aditi-Rani/Seo-Meta-tag-Checker
cd Seo-Meta-tag-Checkerpip install -r requirements.txt
python meta_checker.py
Enter any URL