This commit is contained in:
make
2025-04-12 18:20:35 +08:00
parent 1d431ecce5
commit 760fe47b5e
40 changed files with 751 additions and 338 deletions

View File

@@ -7,7 +7,7 @@
<meta property="og:title" content="{$strTitle??''}" />
<meta property="og:description" content="{$strDescription??''}" />
<meta property="og:url"
content="https://{$DomainModel->d_domain}{$strPageCode == 'boys' ? 'nansheng-xiaoshuo' : 'nvsheng-xiaoshuo' }" />
content="https://{$DomainModel->d_domain}{$strPageCode == 'boys' ? $strNanUrlTemp : $strNvUrlTemp }" />
<meta property="og:type" content="book" />
<!-- 结构化数据 -->
<script type="application/ld+json">
@@ -16,7 +16,7 @@
"@type": "book",
"headline": "{$strTitle??''}",
"description": "{$strDescription??''}",
"url": "https://{$DomainModel->d_domain}/{$strPageCode == 'boys' ? 'nansheng-xiaoshuo' : 'nvsheng-xiaoshuo' }",
"url": "https://{$DomainModel->d_domain}/{$strPageCode == 'boys' ? $strNanUrlTemp : $strNvUrlTemp }",
"datePublished": "{:date('Y-m-d')}"
}
</script>
@@ -49,11 +49,11 @@
</li>
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
{eq name="strPageCode" value="boys"}
<a href="/nansheng-xiaoshuo" itemprop="item">
<a href="{$strNanUrlTemp}" itemprop="item">
<span itemprop="name">男生</span>
</a>
{else}
<a href="/nvsheng-xiaoshuo" itemprop="item">
<a href="{$strNvUrlTemp}" itemprop="item">
<span itemprop="name">女生</span>
</a>
{/eq}