diffbot-php-client icon indicating copy to clipboard operation
diffbot-php-client copied to clipboard

metaTags insight

Open Swader opened this issue 10 years ago • 0 comments

Look into metaTags.

They seem to be a default field with Article API, as long as there are entries such as <meta property="article:tag" content="Artificial Intelligence" />. These then get translated into an array of objects like:

{
          "name": "Artificial Intelligence"
        }

If this is default now, add a getter into all entities (into the trait?).

Swader avatar Jul 19 '15 17:07 Swader