This commit is contained in:
Your Name
2026-04-19 13:49:04 +08:00
parent da09dbd64d
commit e8688443e5
29 changed files with 1035 additions and 324 deletions

View File

@@ -8,6 +8,7 @@
{block name="keywords"}{site:replace code="VIDEO@INDEX@INDEX@KEYWORDS"}{/block}
{block name="description"}{site:replace code="VIDEO@INDEX@INDEX@DESCRIPTION"}{/block}
{block name="head"}
<link rel="canonical" href="https://{$DomainModel->d_domain}" />
{// 社交媒体标签 }
<meta property="og:title" content='{site:replace code="VIDEO@INDEX@INDEX@TITLE"}' />
<meta property="og:description" content='{site:replace code="VIDEO@INDEX@INDEX@DESCRIPTION"}' />
@@ -17,6 +18,7 @@
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "{$DomainModel->d_name}",
"url": "https://{$DomainModel->d_domain}",
@@ -84,10 +86,10 @@
{volist name="arrVideoPiaofang" id="Video" key="key"}
{if $key < 5 }
{
"@type": "ListItem{$Video.v_id}",
"@type": "ListItem",
"position": {$key},
"item": {
"@type": "Movies",
"@type": "Movie",
"name": "{$Video.v_name}",
"url": 'https://{$DomainModel->d_domain}{site:vurl v_id="$Video.v_id" v_py="$Video.v_name_en"/}',
"description": "{$Video.v_description}",
@@ -185,4 +187,4 @@
</div>
{/block}
{block name="customize"}
{/block}
{/block}