Hello,
To remove the Twitter Card meta tags from your website, you need to access the source code of your website and locate the lines containing the Twitter Card meta tags you want to remove. In this case, the meta tags you mentioned are:
You can remove these lines by editing the HTML source code of your website. Once you have located these lines, simply delete them from the code. After removing these lines, make sure to save the changes to update your website without the Twitter Card meta tags.
If you encounter any issues or need further assistance, feel free to reach out. Thank you for raising this concern.
Sources:
Open Graph Meta Tags » Rank Math
Social Media Options in Rank Math
Can you tell me what I do? Currently, there is no information displayed on the page
Hello,
Thank you for contacting Rank Math support and bringing your inquiry to us.
If you want to remove the Twitter meta tags from your website then you can try to add the following filter on your site:
add_action( 'rank_math/head', function() {
remove_all_actions( 'rank_math/opengraph/twitter' );
});
Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/
Let us know how this goes. Also, 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.