Generate a validation report
report.validationGenerate a combined validation report covering HTML/CSS standards, SEO, accessibility, JSON-LD syntax, and public link integrity.
Instructions
Combines W3C HTML/CSS validation, local SEO/accessibility checks, JSON-LD syntax checks, and a bounded public-link check into a Markdown and structured report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | Optional public HTTP(S) base URL used to resolve relative links. | |
| cssFilePath | No | Optional absolute or workspace-relative CSS file path. | |
| htmlFilePath | Yes | Absolute or workspace-relative HTML file path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | ||
| errors | No | ||
| report | Yes | ||
| summary | Yes | ||
| seoIssues | Yes | ||
| cssMessages | Yes | ||
| failedChecks | Yes | ||
| htmlMessages | Yes | ||
| schemaIssues | Yes |