Metadata-Version: 2.4
Name: myseotools
Version: 0.1.4
Summary: Simple and powerful SEO toolkit in Python
Author: Your Name
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: spacy
Requires-Dist: lxml
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# My SEO Tools

**My SEO Tools** is a simple but powerful Python SEO toolkit that helps developers and analysts quickly audit websites using the command line.  
It supports meta tag checks, image audits, keyword density analysis, and more.

---

## 🚀 Features

- ✅ Meta tag extractor (`title`, `description`)
- 🔗 Broken link checker (internal & external)
- 🧠 Keyword density analyzer
- 🏷️ Entity extraction using spaCy
- 📎 Canonical & Open Graph tag validator
- 🖼️ Image audit (missing `alt`, large file sizes, preload recommendations)
- 📤 Export results to **CSV** or **JSON**

---

## 📦 Installation

```bash
pip install myseotools
