
Thanks for installing this simple plugin!
Use any schema type you want! This plugin allows you to easily add highly customized JSON-LD schema markup to your pages and posts. For the most part, this is not a fill-in-the-blanks plugin. You must first create nearly all of the markup on your own. Check out the Schema Docs to help build your markup.
There are convenient ‘Author’ and ‘Website’ fill-in-the-blank form fields available for every post. I may add more in the future.
To ensure changes to your page or post markup, be sure to click the normal WordPress ‘Update’ button for the respective page or post.
IMPORTANT
The plugin automatically adds the appropriate script tags to the header page, so don’t add them as part of your structured JSON-LD markup inside of the meta boxes.
So, when adding a single item to a meta box, it might look similar to this:
{ “@context”: “http://schema.org”, “@type”: “Organization”, “url”: “http://yourorganization.com”, “name”: “Your Organization Name” }
When adding more than one item to a meta box, use brackets around all items and separate with commas; something similar to this:
[ {“@context”: “http://schema.org”, “@type”: “Organization”, “name”: “Your Organization Name”, “url”: “http://your-organization.com” }, {“@context”: “http://schema.org”, “@type”: “Person”, “name”: “Your Name”, “url”: “http://your-personal-site.com” } ]
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.