mapbiz
    Preparing search index...

    Interface DiferentSeo

    Сериализация корректировки сео

    interface DiferentSeo {
        id: number;
        seo_description?: null | string;
        seo_keywords?: null | string;
        seo_title?: null | string;
        url?: string;
    }
    Index

    Properties

    id: number
    seo_description?: null | string

    2500

    seo_keywords?: null | string

    250

    seo_title?: null | string

    250

    url?: string

    Например: /company/garantii/

    1000