How to fix “howto” schema error shown by google search console

#79317
  • Resolved Yash jain
    Rank Math free

    I am using how to schema block in one of my webpage. I completed every entry of the howto block but it will show an error when I test using google rich test tool.

    GSC display two warnings under howto schema data structure:

    1. missing field “supply”
    2. missing field “tool”

    How can I fix this ? Because I cannot find such entries in rankmath how to schema block.

    Any help would be appreciated

    • This topic was modified 3 years, 8 months ago by Yash jain.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    The “supply” & “tools” are just warnings but we have noted it down for improvement and this “issue” will be fixed in the next update of Rank Math.

    Please note that these are just warnings. Google recommends that you have these in your Schema but they are not essential. So, they will not have any effect on the ability of your content to appear with Rich Snippets in Google’s Search Engine Result Pages.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else

    Ok thanks.

    So there is no way to fix this by rankmath.

    Do you know how to modify json code manually.

    It is because my client doesn’t want any warning and error in google search console, so I am trying to figure out a way to remove those warnings.

    Btw how soon will rankmath update come?

    Hello,

    You can use the following filter to modify the schema entity:

    
    **
     * Filter to change the schema data.
     * Replace $schema_type with schema name like article, review, etc.
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( "rank_math/snippet/rich_snippet_{$schema}_entity", function( $entity ) {
     return $entity;
    });
    

    Looking forward to helping you. Thank you.

    ​​​​​​

    Where can i paste this code?

    Hello,

    That is a sample code for your reference and needs to be edited before using it.

    It goes into your theme’s functions.php file.

    As much as we would love to offer customized solution to each and every user we have, it just isn’t possible for a small company like ours with limited resources.

    I am not a coder guy. I would appreciated if you guys fix this “missing field” problem in your next earliest update.

    Alberto
    Rank Math business

    Hello,

    We will try but we can’t promise it since we are already working in a lot of improvements and features. But be sure we have it in our ToDo list and we will provide it soon.

    Looking forward to help you.

    Please inform me whenever you make improvements regarding this topic. I will then make necessary changes according to that.

    Alberto
    Rank Math business

    Hello,

    Perfect, you are also able to see every change we do here: https://rankmath.com/changelog/ Do you have any other questions? Or do you want us to close this thread? In any case, we will be here if you have any other questions or issues in the future.

    Looking forward to help you.

    Thanks

    Hello,

    We are glad we could assist you.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)

The ticket ‘How to fix “howto” schema error shown by google search console’ is closed to new replies.