Hello,
We apologize for the inconvenience you’re experiencing with posting blogs using Blog2Social after the Rank Math update. It seems that there might be a conflict between the metadata added by Blog2Social and Rank Math.
To resolve this, we recommend keeping only one SEO plugin active on your website to avoid conflicts with metadata. Since you’re already using Rank Math for entering your metadata, we advise disabling the metadata feature in Blog2Social to prevent any issues when posting.
If you need assistance with this, please let us know, and we’ll be happy to guide you through the process.
Thank you for bringing this to our attention, and we appreciate your understanding as we work to resolve this issue.
Best regards.
Sources:
How to Fix Duplicate Meta Tags » Rank Math
How to Prevent Modified Date of Your Blog Posts from Being Updated » Rank Math
Why You Should Keep Only One SEO Plugin Active » Rank Math
How to Generate Open Graph Meta Tag Using Content AI » Rank Math
Understanding Rank Math’s Meta Box Appearing in Single Posts & Pages
Hi,
I am not sure if that is the right solution since we need Blog2Social to post META data as well.
Hello,
Thank you for contacting Rank Math support.
Since Blog2Social is not an SEO plugin, they shouldn’t be adding meta tags to your website and at least they should have a way to disable the meta tags from being outputted. You should reach out to them again about disabling their meta tags.
But if you want to disable the outputting of Rank Math SEO meta tags, which we strongly recommend not to do, you can disable it by adding this code to your website:
/**
* Function to disable SEO Tags generated by Rank Math
*/
function rankmath_disable_features() {
if ( is_singular( 'post' ) ) {
remove_all_actions( 'rank_math/head' );
}
}
add_action( 'wp_head', 'rankmath_disable_features', 1 );
In the code, you can change post
to any other post type. To add the code to your website, use one of these methods: https://rankmath.com/kb/wordpress-hooks-actions-filters/
We hope this helps you resolve the issue. If you have any other questions or concerns regarding Rank Math, don’t hesitate to get in touch with us again. We are always happy to help.
Thank you for choosing Rank Math!
Hi
How do we determine the correct post type?
Hello,
Thank you for your patience.
The URL you have shared appears under your post sitemap, so the post type for those URLs is “Post”.
Looking forward to helping 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.