Pinterest for woocommerce plugin conflicting with rankmath seo

#609163
  • Resolved Anonymous
    Rank Math free

    Hi
    I was previously using yoast seo. i have shifted to rank math two months ago. initially its start to diplay analytical data. but few weeks ago its not showing up any analytical data.

    I found that “pinterest for woocommerce” plugin showing error – potenrial plugin clonflicts with Rank math seo.

    Now i am unable to figure out the things. i’d contacted woocomnmerce for the issue and they simple told me to remove rank math plugin.

    Questions 2 – After importing yoast data to rank math i had uninstalled yoast seo and remove the yoast table from database. is it okay.

    Now my pinterest impression suddenly dropped two days back and i am confused what to do next
    Please help
    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for your query and we are so sorry about the trouble this must have caused.

    1. The plugin you mentioned will indeed cause a conflict with our plugin since they are also adding meta tags. If you wish to keep that plugin, you can use this code to remove our meta tags:

    add_action( 'rank_math/head', function() {
    	if(is_product()){
    		remove_all_actions('rank_math/head');
    		remove_all_actions('rank_math/opengraph/facebook');
    		remove_all_actions('rank_math/opengraph/twitter');
    	}
    });

    You may refer to this guide on how to add filters/actions to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    2. If all the Yoast data is already imported to Rank Math and you don’t plan on coming back to Yoast, it is safe to remove the tables generated by Yoast.

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

    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 ‘Pinterest for woocommerce plugin conflicting with rankmath seo’ is closed to new replies.