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.

12 lines
434 B
Markdown

3 years ago
# DiscuzQ SEO 后端渲染
使用PHP Hack方式实现的DiscuzQ后端渲染。
已测试Bing和Google收录状况良好。百度在测试中未收录
## 使用方法
将seo.phar上传到discuzQ的根目录并将以下代码添加到public/index.php的 <?php 下方
```php
define('SITE_BASEURL', '你的网站域名,末尾不需要“/”例如https://www.scifi.top');
require_once(dirname(__DIR__) . '/seo.phar');
```