The module in question, in the Google+ options, allows the insertion of meta data according to the definitions schema.org.

In the Page type options, selecting Person, on html is inserted itemscope itemtype = "http://schema.org/Person" and the itemprop meta = "name", "description" and "image" if the fields are valued.

The Search Consol Google, on structured data item, detects the error for lack of homeLocation.

The page with the missing meta is the following:
https://giovanninews.com/giovanni-di-giovanni

I thank you for the answers.

CommentFileSizeAuthor
Person.jpg116.19 KBgiovanninews
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

giovanninews created an issue. See original summary.

RumyanaRuseva’s picture

The Metatag module does not support Schema.org, there is a separate contrib module for that - https://www.drupal.org/project/schema_metatag

It already adds some of the most common object types, but it does not add a person. It's extendable, it contains an example module, and you can use that to implement the Person object type.
There is a feature request which has not yet been implemented: https://www.drupal.org/node/2883263

DamienMcKenna’s picture

Status: Active » Closed (duplicate)

Yes, lets leave the schema.org functionality to the other module.