Files
SEONexus/code/app/home/view/haoZi/novel/getNovelRank.html
2025-05-20 18:31:47 +08:00

85 lines
2.8 KiB
HTML

{extend name="baseH5" /}
{block name="get-data"}
{site:helper func="initSexTKD" /}
{/block}
{block name="title"}{site:replace code="NOVEL@GETNOVELRANK@TITLE"}{/block}
{block name="keywords"}{site:replace code="NOVEL@GETNOVELRANK@KEYWORDS"}{/block}
{block name="description"}{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}{/block}
{block name="head"}
<!-- 社交媒体标签 -->
<meta property="og:title" content='{site:replace code="NOVEL@GETNOVELRANK@TITLE"}' />
<meta property="og:description" content='{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}' />
<meta property="og:url" content="https://{$DomainModel->d_domain}/paihang/all" />
<meta property="og:type" content="book" />
<!-- 结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://{$DomainModel->d_domain}/paihang/all",
"@type": "book",
"headline": '{site:replace code="NOVEL@GETNOVELRANK@TITLE"}',
"description": '{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}',
"datePublished": "{:date('Y-m-d')}"
}
</script>
{/block}
{block name="head-js"}{/block}
{block name="logo-html"}
<h1 class="logo">
<a href="/">{$DomainModel->d_name}--排行榜最新免费阅读</a>
</h1>
{/block}
{block name="strPageCode"}
<?php $strPageCode = 'rank'; ?>
{/block}
{block name="main"}
{site:grm page_code="novel_rank" diff="0" num="100" g_key="arrGrm" /}
<p class="site-description">{site:replace code="NOVEL@GETNOVELRANK@DESCRIPTION"}</p>
<ul class="sort">
{novel:ranksort d_key="key" d_val="val"}
<li class='{eq name="key" value="$Request.route.strOrder"}active_rank {/eq}'>
<a href='{site:rankurl status="all" order="$key" page="1" /}' >{$val}排行榜</a>
</li>
{/novel:ranksort}
</ul>
<nav class="breadcrumb" aria-label="breadcrumb">
<ol itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/" itemprop="item">
<span itemprop="name">首页</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="{$strRankUrlTemp}" itemprop="item">
<span itemprop="name">排行榜</span>
</a>
<meta itemprop="position" content="2" />
</li>
</ol>
</nav>
<ul class="list">
{novel:ranklist count="20" sort_type="$Request.route.strOrder" d_key="key" d_val="Novel" cache_life="3600"}
{include file="public/novelListH" start="0"/}
{/novel:ranklist}
</ul>
{/block}
{block name="customize"} {/block}