This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 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');
```