I am creating posts for my plugins to make it easier to find them using the forum search and not just the docs search.
This plugin is still WIP as I did not add the paid API yet but the keywordchecker field does already work. Please note that the non-paid version scrappes the html of Seobility.net the online webtools. They got in touch with me and it’s not blocked for now but that might change. Please consider upgrading to a paid account if you use the field a lot.
Usage
Add the field to your blueprint.
site/blueprints/default.yml
fields:
keywordcheck: # the field id must be exactly like this
label: Seobility.net Keywordcheck
type: keywordcheck
Enter keywords(s) in the panel. Save and get a score. Clicking on the score will take you to new browser tab with the full report.
You can also read the score with a pagemethod if you need it in you business logic.
any template
echo $page->keywordcheckScore();