Ghost/test/unit/helpers
Aileen Nowak 86ab62704b
🐛 Fixed structured data issue for publisher logo (#11826)
closes #11304

- Google requires an `ImageObject` to be always returned for `publisher.logo` (https://developers.google.com/search/docs/data-types/article)
- The previous fix 3f5daa60c8 added a second nested `url` error and got therefore reverted with 7ac614030d
- This commit updates the image object generation fn to **always** return an `ImageObject` with minimum of `url` and `@type` properties. If dimensions are available, we'll pass those in there as well
2020-05-20 18:16:20 +12:00
..
test_tpl 🐛 Fixed logic error in navigation for isSecondary 2020-05-18 19:15:28 +01:00
asset_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
author_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
authors_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
body_class_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
cancel_link_spec.js Moved labs usage into cancel_link helper file 2020-04-08 19:31:55 +01:00
concat_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
content_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
date_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
encode_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
excerpt_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
facebook_url_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
foreach_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
get_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
ghost_foot_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
ghost_head_spec.js 🐛 Fixed structured data issue for publisher logo (#11826) 2020-05-20 18:16:20 +12:00
has_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
img_url_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
is_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
lang_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
link_class_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
link_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
meta_description_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
meta_title_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
navigation_spec.js 🐛 Fixed logic error in navigation for isSecondary 2020-05-18 19:15:28 +01:00
next_post_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
page_url_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
pagination_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
plural_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
post_class_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
prev_post_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
price_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
raw_spec.js Added raw handlebars helper 2020-04-06 17:26:50 +01:00
reading_time_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
t_spec.js Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
tags_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
title_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
twitter_url_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
url_spec.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00