Represents the keywords in the search response.

interface SearchResponseKeywords {
    original query: string;
    redirected query: string;
    redirected url: string;
}

Properties

original query: string
redirected query: string
redirected url: string