• Resolved alexgrenier

    (@alexgrenier)


    Hi,

    First thank for your hard work, really nice plugin.

    After ressearch it seem that linkedin use oembed shema that is given by wordpress and not the custom title we put in RANK MATH.

    For exemple we added in general : %title% | UQAM

    It show correctly in facebook and twitter but for linkedin it don’t show the : | UQAM

    I don’t know if the plugin could change the oembed shema (if it make sens).

    Thank you in advance for your support. we have the version : 1.0.99

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @alexgrenier,

    Thank you for contacting the support and sorry for the inconvenience caused.

    LinkedIn prioritizes the oEmbed code instead of the OpenGraph meta tags, that’s why your OpenGraph is not being used when sharing.

    For a workaround, you can add this in the last line of your active theme’s functions.php file, and this will remove links on your site:

    remove_action( 'wp_head', 'wp_oembed_add_discovery_links', 10 );

    Here is a guide you can follow on how to add the code:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Once done, clear your website’s cache and check again using the inspector tool.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Linkedin seem to use a different title’ is closed to new replies.