EU Parliament Monitor — API Documentation - v1.0.11
    Preparing search index...

    Interface PageSeoCopy

    Per-page SEO copy bundle: keywords, OpenGraph image alt text, breadcrumb labels, and an FAQ block (heading + structured-data language + Q&A pairs).

    One value of this shape exists per (page, language) tuple in the Political Intelligence and sitemap copy maps so each language ships native-language SEO content for crawlers and assistive technology.

    interface PageSeoCopy {
        keywords: string;
        ogImageAlt: string;
        breadcrumbHome: string;
        breadcrumbCurrent: string;
        breadcrumbAriaLabel: string;
        faqHeading: string;
        faqLanguage: string;
        faqs: readonly FaqPair[];
    }
    Index

    Properties

    keywords: string
    ogImageAlt: string
    breadcrumbHome: string
    breadcrumbCurrent: string
    breadcrumbAriaLabel: string
    faqHeading: string
    faqLanguage: string
    faqs: readonly FaqPair[]