使用PHP hack实现的DiscuzQ后端渲染
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.
 
 
落雨楓 ee2b89ca73 增加README.md 3 years ago
src 更新seo规则 3 years ago
.gitignore 完成最初的功能 3 years ago
README.md 增加README.md 3 years ago
config.php 完成最初的功能 3 years ago
index.php 完成最初的功能 3 years ago
makePhar.php 完成最初的功能 3 years ago
stub.php 完成最初的功能 3 years ago

README.md

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');