Bing 2 meta description search engine errors

#86314
  • Resolved Angelo paragra
    Rank Math free

    hi i’m having errors with the bing search engine
    in practice the serious errors are the preseza of two meta description
    one generated by thema wp and one generated by Rank Math
    I ask is there a way to disable the Rank Math meta description
    Thanks in advance

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

    Thank you for getting in touch with us.

    Instead of disabling the meta description in Rank Math, you should disable it in your theme or the other plugin that is adding the second meta description.

    Being an SEO plugin, it is important for Rank Math to handle the SEO tags like the meta description.

    If you wish to proceed anyway and disable the meta description printed by Rank Math, please use this filter:

    /**
     * Allow changing the meta description sentence from within the theme.
     *
     * @param string $description The description sentence.
     */
    add_filter( 'rank_math/frontend/description', function( $description ) {
            $description = "";
    	return $description;
    });

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

    I would like to disable the wp theme one
    knows a way to disable that of the theme
    thank you

    Alberto
    Rank Math business

    Hello,

    I think we might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    I saw that the meta descriptons are generated by your Rank Math plugin
    are the mmeta descriptions of social networks
    only bing recognizes as an error and does not index the pages
    how can i solve this problem

    I attach link image for verification

    https://www.dropbox.com/s/sy5s1ox8vnnzn3k/errore.jpg?dl=0

    Alberto
    Rank Math business

    Hello,

    Could you share some login details as suggested so we can check it and try to help you by checking what is the cause of your issue?

    Looking forward to help you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    hi I have attached the link to access my site, but you have not verified
    let me know I am attaching the link on the private section

    error bing
    Remove the redundant <meta description> tags from the page source so that there is only one <meta description> tag.
    It is advisable to enter only one meta description per page, contained in the <head> section of the page source.

    Hello,

    Your site doesn’t appear to have any duplicate meta description.

    The descriptions you have shown in the attached image should have no issue as they are meant to be there:

    1. <meta name="description" content=""> : This is the page description used by Search Engines and the only meta description.

    2. <meta property="og:description" content=""> : This is the opengraph description, used when sharing your page in social platforms such as Facebook, Whatsapp & Instagram

    3. <meta name="twitter:description" content=""> : This is twitter specific description. It is used when the page is shared on Twitter.

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

    Hello
    but then why bing the search engine
    it gives me duplicate meta description error
    I do not understand
    the reason for the error
    will it be an incorrect analysis by bing?

    Hello,

    Duplicate meta description analysis can sometimes mean that you already have a URL with similar description on your site. You may have to counter-check your URLs to find out which, or modify your description to something else. You can also use this tool to check if the meta description used us duplicated in any of your URLs: https://trulyblogger.com/meta-tags-analyzer/

    Hope this helps you. 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.

Viewing 10 replies - 1 through 10 (of 10 total)

The ticket ‘Bing 2 meta description search engine errors’ is closed to new replies.