Google SEO MCP Server API - v1.13.5
    Preparing search index...

    Result of a structured data (schema) validation check.

    interface ValidationResult {
        errors: any[];
        schemas: any[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    errors: any[]

    A list of validation errors found across all detected schemas.

    schemas: any[]

    The original JSON-LD schemas extracted from the input.

    valid: boolean

    Whether all schemas were found and valid.