Skip to content

A simple Python CLI tool to audit website meta tags (title, description, keywords) with SEO best practice recommendations

License

Notifications You must be signed in to change notification settings

Aditi-Rani/Seo-Meta-tag-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕵️ SEO Meta Tag Checker

A simple Python CLI tool to audit website meta tags (<title>, <meta name="description">, <meta name="keywords">) with SEO best practice recommendations.


✅ Features

  • 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!

🚀 How to Run

1.Clone the repository:

git clone https://github.com/Aditi-Rani/Seo-Meta-tag-Checker
cd Seo-Meta-tag-Checker

2.Install dependencies:

pip install -r requirements.txt

3.Run the script:

python meta_checker.py

4.Run the script

Enter any URL

About

A simple Python CLI tool to audit website meta tags (title, description, keywords) with SEO best practice recommendations

Topics

Resources

License

Stars

Watchers

Forks

Languages