backdrop-contrib / metatag

Add structured metadata, aka "meta tags", for various pages on your site.
GNU General Public License v2.0
3 stars 15 forks source link

Integrate 'Schema.org Metatag' module? #27

Closed ghost closed 5 years ago

ghost commented 5 years ago

Drupal has a Schema.org Metatag that extends Metatag with structured JSON LD data. Could/should we integrate that directly into Metatag?

jenlampton commented 5 years ago

I don't think so, I found the schema.org module mostly useless on my Drupal sites since it was intended to work with RDF (and didn't to a very good job at JSON-LD).

For google rich text snippets I've been using the Structured Data module instead. And since JSON-LD in the header isn't really a metatag, I've found it sensible to manage it separately.