fix(videoGpt1): normalize seo pages and fallback services
This commit is contained in:
@@ -11,6 +11,15 @@
|
||||
|
||||
|
||||
{block name="head"}
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="canonical" href='https://{$DomainModel->d_domain}{site:vciurl parent_category="$Request.route.strParentCategory" /}'>
|
||||
<meta property="og:title" content='{site:seotkd code="title" page="category_home" /}' />
|
||||
<meta property="og:description" content='{site:seotkd code="description" page="category_home" /}' />
|
||||
<meta property="og:url" content="https://{$DomainModel->d_domain}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content='{site:seotkd code="title" page="category_home" /}'>
|
||||
<meta name="twitter:description" content='{site:seotkd code="description" page="category_home" /}'>
|
||||
|
||||
{/block}
|
||||
|
||||
@@ -44,4 +53,4 @@
|
||||
{/block}
|
||||
{block name="customize"}
|
||||
|
||||
{/block}
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user