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, Blog posts and Builder's pages records.
Functionality:
- Generation of meta tags (title, description, canonical)
- Close any page from indexing using robots meta tags
- Add the company name at the beginning or at the end of all headings
- File generation sitemap.xml and robots.txt
- Supports CMS Pages, Static Pages and Blog posts
- Add a dynamic list of pages to a file Sitemap.xml. For example, pages created using the Builder plugin
- 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
Currently supported Open Graph tags:
og:title
- defaults to page meta_title | page titleog:description
- defaults to page meta_description | site description in the Settings pageog:image
- defaults to page image|site image in Settings page - Open Graph tabog:type
- defaults to "website"og:locale
- defaults to "en_US"twitter:title
- fromog:title
twitter:description
- fromog:description
twitter:image
- fromog:image
Light 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.
- telegram: @Eugene_Kul
- email: gm742445004@gmail.com
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.
<lastmod> in sitemap.xml generated automatically based on the updated_at variable of the page
Important!: Make sure that all the necessary parameters are enabled on the settings page.
-
Anton Antonov
Found the plugin useful on 15 Apr, 2022
Beautiful SEO plugin!
-
Eugene
Found the plugin useful on 11 Mar, 2022
test
-
Eugene author
Replied on 11 Mar, 2022
Ha ha! Great, I rated myself!
-
1.0.2 |
Added support for Rainlab.Blog Mar 09, 2022 |
---|---|
1.0.1 |
Initialize plugin. Mar 04, 2022 |