0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/meta
Eric Morgan 3f5daa60c8 🐛 Fixed publisher logo meta schema
refs #11304

- Previously the schema publisher logo attribute was incorrectly given the logo url
- schema.org and Google's docs show the logo needing it's own type and url attributes
- I added the correct @type and moved the metaData.site.logo to the new url attribute
- This change now clears the error in Google's Structured Data tester
- A future improvement would be to size the site logo to 60px in height per Google's recommendation
2020-03-03 12:18:23 +00:00
..
amp_url.js
asset_url.js
author_fb_url.js
author_image.js
author_url.js
blog_logo.js
canonical_url.js
context_object.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
cover_image.js
creator_url.js
description.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
excerpt.js 🐛 Fixed lack of space in excerpt generated from paragraphs 2019-08-26 18:05:14 +02:00
image-dimensions.js 🔥 Removed V1 code/references in frontend helpers/meta layers (#11080) 2019-09-10 11:37:04 +02:00
index.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
keywords.js
modified_date.js
og_image.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
og_type.js
paginated_url.js
published_date.js
rss_url.js
schema.js 🐛 Fixed publisher logo meta schema 2020-03-03 12:18:23 +00:00
structured_data.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
title.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
twitter_image.js Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
url.js