PHPackages                             winter/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. winter/wn-seo-plugin

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

winter/wn-seo-plugin
====================

Winter CMS plugin for managing SEO tags

v1.0.3(3mo ago)106.5k↓68.1%8[3 issues](https://github.com/wintercms/wn-seo-plugin/issues)[2 PRs](https://github.com/wintercms/wn-seo-plugin/pulls)MITPHPPHP &gt;=7.2CI passing

Since Mar 15Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/wintercms/wn-seo-plugin)[ Packagist](https://packagist.org/packages/winter/wn-seo-plugin)[ Docs](https://github.com/wintercms/wn-seo-plugin)[ GitHub Sponsors](https://github.com/wintercms)[ Fund](https://opencollective.com/wintercms)[ RSS](/packages/winter-wn-seo-plugin/feed)WikiDiscussions main Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (5)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]
==
