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

    Interface CanonicalMetadata

    Canonical and alternate URL metadata.

    Contains canonical URLs, language alternates, special versions (AMP), and app linking metadata.

    interface CanonicalMetadata {
        canonical?: string;
        alternates?: AlternateLink[];
        amphtml?: string;
        manifest?: string;
        appLinks?: AppLinks;
    }
    Index

    Properties

    canonical?: string

    Canonical URL for this page

    alternates?: AlternateLink[]

    Language/region alternates

    amphtml?: string

    AMP (Accelerated Mobile Pages) version URL

    manifest?: string

    Web app manifest URL

    appLinks?: AppLinks

    App deep linking URLs