• Resolved Bryan Willis

    (@codecandid)


    I could be wrong on this, but I don’t think that an article:tag is suppose to be created for every single tag… For example I had these tags on a post:

    advocate, charity, crowdfunding, Healthcare, hospitals, Medical Bills, Medicare, negotiate, uninsured

    And this was added to the head:

    <meta property="article:tag" content="advocate" />
    <meta property="article:tag" content="charity" />
    <meta property="article:tag" content="crowdfunding" />
    <meta property="article:tag" content="Healthcare" />
    <meta property="article:tag" content="hospitals" />
    <meta property="article:tag" content="Medical Bills" />
    <meta property="article:tag" content="Medicare" />
    <meta property="article:tag" content="negotiate" />
    <meta property="article:tag" content="uninsured" />

    https://wordpress.org/plugins/wordpress-seo/

Viewing 1 replies (of 1 total)
  • Thread Starter Bryan Willis

    (@codecandid)

    Resolved on github by Rarst. This is correct and is the only way to do it unless including meta data in body itself:

    <ul>
      <li property="article:tag">advocate</li>
      <li property="article:tag">charity</li>
      <li property="article:tag">crowdfunding</li>
    </ul>
Viewing 1 replies (of 1 total)
  • The topic ‘Too many Article Tags’ is closed to new replies.