Skip to content

This tool helps identify <img> tags missing alt attributes on a given webpage — a key part of on-page SEO and accessibility.

License

Notifications You must be signed in to change notification settings

Aditi-Rani/Image-ALT-Tag-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ Image ALT Tag Checker

A simple Python CLI tool to audit all <img> tags on a webpage and detect missing alt attributes — essential for SEO and accessibility.


✅ Features

  • Accepts a webpage URL
  • Scans all <img> tags on the page
  • Identifies images missing alt attributes
  • Reports missing alt tags with their image source
  • CLI-based: Paste any URL and get results instantly!

🚀 How to Run

1. Clone the repository

git clone https://github.com/Aditi-Rani/Image-ALT-Tag-Checker
cd image-alt-tag-checker

2. Install dependencies

pip install -r requirements.txt

3. Run the script

python alt_tag_checker.py

4. Enter the URL when prompted

Enter the URL (include https://): 

About

This tool helps identify <img> tags missing alt attributes on a given webpage — a key part of on-page SEO and accessibility.

Topics

Resources

License

Stars

Watchers

Forks

Languages