657

Product support

Visit this product's website for support.

Categories

Information

This is an basic SEO Plugin for October CMS. Includes support for:

Added fields

RainLab.Pages

  • SEO Title
  • SEO Description
  • SEO Keywords
  • Canonical URL
  • Redirect URL
  • Robots Index
  • Robots Follow

RainLab.Blog and Default October CMS Pages

  • SEO Keywords
  • Canonical URL
  • Redirect URL
  • Robots Index
  • Robots Follow
Component properties

Components

Seo Data

Component gives access to ,, ,, , and `````` fields that are filled dynamically depending on type of site.

Usage

Insert the component into layout, and then render it in the `````` section. For example:

<!DOCTYPE html>
<html>
<head>
    {% component 'Seo %}

    <!-- Other tags -->
</head>
<body>
    {% page %}
</body>
</html>

You can choose from component options whether to include Open Graph tags, Twitter tags and JSON-LD;

You can also modify default component template or access fields directly, but if you want to do so, you still need to place component into the `````` as it relies on onRender method.

  • Found the plugin useful on 5 Aug, 2021

    Can you fix install problem? it requires php 7.1, and not running on 8.0.7 :(

  • author

    Replied on 6 Aug, 2021

    PHP8 allowed in the version 1.2.0

1.2.0

Allow PHP 8

Aug 06, 2021

1.1.1

Do not populate repeater fields in admin with SEO form (Thanks to corneliuscz)

May 24, 2021

1.1.0

Loading og:image from blog posts (Thanks to hugochinchilla)

May 20, 2021

1.0.5

Fixed missing component icon

Aug 15, 2020

1.0.4

Added templates for Open Graph, Twitter and JSON-LD.

Jul 30, 2020

1.0.3

Added component to display data.

Jul 30, 2020

1.0.2

add_fields_to_rainlab_blog_posts_table.php

Jul 30, 2020

1.0.1

Initialize plugin.

Jul 30, 2020