You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds twitter cards and schema.org to {{ghost_head}}
closesTryGhost#3900
- Adds twitter cards to ghost head helper
- Adds schema json information
- Adds test with null values for post image and cover image
- Adds test for privacy flag
- Adds test for the case of no tags
- Updates test to check for twitter card and schema data
- Updates privacy.md
- Fixes issue with image urls that are linked by url rather than uploaded
Copy file name to clipboardexpand all lines: PRIVACY.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a plain English summary of all of the components within Ghost which may affect your privacy in some way. Please keep in mind that if you use third party Themes or Apps with Ghost, there may be additional things not listed here.
4
4
5
-
Each of the items listed in this document can be disabled via the`config.js` file. Please see the the [configuration guide](http://support.ghost.org/config/) in the support documentation for details.
5
+
Each of the items listed in this document can be disabled via Ghost's`config.js` file. Check out the [configuration guide](http://support.ghost.org/config/) for details.
6
6
7
7
## Official Services
8
8
@@ -42,9 +42,10 @@ RPC pings only happen when Ghost is running in the `production` environment.
42
42
43
43
The default theme which comes with Ghost contains three sharing buttons to [Twitter](http://twitter.com), [Facebook](http://facebook.com), and [Google Plus](http://plus.google.com). No resources are loaded from any services, however the buttons do allow visitors to your blog to share your content publicly on these respective networks.
44
44
45
-
46
45
### Structured Data
47
46
48
-
Ghost outputs Meta data for your blog that allows published content to be more easily machine-readable. This allows content to be easily discoverable in search engines as well as popular social networks where blog posts are typically shared.
47
+
Ghost outputs basic meta tags to allow rich snippets of your content to be recognised by popular social networks. Currently there are 3 supported rich data protocols which are output in `{{ghost_head}}`:
49
48
50
-
This includes output for post.hbs in {{ghost_head}} based on the Open Graph protocol specification.
0 commit comments