admin 发表于 2022-3-24 22:44:57

Plugin 标签分类统计SEO 4.3.2(pn_tagpage)

https://www.tmd9.com/plugin.php?id=pn_tagpage
discuz_plugin_pn_tagpage_SC_GBK.xml (简体 GBK 编码)
discuz_plugin_pn_tagpage_SC_UTF8.xml (简体 UTF8SC 编码)
discuz_plugin_pn_tagpage_TC_UTF8.xml (繁体 UTF8TC 编码)
discuz_plugin_pn_tagpage_TC_BIG5.xml (繁体 BIG5 编码)


手机模板

购买须知:
功能验证请参考演示站bbs.didaoba.cn
可提供的免费服务包括插件安装和使用问题解答,bug修复
其它如兼容性,配置,功能不如意等问题造成无法使用须要本人解决的为有偿服务
购买需同意以上须知再购买,否则一旦购买不予退款

本插件是用于对标签进行分类和统计,一个非常实用的索引页,可以起到SEO优化的作用

功能:
*标签查看方式为自定义分类,zui新,zui热门,zui有人气,按版块分类五种排序。
*支持diy标签。
*可统计显示标签相关主题日志数。
*支持主题列表显示标签。
*查看,回帖,发帖,编辑,删帖会对相关数据进行统计。
*使用缓存机制保证标签页的查看性能。
*支持主题页和标签页相关度的筛选。
*支持手机版显示标签。
*支持电脑手机版统计。
*支持伪静态网址。
*支持列表页和手机端标签显示
*支持列表页按分类过滤显示标签

使用方法:
*安装本插件后,请务必重新统计数据一次,否则没有统计数据。
*相关度为相关主题数,小于相关主题数将不显示标签。
*伪静态规则
Apache规则

RewriteRule '^([^\.]*)/tag\.html$$' $1/misc.php?mod=tag
RewriteRule '^([^\.]*)/tag-(+)\.html$$' $1/misc.php?mod=tag&id=$2
RewriteRule '^([^\.]*)/tag-(+)-(\w+)\.html$$' $1/misc.php?mod=tag&id=$2&type=$3
RewriteRule '^([^\.]*)/tag-(\w+)\.html$$' $1/misc.php?mod=tag&type=$2

IIS规则

<rule name="tool.apizl.com rewriteTools0" patternSyntax="ECMAScript" stopProcessing="true">
    <match url="^([^\.]*)/tag\.html" ignoreCase="false" />
    <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
    <action type="Rewrite" url="{R:1}/misc.php?mod=tag" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools1" patternSyntax="ECMAScript" stopProcessing="true">
    <match url="^([^\.]*)/tag-(+)\.html" ignoreCase="false" />
    <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
    <action type="Rewrite" url="{R:1}/misc.php?mod=tag&amp;id={R:2}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools2" patternSyntax="ECMAScript" stopProcessing="true">
    <match url="^([^\.]*)/tag-(+)-(\w+)\.html" ignoreCase="false" />
    <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
    <action type="Rewrite" url="{R:1}/misc.php?mod=tag&amp;id={R:2}&amp;type={R:3}" appendQueryString="false" />
</rule><rule name="tool.apizl.com rewriteTools3" patternSyntax="ECMAScript" stopProcessing="true">
    <match url="^([^\.]*)/tag-(\w+)\.html" ignoreCase="false" />
    <conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
    <action type="Rewrite" url="{R:1}/misc.php?mod=tag&amp;type={R:2}" appendQueryString="false" />
</rule>

Nginx规则

rewrite ^([^\.]*)/tag\.html$ $1/misc.php?mod=tag last;
rewrite ^([^\.]*)/tag-(+)\.html$ $1/misc.php?mod=tag&id=$2 last;
rewrite ^([^\.]*)/tag-(+)-(\w+)\.html$ $1/misc.php?mod=tag&id=$2&type=$3 last;
rewrite ^([^\.]*)/tag-(\w+)\.html$ $1/misc.php?mod=tag&type=$2 last;

演示:
https://www.hygx.org/huati/
http://bbs.didaoba.cn/misc.php?mod=tag&type=tagforum
https://www.longzu.com/tag.html

相关插件:
主题列表显示标签
https://www.tmd9.com/plugins/pn_tag.html


ygphone 发表于 2023-4-11 02:51:05

wq_buycredit

credit 发表于 2023-4-28 21:27:56

aljtyh

zaker 发表于 2023-5-15 00:34:56

comiis_weixinupload
页: [1]
查看完整版本: Plugin 标签分类统计SEO 4.3.2(pn_tagpage)