Issues with structured data

#797483
  • Elv
    Rank Math free

    I have tried all means I know, including the help that has already been provided on how to remove price from showing on the result page but it seems non is working.

    I even deactivated rankmath totally yet it seems like your plugin has already embed the snippets code on my theme.

    Why would I deactivate rank math totally and yet the snippet code from rank math is still showing, when I view from source code.

    Please, I can I totally delete all rank math data from my site.

    Please, I don’t need any php code because it doesn’t work. how can I remove all rank math embedded codes and all data totally from my site

Viewing 1 replies (of 1 total)
  • Hello,

    I apologize for the issues you are facing with removing the structured data from your site even after deactivating Rank Math. If you want to completely delete all Rank Math data from your website, you can follow these steps:

    1. Navigate to Theme File Editor: Go to your WordPress Dashboard and access the Theme File Editor under Appearance > Theme File Editor.

    2. Add the Uninstall Filter: Add the following filter code to your theme’s functions.php or rank-math.php file:

    /**
     * Filter to remove Rank Math data from the database
     */
    add_filter( 'rank_math_clear_data_on_uninstall', '__return_true' );
    1. Update File: After adding the code, click the Update File button to save the changes.

    By following these steps, you can completely uninstall Rank Math and remove all its embedded codes and data from your site.

    If you encounter any difficulties or need further assistance, please feel free to reach out. Thank you for raising your concern.

    Sources:
    Remove All Schema from Product Category Pages » Rank Math
    How to Completely Uninstall Rank Math From Your Website » Rank Math
    How to Remove Keywords Data from Article Schema » Rank Math
    How to Disable All Rank Math Generated SEO Tags » 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.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this ticket.