-
Couldn't load subscription status.
- Fork 305
Closed
Labels
Description
In the latest commits (f048342), there are a few JSON-LD errors with the Google Structured Data Testing tool when I test against my website.
- Author name is missing (Probably because the template is only looking for the
author.nameand not any of the other methods. e.g.{% assign seo_author = page.author | default: page.authors[0] | default: site.author %}) - Publisher name is missing (same as above)
- Alt text is now added in the
ImageObjectwhile the Google Structured Data Testing tool prohibits this. "The property alt is not recognized by Google for an object of type ImageObject.'
Screenshot log: http://i.imgur.com/TFvXyn4.png
Let me know if/how you would like to handle those.