Need to Remove Meta Data

#2091
  • Resolved Gopi
    Rank Math free

    article:published_time
    article:modified_time

    how to remove this Opengraph meta data from displaying in html.

    Is there any filter available to remove that?

    • This topic was modified 5 years ago by Gopi.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Michael Davis
    Rank Math pro

    Hello,

    Thank you for contacting Rank Math today.

    I cannot access your site using the credentials shared earlier, did you delete this user? If so, please restore the access so that I can review the snippet.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Gopi
    Rank Math free

    hi,

    i have added this line in my functions.php

    add_filter( “rank_math/opengraph/facebook/article_published_time”,”__return_false”);
    add_filter( “rank_math/opengraph/facebook/og_description”,”__return_false”);
    add_filter( “rank_math/opengraph/facebook/article:modified_time”,”__return_false”);
    add_filter( “rank_math/opengraph/facebook/og:updated_time”,”__return_false”);

    but still am seeing below tags

    <meta property=”article:modified_time” content=”2019-04-17T16:42:03+00:00″>
    <meta property=”og:updated_time” content=”2019-04-17T16:42:03+00:00″>

    Gopi
    Rank Math free

    Hello,

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

    Thank you.

    Todd
    Rank Math free

    Hello,

    We still do not see any sensitive data added to this post. Please edit your first post on this ticket and then add the details in the sensitive data section.

    We really look forward to helping you sort this once and for all.

    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 - 16 through 19 (of 19 total)

The ticket ‘Need to Remove Meta Data’ is closed to new replies.