ppoffice / hexo-component-inferno

A collection of Inferno.js layout components and utility scripts for Hexo
https://ppoffice.github.io/hexo-component-inferno/
24 stars 30 forks source link

Add "publisher" to strutured data #20

Closed markleetw closed 3 years ago

markleetw commented 3 years ago

Google structured data validator report the error of missing required "publisher". Just copy and paste the same code in "author" to fix the issue.

ppoffice commented 3 years ago

@markleetw Thank you for contributing. Do you mind updating the schema as well? https://github.com/ppoffice/hexo-component-inferno/blob/master/src/schema/misc/structured_data.json Also, can you rename publisher_logo to publisherLogo for naming consistency?

markleetw commented 3 years ago

@ppoffice Sure, no problem.

markleetw commented 3 years ago

@ppoffice Should be fixed now, please have a look.