0.0.3 • Published 3 years ago

@michael44/seo-review-plugin v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Builder.io SEO Review Plugin

Plugin for extracting and processing html content of iframed preview areas within Builder.io

The plugin sends the extracted iframe content, sends it to the SEO Review Tools API (https://api.seoreviewtools.com/) for real-time analysis based on the users' keyword input.

The plugin then displays all of the data in a modal with organized data.

Installation

  • clone this repo
  • cd plugins/example-seo-review
  • npm install
  • npm run start

Now the plugin will be running on http://localhost:1268/plugin.system.js

  • Go to your Builder account settings, and add the local plugin to your list of plugins:
http://localhost:1268/plugin.system.js?pluginId=@builder.io/plugin-example-seo-review

*** Notice the pluginId param in the path above, it's necessary to save the plugin settings.