Download the PHP package winter/wn-seo-plugin without Composer
On this page you can find all versions of the php package winter/wn-seo-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download winter/wn-seo-plugin
More information about winter/wn-seo-plugin
Files in winter/wn-seo-plugin
Package wn-seo-plugin
Short Description Winter CMS plugin for managing SEO tags
License MIT
Homepage https://github.com/wintercms/wn-seo-plugin
Informations about the package wn-seo-plugin
SEO Plugin
Easily handle Search Engine Optimization in your Winter CMS projects. Inspired by https://github.com/bennothommo/wn-meta-plugin.
Future plans including support for easily generating structured data and automatically attaching SEO meta fields to CMS pages, Winter.Pages pages, & generically to any Winter CMS model. Check the TODO list in Plugin.php for more planned features.
Installation
Then add the [seoTags]
component to your <head>
in your theme, ideally right after the standard encoding and responsiveness tags.
Suggested implementation:
Layout or header partial:
partials/meta/seo.htm
:
Configuration
Configuration for this plugin is handled through a configuration file. In order to modify the configuration values and get started you can copy the plugins/winter/seo/config/config.php
file to config/winter/seo/config.php
and make your changes there.
Usage
Meta Tags
Use the Meta
class to add <meta>
tags that will be rendered by the [seoTags]
component. Examples:
Link Tags
Use the Link
class to add <link>
tags that will be rendered by the [seoTags]
component. Examples: