Run content validation against GEO/SEO standards
Validates HTML content against GEO/SEO standards and provides actionable recommendations.
/plugin marketplace add adnanmueller/am-dev-plugins/plugin install website-copy-standards@am-dev-plugins--file path | --url URLYou are executing the /validate-content command.
Run the content validator script to check HTML against GEO/copywriting standards.
# Validate local file
python plugins/website-copy-standards/scripts/validate_content.py --file page.html
# Validate URL
python plugins/website-copy-standards/scripts/validate_content.py --url https://example.com
# JSON output
python plugins/website-copy-standards/scripts/validate_content.py --url https://example.com --json
| Category | Check |
|---|---|
| Structure | Single H1 tag with primary entity |
| Structure | Heading hierarchy (no skipped levels) |
| Structure | Semantic HTML elements present |
| SEO | Schema markup (JSON-LD) present |
| Readability | Target Grade 8 reading level |
| Scannability | Short paragraphs, bullet points, bold |
| Accessibility | Descriptive link text (no "click here") |
| Accessibility | Image alt text present |
| GEO | Answer-first structure after question H2s |
Returns pass/fail for each check with specific recommendations for failures.