After the update, the schema markup is not updated for the articles

#24315
  • Resolved Tengyart
    Rank Math free

    Hi!

    I will tell more about the error found.

    For example, I mistakenly defined the type of rich snippet in the article. I corrected the information in the body of the article by indicating in a rich snippet type “Article”, updated and cleared the cache, checked the Google markup. I saw that the markup is displayed incorrectly, edited the record again and saw that it has not changed. Spoiler: even 2 or 3 attempts at editing did not help.

    By “incorrect” I mean that the markup option I chose was not used in the record. The markup parameters are fine, they are defined correctly.

    Redefining the global markup helps for new articles, but the already written note could not be changed.

    The problem has a solution: can disable integration with the Gutenberg editor. After you disable integration, you can change the rich fragments again.

    The following code was used in functions.php:

    /**
     * Disable Gutenberg Sidebar Integration
     */
    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    After integration was disabled, all markup changes were saved without any problems.

    P.S. You have a wonderful plugin, but I hope that you will be able to solve this problem in some other way, faster and more convenientlyt. Thank you so much!

Viewing 1 replies (of 1 total)
  • Hello,

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

    We have just fixed a few bugs in the previous version in v1.0.36.3. Could you please update to this version and let us know if the problem is still reported?

    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.

Viewing 1 replies (of 1 total)

The ticket ‘After the update, the schema markup is not updated for the articles’ is closed to new replies.