[ad_1]
0
I’m using Rank Math plugin for my blog website . I’m using a custom post type in my WordPress theme and custom post tag field , for regular posts Rank Math adding a meta tag to wp_head like this : <meta property="article:tag" content="TAG_TEXT_HERE"> , for each regular post tag .
But when I insert my custom tags inside custom post type tag field , Rank Math can’t detect those custom tags .
Can you help me please How can I add <meta property="article:tag" content="TAG_TEXT_HERE"> for each custom tag inside wp_head inside <head></head> tag ?
