audit meta-check
Usage
seo-ops audit meta-check [--path=<path>] [--format=table|json|csv] [--output=<file>]
Check all published posts for missing or poor-quality SEO metadata.
Examples
# Default table output
seo-ops audit meta-check --path=/var/www/html
# JSON output
seo-ops audit meta-check --path=/var/www/html --format=json
# Save to file
seo-ops audit meta-check --path=/var/www/html --output=audit-results.csv
Checks Performed
- Missing SEO titles
- Missing meta descriptions
- Duplicate titles (across posts)
- Duplicate descriptions (across posts)
- Title length (recommended: 30-60 chars)
- Description length (recommended: 50-160 chars)