WooCommerce 3 introduced a new format to structured product data called JSON/LD. Overall it's a big improvement from WooCommerce 2.x. That said some of us may generate our own Schema…
Read More
UPDATED FOR YOAST 11.0+ As of the release of Yoast 11.0 on April 16th, 2019 you should use the below snippet to remove the Yoast Schema data: add_filter( 'wpseo_json_ld_output', '__return_false'…
Read More
I have an ajax call: $.ajax({ type: 'POST', url: 'submit.php', data: { templateID: url, submitType: 208 }, success: function(data) { console.log(data); } }); It returns: {"subject":"Test 123","body":"<p>looks good!<\/p>"} But how…
Read More