- <meta property="og:type" content="Facebook"/>
- <meta property="og:type" content="Instagram"/>
- <meta property="og:type" content="website"/>
- <meta property="og:locale" content="{% if app.request.locale == 'ua' %}uk-ua{% else %}ru-ua{% endif %}" />
- {% if isSubdomainShop is defined and not isSubdomainShop %}
- <meta property="og:locale:alternate" content="{% if app.request.locale != 'ua' %}uk-ua{% else %}ru-ua{% endif %}" />
- {% endif %}
- <meta property="og:url" content="{{ app.request.uri }}"/>
- {% if app.request.host == 'vidi.ua' %}
-     <meta property="og:site_name" content="VIDI.UA">
- {% elseif dealer is defined and dealer.name is defined %}
-     <meta property="og:site_name" content="{{ dealer.name }}" />
- {% endif %}