0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/meta
Aileen Nowak cfbb7f6c6b Facebook and Twitter data per post feature (#8827)
closes #8334

- adds title, image and description to structured data to be rendered as open graph and twitter data.
- if meta title and description for a post exists already, the custom structured data will overwrite those for `og:` and `twitter:` data. `JSON-LD` (Schema.org`) is not affected and will stay the same.
- adds tests
- adds new og and twitter fields to schema incl. migration
2017-08-03 15:48:39 +04:00
..
amp_url.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
asset_url.js 🙇 Blog icon utils and publisher.logo for JSON-LD (#8297) 2017-04-11 18:32:06 +02:00
author_fb_url.js
author_image.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
author_url.js
blog_logo.js 🙇 Blog icon utils and publisher.logo for JSON-LD (#8297) 2017-04-11 18:32:06 +02:00
canonical_url.js 🎨 add urlFor('admin') and increase usage of urlFor helper (#7935) 2017-02-02 18:51:35 +00:00
context_object.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
cover_image.js 🙀 Image field naming & new img_url helper (#8364) 2017-04-24 18:21:47 +01:00
creator_url.js
description.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
excerpt.js
image-dimensions.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
index.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
keywords.js Helper Proxy & single express-hbs instance (#8225) 2017-04-04 18:07:35 +02:00
modified_date.js
og_image.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
og_type.js
paginated_url.js
published_date.js
rss_url.js
schema.js Custom Post Excerpt Feature (#8792) 2017-08-01 12:39:34 +04:00
structured_data.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
title.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
twitter_image.js Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
url.js