<meta property="og:site_name" content="{{ seo.siteName }}" />
{#{% if seo.author is defined %}
<meta property="author" content="{{ seo.author }}" />
{% endif %}#}
{% if seo.robots is defined %}
<meta property="robots" content="{{ seo.robots }}" />
{% else %}
<meta name="robots" content="index, follow" />
{% endif %}
{% if seo.keywords is defined %}
<meta name="keywords" content="{{ seo.keywords }}" />
{% endif %}
{% if seo.tags is defined %}
{% for tag in seo.tags %}
<meta content="{{ tag.n }}" property="article:tag"/>
{% endfor %}
{% endif %}
{% if seo.title is defined %}
<meta property="og:title" content="{{ seo.title }}" />
<meta property="twitter:title" content="{{ seo.title|slice(0, 70) }}" />
<title>{{ seo.title }}</title>
{% endif %}
{% if seo.description is defined %}
<meta name="description" content="{{ seo.description|striptags|slice(0, 160) }}" />
<meta property="og:description" itemprop="description" content="{{ seo.description|striptags|slice(0, 300) }}" />
<meta property="twitter:description" content="{{ seo.description|striptags|slice(0, 200) }}" />
{% endif %}
{% if seo.og_type is defined %}
<meta property="og:type" content="{{ seo.og_type }}" />
{% endif %}
{% if seo.url is defined %}
<meta property="og:url" itemprop="url" content="{{ domain ~ seo.url }}" />
<link rel="canonical" href="{{ domain ~ seo.url }}" />
{#<link rel="alternate" href="{{ mobile ~ seo.url }}" media="only screen and (max-width: 640px)" />#}
{#<link rel="alternate" href="{{ mobile ~ seo.url }}" media="handheld" />#}
{% endif %}
<meta property="twitter:card" content="summary" />
<meta name="twitter:site" content="@indiangame" />
{% if seo.image is defined %}
<meta property="og:image" content="{{ seo.image }}" />
<meta property="og:image:secure_url" content="{{ seo.image }}" />
<meta property="og:image:width" content="620" />
<meta property="og:image:height" content="324" />
<meta property="twitter:image" content="{{ seo.image }}" />
<meta property="twitter:image:secure_url" content="{{ seo.image }}" />
<meta property="twitter:image:width" content="620" />
<meta property="twitter:image:height" content="324" />
{% endif %}
{% if seo.article_tag is defined %}
<meta property="article:tag" content="{{ seo.article_tag }}" />
{% endif %}
{% if seo.article_category is defined %}
<meta property="article:section" content="{{ seo.article_category }}" />
{% endif %}
{% if seo.publish_time is defined %}
<meta property="article:published_time" content="{{ seo.publish_time }}" />
{% endif %}
{#{% if seo.amp is defined %}
{% if seo.ampUrl is defined %}
<link rel="amphtml" href="{{ domain ~ seo.ampUrl }}" />
{% else %}
<link rel="amphtml" href="{{ domain ~ seo.url }}/amp" />
{% endif %}
{% endif %}#}
{% if seo.prev_url is defined %}
<link rel="prev" href="{{ seo.prev_url }}" />
{% endif %}
{% if seo.next_url is defined %}
<link rel="next" href="{{ seo.next_url }}" />
{% endif %}
<link rel="alternate" type="application/rss+xml" href="{{ domain }}/feed" title="{{ seo.siteName }} » Feed" />
{% if seo.rss is defined and seo.rss is not empty %}
<link rel="alternate" type="application/rss+xml" href="{{ domain ~ seo.rss }}" title="{{ seo.title }} » Feed" />
{% endif %}
{# do chua co domain nen tam thoi chua dung #}
{#{% if seo.is_home is defined and seo.is_home %}#}
{#<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/indianautosblog.com\/","name":"Indian Autos blog","potentialAction":{"@type":"SearchAction","target":"https:\/\/indianautosblog.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>#}
{#{% endif %}#}
{#{% if seo.tag_json is defined and seo.tag_json %}#}
{#<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"Organization","url":"https:\/\/indianautosblog.com\/","sameAs":["https:\/\/www.facebook.com\/IndianAutosBlog","https:\/\/www.instagram.com\/indianautosblog\/","https:\/\/www.youtube.com\/IndianAutosBlog","https:\/\/www.pinterest.com\/IndianAutosBlog\/","https:\/\/twitter.com\/indianautos"],"@id":"https:\/\/indianautosblog.com\/#organization","name":"Indian Autos Blog","logo":"https:\/\/img.indianautosblog.com\/2017\/07\/Logo.png"}</script>#}
{#{% endif %}#}