Title: article:tag
Last modified: September 1, 2021

---

# article:tag

 *  Resolved [José Leonardo](https://wordpress.org/support/users/joseleonardo/)
 * (@joseleonardo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/)
 * Hi,
 * what exactly I have to do to make Yoast to show article:tag tags?
 * I’ve checked the code:
 *     ```
       public function tags() { 
             if ( ! is_singular() ) { 
                 return false; 
             } 
   
             $tags = get_the_tags(); 
             if ( ! is_wp_error( $tags ) && ( is_array( $tags ) && $tags !== array() ) ) { 
   
                 foreach ( $tags as $tag ) { 
                     $this->og_tag( 'article:tag', $tag->name ); 
                 } 
   
                 return true; 
             } 
   
             return false; 
         } 
       ```
   
 * and I noticed it is taking tags from the post and not from any other settings,
   but my post is tagged and I can’t see any article:tag for my articles…
 * What am I doing wrong?

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

 *  [Md Mazedul Islam Khan](https://wordpress.org/support/users/mazedulislamkhan/)
 * (@mazedulislamkhan)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14829968)
 * As much as we hate to say it, your question goes beyond the technical expertise
   of me and my colleagues on the Yoast support team. This means we can’t give you
   a solid answer to your question.
 * But we don’t want to leave you empty-handed either, that’s why we’ve created 
   our developer portal at [developer.yoast.com](https://developer.yoast.com/customization/apis/metadata-api#adding-meta-tags).
   This has proven to be useful to many developers in the past and hopefully will
   serve you well too.
 * Sorry, we can’t be of more help here.
 *  Thread Starter [José Leonardo](https://wordpress.org/support/users/joseleonardo/)
 * (@joseleonardo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14831517)
 * Hi,
 * actually, it’s not a technical question.
 * I just wanted to know it the plugin provides support to meta tag article:tag 
   because it seems that is does (because it is on the code provided above) but 
   for some reason all meta is been showed, but these specific ones are not I don’t
   know if I am doing something wrong or if I need to enable anything or if it is
   a premium feature
 * Regards
 *  Plugin Support [Michael Tiña](https://wordpress.org/support/users/mikes41720/)
 * (@mikes41720)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14833927)
 * Hi [@joseleonardo](https://wordpress.org/support/users/joseleonardo/)
 * Upon checking the [changelog of the Yoast SEO plugin](https://yoast.com/wordpress/plugins/seo/change-log-wordpress-seo/),
   in v14.0, we removed the `article:tag` and `article:section` meta tags as none
   of the Open Graph consumers seems to use it.
 * So we are no longer outputting these tags. If you want to modify the default 
   output of our plugin, we would like to refer you to our developer portal – [https://developer.yoast.com/customization/apis/overview](https://developer.yoast.com/customization/apis/overview)
 *  Thread Starter [José Leonardo](https://wordpress.org/support/users/joseleonardo/)
 * (@joseleonardo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14835154)
 * Hi, thank you very much for the answer.
 * Regards,
    Leonardo
 *  [devnihil](https://wordpress.org/support/users/devnihil/)
 * (@devnihil)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14836060)
 * [@joseleonardo](https://wordpress.org/support/users/joseleonardo/) You’re welcome.
   I f you should need any further assistance, please do not hesitate to let us 
   know.
 *  [devnihil](https://wordpress.org/support/users/devnihil/)
 * (@devnihil)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14858901)
 * We are going ahead and marking this issue as resolved due to inactivity. If you
   require any further assistance please create a new issue.

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

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

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [devnihil](https://wordpress.org/support/users/devnihil/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/articletag-3/#post-14858901)
 * Status: resolved