Copy main SEO title anddescription to social title and description

#846054
Viewing 15 replies - 1 through 15 (of 26 total)
  • Hello,

    We apologize for the issue you are facing. To copy the unique text from your SEO title and description to the social title and description in Rank Math, you can follow these steps:

    1. Navigate to the Meta Box: Go to the post or page where you want to edit the social settings.

    2. Open the Social Tab: In the Rank Math meta box, click on the Social tab.

    3. Copy the Title and Description: You can manually copy the text from the SEO title and description fields and paste it into the corresponding fields for the social title and description.

      • Alternatively, if you want to use the same text, you can leave the social fields empty, and they will automatically pull from the SEO title and description if no specific text is provided.
    4. Use Variables: If you want to use variables in your social title or description, click on the downward arrow button next to the field to select from available variables.

    5. Save Changes: After making your changes, ensure you click the Update button to save them.

    If you need further assistance or have specific questions about your setup, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern!

    Sources:
    Social Media Options in Rank Math

    Hello,

    Thank you for contacting us and bringing your concern to our attention.

    You can use the %seo_title% and the %seo_description% variables in your Social tab and Rank Math will automatically use the same title and description.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Thanks! also we can jsut leave empty fields (meta title/description) in FB and twitter right? And it will be copied from google meta description enterd in RankMath

    Hello,

    Yes, if you leave the fields empty, they will use the SEO title and SEO description.

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

    Hello,

    We can see your og:url is indicating at http://zgruzie.cz/ru/gruzinskie-sladosti/?v=928568b84963 URL and that’s why you’re facing this issue.

    In order to resolve this issue, you can add the following filter to your site. This should add the self-referencing URL to your og:url property for all the URLs on your website:

    add_filter( 'rank_math/opengraph/facebook/og_url', function( $url ) {	
    	$url = "https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
    	return $url;
    });
    

    Here’s how you can add filters/hooks to your WordPress site:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Once done, please clear your website cache including any server-level cache, and check again.

    Also, we can see you’ve duplicate open graph meta tags on your page. It seems like the duplicate meta tags are added by your theme or any other plugin you’re using on your website. To determine that, please follow this troubleshooting guide: https://rankmath.com/kb/check-plugin-conflicts/

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Thank zou1
    Is it possible to solve the issue without this snippet, on the plugin level itself? URL does not exist long time, I dont know from where is it still there…

    Wheredo you see duplicate meta tags please? How can I see them and repait/delete?

    Hello,

    Rank Math sets the og:url as the same as your canonical URL. We can see your canonical URL is also indicating the same URL. In this case, please open this page with the editor, and under the Rank Math SEO Meta box Advanced tab, please check if you’ve set this canonical URL.

    If you see the canonical URL there, please remove this so that Rank Math can generate the self-referencing canonical and og:url: https://rankmath.com/kb/advanced-tab/#canonical-url

    Regarding the duplicate OG meta tags, you can check them from your page source code:

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Cani remove all canonical URLs in all products and pages? Will RakMath created new if needed? Isit OK to do like this?

    Can i remove duplications of titel somehow? Or leave only one of them?

    Hello,

    If you remove the canonical URL from Rank Math settings, the plugin will generate a self-referencing URL which is the correct one to use.

    As for the duplication of og:title Rank Math should only generate it once and having more than open may cause confusion when you share it to social media. We recommend you find the conflicting plugin that is adding the extra og:title tag by follow this guide: https://rankmath.com/kb/check-plugin-conflicts/

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    Hope that helps.

    Do you know the way how to remove in Bulkt all canonicals?
    (We use WPML and have web in 3 languages)

    Hello,

    We have the bulk option to remove custom canonical URLs but it is only available in the PRO version of the plugin: https://rankmath.com/kb/bulk-editing-in-rank-math/#remove-custom-canonical-url

    In the free version, you’ll have to do it manually on your website.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Do you have tutorial how to remove in bulk in PRO version? Just to have a look?

    Regarding the og:title — do you think its possible to (somehow) remove one of them in DB directly?

Viewing 15 replies - 1 through 15 (of 26 total)

The ticket ‘Copy main SEO title anddescription to social title and description’ is closed to new replies.