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

1.0.3 2023-07-22 13:33 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>