dimsog / wn-seo-plugin
WinterCMS的SEO插件
1.0.3
2023-07-22 13:33 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2024-09-28 19:36:41 UTC
README
功能
- 在页眉添加代码
- 在页脚添加代码
- robots.txt
- 重定向
语言支持
- 英语
- 俄语
支持的版本
请检查:https://php.ac.cn/supported-versions.php
- PHP 8.0
- PHP 8.1
- PHP 8.2
安装
composer require dimsog/wn-seo-plugin
如何使用
layouts/default.htm
[seo] == <!DOCTYPE html> <html> <head> {% placeholder header %} </head> <body> {% placeholder footer %} </body> </html>