Google “structure Data Testing Tool” – schema meta tag issue.
-
Hi,
When I tested my page in google “structure Data Testing Tool” for the schema, I got the following errors:1. image : A value for the image field is required.
2. priceRange : The priceRange field is recommended. Please provide a value if available.I traced that it is coming from the “WPCR” plugin where the following two lines of meta-tags are missing:
<meta itemprop =”image” content=”https://example.com/wp-content/uploads/2018/05/example.png” />
<meta itemprop=”priceRange” content=”$99-$1289″ />I tried by including those line in theme’s “header.php”; but that is not solving the issues. The errors are still there.
I tested the code and find that if I nested those code in the WPCR code, the errors are gone. I can do that in the “structure Data Testing Tool” but I do not know where can I put that in the plugin in the wordpress.
Could you please help me?
Thanks!
The topic ‘Google “structure Data Testing Tool” – schema meta tag issue.’ is closed to new replies.