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

    Interface NewsMetadata

    News metadata.

    Contains news-specific metadata for articles and press releases.

    interface NewsMetadata {
        keywords?: string[];
        standout?: string;
        syndicationSource?: string;
        originalSource?: string;
    }
    Index

    Properties

    keywords?: string[]

    News keywords (distinct from regular keywords)

    standout?: string

    Google News standout tag (indicates exceptional journalism)

    syndicationSource?: string

    Syndication source (original publisher)

    originalSource?: string

    Original source URL