Og: , twitter:description – meaning

#136113
  • Resolved Bretislav Sobek
    Rank Math free

    Hi,
    I have checked my source code. There is written og:keywords, twitter:keywords, twitter:description. I have checked other websites and there is only description etc… Is it a problem for google search? When I enter fotobretti.cz to the google do I don’t see my meta description.

    How can I change it to standard meta tags without twitter,og? Please explain this problem to me.

    I look forward to hearing from you.

    Best Regards
    Bretislav Sobek

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    The og: or Open Graph meta tags are the standard metadata format across all social media. This is different from Google’s meta tags which show in search results.

    I’ve also checked your site and it seems that you have already set up your meta title and description, but Google still shows different results. You can also check your site here that your meta title and description are already set: https://www.heymeta.com/

    In this case, ensure that this is the setting in the Schema tab if the Schema Markup module is enabled on your website:
    schema values

    To reiterate, the Schema title must show %seo_title% and the description should show %seo_description% – this will ensure your SEO title and SEO Description that you set up via Rank Math can also be used for your Schema details.

    You must check if Google has seen the changes already or not.

    For that, please check when the Google cache was updated for that page:
    a. cache
    b. cached

    If the cache date is from before adding the new meta description, then you just have to wait for Google to re-crawl and re-index the page with the new info. If the date is after you made the changes, then you just have to wait it out and there is no further input needed from your end.

    To remove all the OpenGraph and Twitter tags on the head section of your pages, add this filter on your theme’s functions.php file:

    /**
     * Hook to remove og:tags
     */
    add_action( 'rank_math/head', function() {
    	remove_all_actions( 'rank_math/opengraph/facebook' );
    	remove_all_actions( 'rank_math/opengraph/twitter' );
    });

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further assistance.

    I only use a free version. I can only change the scheme. The scheme is article everywhere. But google doesn’t show snippets. I have everything set to default. Is this standard default behaviour that snippets aren’t showing?

    In my version of rank math I can choose from three options: article, blog post or news article. I can’t recognize what I should choose from the .gif animation properly. It is too small.

    Hello,

    Thank you for following up.

    Yes, the <title> and <meta name="description" content=" is where Google will pull up the information for your meta title and description. On heymeta.com, you can see that it’s already set.

    To check if there’s an issue with your schema, you can use this tool recommended by Google https://search.google.com/test/rich-results

    Could you also provide more details you wanted to do with .gif animation in your schema? You can also record a video screencast using a tool like Loom showing the issue and edit the first post on this ticket in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure, and only our support staff has access to that section.

    I hope that helps. Thank you, and looking forward to your update.

    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 4 replies - 1 through 4 (of 4 total)

The ticket ‘Og: , twitter:description – meaning’ is closed to new replies.