fix(videoGpt1): normalize seo pages and fallback services

This commit is contained in:
root
2026-04-17 13:02:00 +08:00
parent dd3cbf09cc
commit 56644e7f50
19 changed files with 253 additions and 173 deletions

View File

@@ -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}