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

    Result of a brand query identification check.

    interface BrandQueryResult {
        engine?: "google" | "bing";
        isBrand: boolean;
        matchedPattern?: string;
        query: string;
    }
    Index

    Properties

    engine?: "google" | "bing"

    The search engine this data originates from.

    isBrand: boolean

    Whether the query was identified as a brand query.

    matchedPattern?: string

    The regex pattern that matched, if any.

    query: string

    The query string analyzed.