# CLAUDE.md ## Overview Structured data validator: extract, parse, and validate JSON-LD, Microdata, and RDFa markup against schema.org vocabulary. ## Quick Start ```bash pip install -r scripts/requirements.txt python scripts/schema_validator.py --url https://example.com ``` ## Scripts | Script | Purpose | |--------|---------| | `schema_validator.py` | Extract and validate structured data | | `base_client.py` | Shared utilities | ## Usage ```bash # Validate page schema python scripts/schema_validator.py --url https://example.com # JSON output python scripts/schema_validator.py --url https://example.com --json # Validate local file python scripts/schema_validator.py --file schema.json # Check Rich Results eligibility python scripts/schema_validator.py --url https://example.com --rich-results ``` ## Supported Formats | Format | Detection | |--------|-----------| | JSON-LD | `