Metadata-Version: 2.4
Name: tfq0seo
Version: 2.3.2
Summary: Fast SEO analysis tool with reports
Home-page: https://github.com/tfq0seo/tfq0seo
Author: TFQ0 SEO Team
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: beautifulsoup4>=4.11.0
Requires-Dist: click>=8.1.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: rich>=12.6.0
Requires-Dist: textstat>=0.7.3
Requires-Dist: validators>=0.20.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: python-dateutil>=2.8.0
Requires-Dist: urllib3>=1.26.0
Requires-Dist: psutil>=5.9.0
Provides-Extra: full
Requires-Dist: lxml>=4.9.0; extra == "full"
Requires-Dist: openpyxl>=3.0.0; extra == "full"
Requires-Dist: pandas>=1.5.0; extra == "full"
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# TFQ0SEO - SEO Analysis Tool

[![PyPI version](https://img.shields.io/pypi/v/tfq0seo.svg)](https://pypi.org/project/tfq0seo/)
[![License](https://img.shields.io/pypi/l/tfq0seo.svg)](https://github.com/tfq0/tfq0seo/blob/main/LICENSE)
[![Python Versions](https://img.shields.io/pypi/pyversions/tfq0seo.svg)](https://pypi.org/project/tfq0seo/)
[![Downloads](https://img.shields.io/pypi/dm/tfq0seo.svg)](https://pypi.org/project/tfq0seo/)

A high-performance SEO analysis tool that generates professional reports.

## Features

- **Comprehensive analysis** 
- **Handles 500+ pages** 
- **Beautiful reports** 
- **Concurrent processing** 
- **Simple CLI** 

## Installation

```bash
pip install tfq0seo
```

## Quick Start

### Single Page Analysis
```bash
tfq0seo analyze https://example.com
```

### Full Site Crawl
```bash
tfq0seo crawl https://example.com --depth 5 --max-pages 500 --concurrent 20 --format html --output full-report.html
```

## Analysis Categories

1. **SEO Analysis**

2. **Content Quality**

3. **Technical SEO**

4. **Performance**

5. **Link Analysis**
