Magpie HTML - v0.1.3
    Preparing search index...

    Interface VerificationMetadata

    Verification metadata.

    Contains verification tags from various platforms for domain and ownership verification.

    interface VerificationMetadata {
        googleSiteVerification?: string;
        msvalidate?: string;
        yandexVerification?: string;
        facebookDomainVerification?: string;
        pinterestVerification?: string;
        alexaVerification?: string;
        nortonSafeWeb?: string;
        other?: Record<string, string>;
    }
    Index

    Properties

    googleSiteVerification?: string

    Google Site Verification token

    msvalidate?: string

    Bing/Microsoft verification token

    yandexVerification?: string

    Yandex verification token

    facebookDomainVerification?: string

    Facebook domain verification token

    pinterestVerification?: string

    Pinterest domain verification token

    alexaVerification?: string

    Alexa verification token

    nortonSafeWeb?: string

    Norton Safe Web verification token

    other?: Record<string, string>

    Other verification tags (platform: token)