Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface ArticleSeoMetadataInput {
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย lang: Language;
    ย ย ย ย date: string;
    ย ย ย ย articleTypeLabel: string;
    ย ย ย ย articleTypeId: string;
    ย ย ย ย canonicalPath?: string;
    ย ย ย ย keywords?: string;
    ย ย ย ย briefEntities?: readonly string[];
    }
    Index
    title: string
    description: string
    lang: Language
    date: string
    articleTypeLabel: string
    articleTypeId: string
    canonicalPath?: string
    keywords?: string
    briefEntities?: readonly string[]

    Pre-computed, story-specific keywords mined from the executive-brief (bill IDs, proposition refs, committee codes/reports, party codes, named entities). When present these are seeded FIRST so the highest-signal SERP tokens (HD03267, JuU28, Sร„PO, Migrationsverket) lead the keyword string. Universal-Swedish identifiers (bill IDs, committee codes) survive untranslated across all 14 languages, so the same set is supplied to every locale's page. See scripts/render-lib/aggregator/seo/brief-extractor.ts.