Google SEO MCP Server API - v1.13.5
    Preparing search index...
    • Validates structured data (JSON-LD) from a URL, raw HTML, or a JSON string.

      Parameters

      • input: string

        The source to validate (URL, HTML string, or JSON string).

      • type: "url" | "json" | "html"

        The type of input being provided.

      Returns Promise<ValidationResult>

      A result object indicating validity and listing any errors found.