1. Add this code to your php snippets

add_action( ‘wp_head’, function () {

$schemamarkup = get_post_meta(get_the_ID(), ‘schemamarkup’, true);
if(!empty($schemamarkup)) {
echo $schemamarkup;
}
} );

2. Turn on CUSTOM FIELDS from page/post settings.

3. Use Google’s Structured Data Helper to create your code for you.

4. Create a Custom field called schemamarkup on your page and paste in the script you created in google

Review My Order

0

Subtotal

 
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.