debug
This commit is contained in:
@@ -1,31 +1,35 @@
|
||||
最牛的seo 优化大师
|
||||
这个是 替换标识
|
||||
'{strSiteName}' => '这个是网站名',
|
||||
词量好像少了点,想无广告 最新章节 这些。。 你看看可以加多些词入取,你看看 顶级同行是咋做的,多收罗些数据
|
||||
这个是 替换标识 这个页面下面的标签都可以使用,{strSiteKeywords} 是全局公用关键词,你看看怎么使用
|
||||
'{strSiteName}' => '这个是网站名',
|
||||
'{strSiteDomain}' => '这个是站点域名',
|
||||
'{strSiteKeywords}' => '这个是网站关键字',
|
||||
'{strSiteDescription}' => '这个是网站描述',
|
||||
'{strIndexTitle}' => '这个是首页Title',
|
||||
'{strIndexKeywords}' => '这个是首页Keywords',
|
||||
'{strIndexDescription}' => '这个是首页Description',
|
||||
'{strNovelName}' => '这个是当前页面小说描述',
|
||||
'{strNovelChapterName}' => '当前页面小说章节名字',
|
||||
'{strNovelChapterSort}' => '当前页面小说章节排序号',
|
||||
'{strSiteKeywords}' => '这个是网站全局通用关键字',
|
||||
'{strNovelName}' => '这个是当前页面小说名字',
|
||||
'{strNovelCategoryName}' => '当前页面小说分类名字',
|
||||
'{strNovelSex}' => '当前页面小说是男生还是女生 小说',
|
||||
'{strNovelStatus}' => '当前页面小说状态 是连载还是完结',
|
||||
'{intPage}' => '当前页面分页页码',
|
||||
'{strNovelAuthor}' => '小说作者',
|
||||
'{strNovelDescription}' => '小说简介',
|
||||
'{strSearchKeywords}' => '搜索关键词',
|
||||
'{intPage}' => '当前页面分页页码',
|
||||
|
||||
这个是小说章节目录页面的路由
|
||||
/xiaoshuo/[小说拼音]-[小说id]/mulu/order/[page]
|
||||
|
||||
请根据路由和上面的替换标识,你帮忙设计一个最友好seo的 tkd 替换模板
|
||||
案列-分类的:
|
||||
title : '{strNovelSex}{strNovelCategoryName}{strNovelStatus}小说 - {strSiteName} - 第{intPage}页'
|
||||
keywords: '{strNovelCategoryName}, {strNovelSex}小说, {strNovelStatus}小说, {strSiteName}, 免费阅读'
|
||||
description: '{strSiteName}提供{strNovelSex}{strNovelCategoryName}{strNovelStatus}小说免费阅读,第{intPage}页汇聚热门作品,欢迎体验{strSiteDomain}!'
|
||||
请根据路由和上面的替换标识,你帮忙设计200套最友好seo的 tkd 替换模板,字数要符合常规,不要超标也不要少,质量要保证,不要重复
|
||||
返回格式:
|
||||
title :[
|
||||
'{strNovelName}章节目录 - {strSiteName} - 第{intPage}页',
|
||||
..
|
||||
]
|
||||
|
||||
keywords: [
|
||||
'{strNovelName}, {strNovelName}章节目录, {strNovelAuthor}, {strNovelCategoryName}小说, {strNovelSex}小说, {strSiteKeywords}, {strSiteName}',
|
||||
..
|
||||
]
|
||||
description: [
|
||||
'{strSiteName}提供{strNovelName}章节目录免费查看,第{intPage}页包含最新{strNovelStatus}章节,{strNovelAuthor}创作,畅享{strSiteDomain}!',
|
||||
..
|
||||
]
|
||||
|
||||
|
||||
好的,我会根据你提供的小说章节目录页面路由 `/xiaoshuo/[小说拼音]-[小说id]/mulu/order/[page]` 和替换标识,设计一个最优的 SEO 友好的 TKD 模板。小说章节目录页面与分类页面和章节页面不同,它展示的是某本小说的章节列表,通常按顺序排列并支持分页,因此需要突出小说名、目录特性以及分页信息。以下是我的设计:
|
||||
|
||||
Reference in New Issue
Block a user