Skip to content

kirby-deprecated-plugins/kirby-keyword-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Keyword Map

Version 0.5 - Changelog

Preview your important keywords in your text as a map. Good for SEO.

This plugin has nothing to to do with the meta keywords tag. It's the keywords inside your texts that are targeted.

Features

  • Support for structure fields
  • Support for multiple keyword maps
  • Support for mutiple words in a keyword phrase
  • Support for multi languages
  • Highlights both keywords in tags and text.
  • Counters for matched words.
  • Will ignore these characters -#,.!?()[].
  • Possible to show or hide the preview and just show the keywords.

Installation instructions

Setup

This plugin is a panel field and to use it you need to add a blueprint field. You also need a field that has a textarea.

fields:
  mytext:
    label: My text
    type: textarea
  keywordmap:
    label: Keyword Map
    type: keywordmap
    target: mytext

A field with a textarea

In this case we call our textarea field mytext but you can call it anything.

A field with a keywordmap field

Our new field has two required options:

  • type needs to be keywordmap
  • target needs to be a field that contains a textarea, in this case it's mytext.

Usage

Add keywords

Click on the top of the field to keyword phrases. Both single and multiple words are allowed in a single keyword phrase.

Write text

Results

See screenshot on top to see the results.

Requirements

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

License

MIT

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

Credits