|
14 | 14 |
|
15 | 15 | {% unless page.image %} |
16 | 16 | <meta property="og:image" content="{{ '/assets/img/og-default.png' | absolute_url }}" /> |
| 17 | +<meta property="og:image:width" content="1200" /> |
| 18 | +<meta property="og:image:height" content="630" /> |
| 19 | +<meta property="og:image:type" content="image/png" /> |
17 | 20 | <meta property="og:image:alt" content="{{ site.title | escape }}" /> |
18 | 21 | <meta name="twitter:image" content="{{ '/assets/img/og-default.png' | absolute_url }}" /> |
19 | 22 | <meta name="twitter:card" content="summary_large_image" /> |
|
140 | 143 | "@type": "BlogPosting", |
141 | 144 | "@id": "{{ page_id }}", |
142 | 145 | "url": "{{ page.url | absolute_url }}", |
| 146 | + "isAccessibleForFree": true, |
143 | 147 | "headline": {{ page.title | jsonify }}, |
144 | 148 | "description": {{ page.description | jsonify }}, |
145 | 149 | "inLanguage": "en-US", |
|
179 | 183 | "@type": "CollectionPage", |
180 | 184 | "@id": "{{ page_id }}", |
181 | 185 | "url": "{{ page.url | absolute_url }}", |
| 186 | + "isAccessibleForFree": true, |
182 | 187 | "name": "All topics — Szołkowski's Blog", |
183 | 188 | "description": {{ page.description | jsonify }}, |
184 | 189 | "inLanguage": "en-US", |
|
211 | 216 | "@type": "CollectionPage", |
212 | 217 | "@id": "{{ page_id }}", |
213 | 218 | "url": "{{ page.url | absolute_url }}", |
| 219 | + "isAccessibleForFree": true, |
214 | 220 | "name": {{ page.title | jsonify }}, |
215 | 221 | "inLanguage": "en-US", |
216 | 222 | "isPartOf": { "@id": "{{ website_id }}" }, |
|
0 commit comments