Meta fields in database

#953711
  • Resolved Mark
    Rank Math free

    Hi,
    I noticed a lot pf meta fields in the database for posts, pages and products:
    rank_math_seo_score, rank_math_facebook_enable_image_overlay, rank_math_facebook_image_overlay, rank_math_twitter_use_facebook, rank_math_twitter_card_type, rank_math_twitter_enable_image_overlay, rank_math_twitter_image_overlay. How can I disable these?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    We apologize for the issue you are facing regarding the meta fields in your database. Unfortunately, the context provided does not include specific instructions on how to disable these particular Rank Math meta fields directly from the database.

    However, if you wish to disable all Rank Math generated SEO tags, you can follow the steps outlined in our knowledgebase article on How to Disable All Rank Math Generated SEO Tags. This involves adding a code snippet to your theme’s rank-math.php file, which can help in managing the SEO tags generated by Rank Math.

    If you have further questions or need assistance with specific meta fields, please reply to this ticket, and a human agent from the Rank Math Support team will take over and provide you with the necessary guidance.

    Thank you for raising this concern!

    Mark
    Rank Math free

    Hi,
    I still want to use some SEO functions like meta title, tag etc. But I would like to remove the meta fields mentioned, and also all the content tests (I know there is an article on how to remove specific content tests, but I would like to disable the whole thing).
    Thank you.

    Hello,

    You can use and customize this filter to disable all the Content Analysis tests on your site:

    /**
     * Allow developers to modify the test or score.
     *
     * @param array  $tests Array of tests with score
     * @param string $type  Object type. Can be post, user or term.
     */
    add_filter( 'rank_math/researches/tests', function( $tests, $type ) {
       return [];
    }, 10, 2 );

    If you’re not sure how to add this code, you can follow this guide:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Looking forward to helping you.

    Mark
    Rank Math free

    Thanks, but this does not answer the question regarding all the meta fields in the database.

    Hello,

    Rank Math adds the meta fields you mentioned to store metadata for SEO and social sharing purposes. These fields are necessary for the plugin to function properly and enhance the SEO capabilities of your site.

    Currently, there isn’t a built-in option to disable specific meta fields since they are integral to Rank Math’s features. You can, however, remove unwanted meta fields manually if you’re certain they are not needed for your use case. Please note, this may impact some SEO functionalities.

    We hope this helps. Please let us know if you have further questions or concerns.

    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 5 replies - 1 through 5 (of 5 total)

The ticket ‘Meta fields in database’ is closed to new replies.