Title: article:tag ?
Last modified: October 28, 2019

---

# article:tag ?

 *  Resolved [devrekli](https://wordpress.org/support/users/devrekli/)
 * (@devrekli)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/articletag/)
 * Hello. I want to remove these meta tags. How do I do that?
 * > <meta property=”article:tag” content=””>
   >  meta property=”og:updated_time” content
   > =””>
 * thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * (@rankmath)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/articletag/#post-12075825)
 * Hello [@devrekli](https://wordpress.org/support/users/devrekli/)
 * Thank you for contacting the support.
 * To remove those tags, please add the following code in your theme’s functions.
   php file:
 *     ```
       add_filter( "rank_math/opengraph/facebook/article_tag", function( $content ) {
       	return '';
       });
       add_filter( "rank_math/opengraph/facebook/og_updated_time", function( $content ) {
       	return '';
       });
       ```
   
 * Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘article:tag ?’ is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rank Math SEO](https://wordpress.org/support/users/rankmath/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/articletag/#post-12075825)
 * Status: resolved