@suluk/builder - v0.1.11
    Preparing search index...

    Interface SeoMetaInput

    interface SeoMetaInput {
        title: string;
        description: string;
        keywords?: string[];
        canonical?: string;
        ogTitle?: string;
        ogDescription?: string;
        ogImage?: string;
        ogType?: string;
        twitterCard?: string;
        locale?: string;
        alternates?: Record<string, string>;
    }
    Index

    Properties

    title: string
    description: string
    keywords?: string[]
    canonical?: string
    ogTitle?: string
    ogDescription?: string
    ogImage?: string
    ogType?: string
    twitterCard?: string
    locale?: string
    alternates?: Record<string, string>

    locale → URL alternates (hreflang).