Inject SEO fields, Favicon, App Icon, Responsive and Open Graph tags to October CMS Pages
This plugin add SEO fields and tags to CMS Pages, and for using it you simply need to drop component on layout/page.
Meta Fields Included:
- Meta Title
- Meta Description
- Meta Keywords
- Canonical URL
- Meta Redirect to other URL
- Robot Index & Follow
- Favicon
- Viewport
- App Icons
Open Graph(og) Fields Included:
- og:site_name
- og:title
- og:url
- og:description
- og:image
- fb:app_id
Like this plugin?
If you like this plugin, give this plugin a God review, Like or Make donation with PayPal.
Installation
To install this plugin you have to click on add to project
or need to type NetSTI.SEO
in Backend System > updates > intall plugin
Drop this component in layout's head section, code of layout look like this:
<html> <head> {% component 'SeoPage' %} </head> <body> {% page %} </body> </html>
Automatically will add all the tags you configure in Page & System Options.
-
Frederico Marinho
Found the plugin useful on 22 Sep, 2018
Thanks for the plugin! All of my projects has it installed and working well. I'd like to ask a small update, include the property itemprop="image" in og:image meta tag:
<meta property="og:image" itemprop="image" content="image.png">
- This will enable the page to show its image thumb in whatsapp snippet, when the url is shared. Just that would be perfect! Thanks
-
Roman Butvinskiy
Found the plugin useful on 25 Jan, 2018
Because of this plugin, there are errors after creating the page in Static Page
-
Hessel
Found the plugin useful on 7 Oct, 2016
I like the plugin, thank you ! however ther is a small bug, in the default.htm from the component you need to add extra space online 30. wc3 validator says: it can not read href beacause it is right after the " sign. if you add extra space this error is solved.
<link rel="shortcut icon" type="image/x-icon"href="{{SELF.settings.favicon.getThumb(32,32,'crop')|app}}"/>
-
Jonas Van Remoortere
Found the plugin useful on 5 Jul, 2016
Nice and easy to use plugin but it's missing permissions (can't be disabled for a specific backend user(group) in this way)
-
Jose Ivan Suazo author
Replied on 5 Jul, 2016
I will fix the permission option. Thanks for review the plugin!
-
1.0.3 |
Add itemprop="image" to og:image tag Sep 22, 2018 |
---|---|
1.0.2 |
Fix Open graph error May 12, 2016 |
1.0.1 |
SEO Plugin Start. May 10, 2016 |