dimsog/wn-seo-plugin

WinterCMS的SEO插件

安装: 85

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 1

开放性问题: 0

类型: winter-plugin

1.0.3 2023-07-22 13:33 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>