Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    • Build the JSON-LD blob (WebSite + WebPage with Speakable) for a static page. The Speakable spec lets voice assistants read the page <h1> โ€” important for political-intelligence pages where the headline carries the analytical lede.

      Pure โ€” returns the <script type="application/ld+json">โ€ฆ</script> wrapper as a string so callers can splice it before </head>.

      Parameters

      • input: {
        ย ย ย ย title: string;
        ย ย ย ย description: string;
        ย ย ย ย canonicalUrl: string;
        ย ย ย ย lang: Language;
        ย ย ย ย family: StaticPageFamily;
        }

      Returns string