does not reflect the data entered in personal shema

#748020
  • Resolved Ievgen
    Rank Math free

    Good day!

    word – “Article”, “organization”- in the schema- occurs 2 times. How to remove the excess?
    they were not even added to our site in the scheme. However, it is in the page markup. How to remove them?

Viewing 1 replies (of 1 total)
  • Hello,

    I apologize for the inconvenience you are facing with the Schema markup on your website. To remove the excess occurrences of “Article” and “Organization” in the Schema, you can follow these steps:

    1. Remove Keywords Data from Article Schema:

      • You can remove the keywords data from the Article Schema by adding a filter to your website. This will help eliminate the duplicate occurrences of “Article” in the Schema.
      • Here is the code snippet you can use:
        add_filter('rank_math/snippet/rich_snippet_article_entity', function( $entity ) {
            unset( $entity['keywords'] );
            return $entity;
        });
      • You can add this code snippet using the Code Snippets plugin or by adding it to the functions.php file or rank-math.php file. For detailed instructions, you can refer to this guide.
    2. Remove Organization Schema:

      • If you also need to remove the “Organization” Schema, you can refer to this guide for steps on how to remove it from your website.

    By following these steps, you should be able to remove the excess occurrences of “Article” and “Organization” from your Schema markup. If you encounter any difficulties or have further questions, feel free to reach out for assistance.

    Thank you for bringing this concern to our attention. We appreciate your patience as we work to resolve this issue for you.

    Warm regards.

    Sources:
    Remove Organization Schema from Your Website » Rank Math
    Rank Math Status and Tools » Rank Math
    Resolving Rank Math Schema Markup Related Issues
    How to Remove Keywords Data from Article Schema » Rank Math
    How to Fix Duplicate Field “FAQPage” Error » Rank Math

    This is an automated reply from Rank Math Support Bot. If you need further assistance, please reply to this topic and a human support agent will reply to you shortly.

    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 ‘does not reflect the data entered in personal shema’ is closed to new replies.