Skip to content

Instantly share code, notes, and snippets.

@4e6ka
Created May 1, 2018 19:03
Show Gist options
  • Save 4e6ka/6877c3fa918c9ccd40dd1f64fe94cc6b to your computer and use it in GitHub Desktop.
Save 4e6ka/6877c3fa918c9ccd40dd1f64fe94cc6b to your computer and use it in GitHub Desktop.
SEO-теги для разных типов страниц
Универсально
TITLE
<title>[[*seotitle:default=`[[If? &subject=`[[*longtitle]]` &operator=`empty` &then=`[[*pagetitle]]` &else=`[[*longtitle]]`]]`]] - [[++site_name]]</title>
DESCRIPTION
<meta name="Description" content="[[!If? &subject=`[[*description]]` &operator=`!empty` &then=`[[*description]]` &else=`[[*pagetitle]] в Москве. [[!If? &subject=`[[+price]]` &operator=`isnotempty` &then=`Стоимость: [[!parse_kurs? &price=`[[+price]]` &currency_tip=`[[+tip_currency:default=`[[+currency_tip]]`]]`]] р.` &else=`Низкая стоимость!`]] Быстрая доставка, скидки и спец предложения, сертификаты! Собственная сервисная служба.` ]]">
С компонентом SEO Filter
<title>[[!+sf.title:default=`[[*seotitle:default=`[[!If? &subject=`[[*longtitle]]` &operator=`!empty` &then=`[[*longtitle]]` &else=`[[*pagetitle]] купить в Москве, лучшая цена! Выбрать [[!strtolower? &string=`[[*pagetitle]]`]] в каталоге с фото. Продажа от Компания Нейм`]]`]] - [[++site_name]]`]]</title>
<meta name="Description" content="[[!+sf.description:default=`[[*seodescription:default=`[[!If? &subject=`[[*description]]` &operator=`!empty` &then=`[[*description]]` &else=`[[*pagetitle]] в Москве - продажа с доставкой! Каталог моделей, цены, фото, характеристикики. Купить [[!strtolower? &string=`[[*pagetitle]]`]] от «Компания Нейм»` ]]`]]`]]">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment