dimsog / wn-seo-plugin
Seo plugin for WinterCMS
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:winter-plugin
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2024-10-26 19:59:15 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>