451

Product support

Get help in the plugin support forum.

  • Added on Mar 4, 2022
  • Current version: 1.0.3
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • Created by

Categories

Plugin for SEO markup and generation Sitemap.xml and Robots.txt

The plugin adds functionality to Standard Meta tags and generates Sitemap and Robots files.

It supports CMS Pages, Static Pages and Builder's pages records.

Functionality:

  • Generation of meta tags (title, description, canonical)
  • File generation sitemap.xml and robots.txt
  • Add a dynamic list of pages to a file Sitemap.xml. For example, pages created using the Builder plugin

Some functions are available only in the PRO version of the plugin:

  • Close any page from indexing using robots meta tags
  • Add the company name at the beginning or at the end of all headings
  • Generation of Open Graph micro markup
  • SEO meta tag fields support twig syntax
  • Insert third-party Meta tags or a third-party script into <head>

PRO version of the plugin:

The plugin has not been tested on OctoberCMS v2.x

If you find any errors or typos in the code or interface of the plugin, please let me know


All my plugins for OctoberCMS:
  • Reviews Manager - Plugin for moderation, sending and displaying reviews on the site
  • SEO Pro - SEO+, Sitemap, Robots and Open Graph for CMS Pages, Static Pages, Blog Posts
  • SEO Light - SEO, Sitemap and Robots for CMS Pages, Static Pages and Blog Posts
  • Robots & meta Robots tag - Plugin for generation Robots.txt and meta Robots tag (CMS Pages, Static Pages and Blog Posts)
  • Sitemap - Plugin for generation Sitemap.xml (CMS Pages, Static Pages, Blog Posts and Builder's pages records)
  • Theme Preview Screenshot - Plugin for automatically creating a screenshot of the active theme

If you have any question about how to use this plugin, please don't hesitate to contact us. We're happy to help you.

Start using the plugin

You need to connect the components and insert them in the tag <head></head> in the code and enable the necessary options in the plugin settings

{% component 'META' %}

If you have a custom model that you want to generate the links from, add the full class name of your model in the "Sitemap" tab of the CMS page. If the page has the blogPost component, you don't need to set the Model class.

Important!: Make sure that all the necessary parameters are enabled on the settings page.

1.0.3

Added support for Rainlab.Blog.

Mar 09, 2022

1.0.2

Remove required.

Mar 05, 2022

1.0.1

Initialize plugin.

Mar 04, 2022