PHPackages                             8black/wn-seo-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. 8black/wn-seo-plugin

ActiveWinter-plugin[Utility &amp; Helpers](/categories/utility)

8black/wn-seo-plugin
====================

Winter CMS plugin for managing SEO tags

013PHPCI failing

Since Jun 2Pushed 11mo agoCompare

[ Source](https://github.com/VadBe/wn-seo-plugin)[ Packagist](https://packagist.org/packages/8black/wn-seo-plugin)[ RSS](/packages/8black-wn-seo-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SEO Plugin
==========

[](#seo-plugin)

Easily handle Search Engine Optimization in your Winter CMS projects. Inspired by .

Future plans including support for easily generating structured data and automatically attaching SEO meta fields to CMS pages, Winter.Pages pages, &amp; generically to any Winter CMS model. Check the TODO list in Plugin.php for more planned features.

Installation
------------

[](#installation)

```
composer require winter/wn-seo-plugin
```

Then add the `[seoTags]` component to your `` in your theme, ideally right after the standard encoding and responsiveness tags.

### Suggested implementation:

[](#suggested-implementation)

**Layout or header partial**:

```

        {% partial "meta/seo" %}

```

**`partials/meta/seo.htm`:**

```
[seoTags]
==
