Hello,
We apologize for the issue you are facing with the Google Search Console errors regarding the missing fields. It seems that you have already taken steps to resolve some of these errors by enabling the ‘Remove Snippet Data’ option for product categories, which is great.
For the vendor pages, the error "Either ‘offers,’ ‘review,’ or ‘aggregateRating’ should be specified" typically indicates that the Schema data for those pages is incomplete. Here are a few steps you can take to address this:
-
Check Schema Settings for Vendor Pages: Ensure that the Schema settings for your vendor pages are correctly configured. If these pages are meant to display products, they should include the necessary Schema markup for offers, reviews, or aggregate ratings.
-
Add Reviews or Ratings: If your vendor pages do not currently have any reviews or ratings, consider adding them. This can help populate the aggregateRating
field automatically if you are using WooCommerce or similar plugins.
-
Use Advanced Schema Builder: If you have specific requirements for your vendor pages, you might want to use Rank Math’s Advanced Schema Builder to create custom Schema markup that includes the required fields.
-
Review Product Schema on Vendor Pages: If your vendor pages are displaying products, ensure that each product has the necessary Schema data filled out, including offers and ratings.
-
Clear Cache: After making changes, make sure to clear your website cache to ensure that the updates are reflected.
If you continue to experience issues after trying these steps, please reply to this ticket with more details about your vendor pages or any specific configurations you have in place. A human agent from our support team will be able to assist you further.
Thank you for raising this concern! We’re here to help you resolve it.
Sources:
Google Search Console Missing Field Warning » Rank Math
How to Fix Aggregate Rating Error » Rank Math
Remove All Schema from Product Category Pages » Rank Math
Hello,
Thank you for your query and we are so sorry about the trouble this must have caused.
Please access the Vendor taxonomy in meta settings to enable the same option “Remove Snippet Data”.
If you can’t find that option, please try the following filter code:
add_filter( 'rank_math/json_ld', function( $data, $jsonld ) {
$url = home_url($_SERVER['REQUEST_URI']);
if (strpos($url, '/vendor') !== false) {
unset($data['ProductsPage']);
}
return $data;
}, 99, 2);
You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/
If the issue persists, we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress & FTP logins in the designated Sensitive Data section.
Please do take a complete backup of your website before sharing the information with us.

It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:
https://wordpress.org/plugins/temporary-login-without-password/
You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):
https://wordpress.org/plugins/wp-security-audit-log/
We really look forward to helping you.
We have removed the snippet data from the vendor but that does not help. Please let me know any other way to solve this.
Thanks!
Hello,
The product schema is still applied to those vendor pages.
Please share your website logins in the sensitive data section so we can investigate further.
Also, we noticed you’re using Rank Math PRO, but the account you used to open this ticket is the Rank Math free version.
Can you please search and forward a receipt from FastSpring.com or the email address you used to purchase so we can locate your account and verify it?
Looking forward to helping you.
Yes, we have the pro installed. Will add the mail address and the login data in the sensitive data.
Besides the vendor snippet error we also have other errors for pages that are not product pages:
https://www.12taste.com/vanilla/ Product snippet price or priceSpecification.price A value for the price or priceSpecification.price field is required for a nested Offer.
https://www.12taste.com/vanilla/ Merchant listing priceCurrency or priceSpecification.priceCurrency A value for the priceCurrency or priceSpecification.priceCurrency field is required for a nested Offer.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
We checked your /vanilla/
page but were not able to find any error there:

Regarding the Vandor pages, we can confirm the product scheme has already been removed.
However, since Google is still detecting the product schema on these pages, please clear your website cache including any server-level cache and check again with Google’s Rich Results Test tool.
Let us know how it goes. Looking forward to helping you.
Thank you.
Hello,
Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.
If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.
Thank you.