Download the PHP package reh/kirby-seo-preview-section without Composer
On this page you can find all versions of the php package reh/kirby-seo-preview-section. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download reh/kirby-seo-preview-section
More information about reh/kirby-seo-preview-section
Files in reh/kirby-seo-preview-section
Package kirby-seo-preview-section
Short Description Configurable & interactive SEO preview section for the Kirby 3 Panel.
License MIT
Informations about the package kirby-seo-preview-section
Kirby SEO Preview Section
Configurable & interactive SEO preview section for the Panel in Kirby 3+.
Installation
Choose one of the following installation methods:
Manually
Download and copy this repository to /site/plugins/seo-preview-section
.
Git submodule
Composer
Setup
After installing this plugin, you can add the seopreview
section to your blueprints.
The easiest way to use it in multiple page blueprints is a tab blueprint (e.g. site/blueprints/tabs/meta.yml
):
that can be reused in the tab definition of site
and any page
blueprints:
NOTE: This plugin only provides a preview and does not generate any meta tags!
So make sure to wire the fields you use for meta tag generation and that the output of the preview mimics your actual meta tags!
Status & Development
STATUS:
first public release (only yet tested with Kirby 3.3.1 in single-language setup)
IMPORTANT:
Although this plugin should not be able to break anything, please always test it in your dev-environment before using it in production!
FEEDBACK:
I'm happy to receive feedback (bugs, optimization suggestions or in general)
TODO:
- [x]
Add composer compatibility - [ ] Test with multi-language setups
- [ ] Document the plugin options
- [ ] Add instructions on how to help working on the plugin
License
MIT