coldbydefault-portfolio
    Preparing search index...

    Interface BlogSEO

    interface BlogSEO {
        canonicalUrl: string;
        description: string;
        keywords: string[];
        ogDescription?: string;
        ogImage?: string;
        ogTitle?: string;
        structuredData: BlogStructuredData;
        title: string;
        twitterDescription?: string;
        twitterImage?: string;
        twitterTitle?: string;
    }
    Index

    Properties

    canonicalUrl: string
    description: string
    keywords: string[]
    ogDescription?: string
    ogImage?: string
    ogTitle?: string
    structuredData: BlogStructuredData
    title: string
    twitterDescription?: string
    twitterImage?: string
    twitterTitle?: string