dimsog / wn-seo-plugin
Seo plugin for WinterCMS
1.0.3
2023-07-22 13:33 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2026-03-01 03:10:12 UTC
README
Features
- Adding code to the header
- Adding code to the footer
- Robots.txt
- Redirects
Language support
- English
- Russian
Supported versions
Please check: https://www.php.net/supported-versions.php
- PHP 8.0
- PHP 8.1
- PHP 8.2
Installation
composer require dimsog/wn-seo-plugin
How to use
layouts/default.htm
[seo] == <!DOCTYPE html> <html> <head> {% placeholder header %} </head> <body> {% placeholder footer %} </body> </html>