Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.7
    Preparing search index...
    interface NewsArticleMetadata {
    ย ย ย ย slug: string;
    ย ย ย ย lang: string;
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย date: string;
    ย ย ย ย type: ArticleTypeValue;
    ย ย ย ย topics: string[];
    ย ย ย ย tags: string[];
    ย ย ย ย keywords?: string;
    ย ย ย ย availableLanguages?: string[];
    ย ย ย ย baseSlug?: string;
    }
    Index

    Properties

    slug: string
    lang: string
    title: string
    description: string
    date: string
    topics: string[]
    tags: string[]
    keywords?: string

    SEO <meta name="keywords"> content (comma-separated) from the rendered article HTML, when present. Emitted as the per-card JSON-LD keywords field so SERP crawlers see the same story-specific entity stream (bill IDs, committee codes, agency acronyms) that the article page itself exposes. Empty/undefined when the article HTML has no <meta name="keywords"> tag.

    availableLanguages?: string[]
    baseSlug?: string