Quote Originally Posted by simon1066 View Post
Although I haven't kept up with the latest updates for this plugin, I think (my notes aren't great) that I had to add a 'Brand' object type. In jscript_plugin_structured_data.php I changed:

Code:
"brand": <?php echo json_encode($manufacturer_name); ?>,
to
Code:
"brand" : {
              "@type" : "Brand",
               "name" : <?php echo json_encode($manufacturer_name); ?>
                },
With this I don't get a Brand warning in https://search.google.com/test/rich-results
many thanks Simon - worked a treat