You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DiscuzQ SEO 后端渲染
使用PHP Hack方式实现的DiscuzQ后端渲染。
已测试Bing和Google,收录状况良好。百度在测试中未收录
使用方法
将seo.phar上传到discuzQ的根目录,并将以下代码添加到public/index.php的 <?php 下方
define('SITE_BASEURL', '你的网站域名,末尾不需要“/”,例如:https://www.scifi.top');
require_once(dirname(__DIR__) . '/seo.phar');