• Resolved joshibhargav20

    (@joshibhargav20)


    Hi,

    Yoast SEO displays the open graph tags. One of the tags is for meta property=”article:author”

    <meta property=”article:author” content=”My Facebook Page URL”>

    My goal is to hide this line.

    For the purpose, I removed the Facebook profile Page URL at
    Yoast SEO -> Social-Yoast SEO -> Your Social Profiles -> Facebook Page URL

    However, I could still see the Facebook Page URL on the following meta property.

    <meta property=”article:author” content=”My Facebook Page URL”>

    So which additional settings are required to hide this Facebook Page URL appearing?

Viewing 1 replies (of 1 total)
  • Plugin Support amboutwe

    (@amboutwe)

    The author’s Facebook page can be changed under:

    Admin > Users > [edit user profile] > Contact Info > Facebook profile URL

    Alternatively, you or your developer can use the wpseo_opengraph_author_facebook filter to customize the tag.

    To remove the tag, please use the following snippet:
    add_filter('wpseo_opengraph_author_facebook' , '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘meta property=”article:author” – how to hide/remove?’ is closed to new replies.