Smartcrawl HowTo Property Values
80+ WordPress custom fields for HowTo schema markup types. Contains examples and explanations next to each field to help you create HowTo posts quickly.
★ 2stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mwalek/htpv/archive/refs/heads/main.zipFrom the readme
What this MU plugin does
This MU plugin adds custom fields to WordPress. You can use those custom fields to add schema information to your HowTo posts in Smartcrawl SEO. Not having to constantly visit the Smartcrawl settings page to create HowTo Schema Types saves you time.
NB: The free Meta Box plugin is required for this snippet to work.
How to use this MU plugin
1. Add the htpv.php file inside the /wp-content/mu-plugins/ folder.
2. Install and activate the free Meta Box plugin.
3. Edit any post inside wordpress and you'll see the htpv custom fields group.
How to choose values in Smartcrawl
All custom fields created by this plugin start with the prefix m5. To select a custom field variable inside Smartcrawl, you must combine the prefix with the name of the custom field you want (with underscores instead of spaces).
For example, if you wanted to get the value of the field called "step 1", you would type m5step1 and if you wanted to get the value of "step 1 text", you would type m5step1text, so on and so forth.