debug
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user