File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -305,17 +305,29 @@ Five simple steps:
305305 " position" : {{ forloop .index }},
306306 " item" : {
307307 " @type" : " Course" ,
308- " name" : " {{ mc.title }}" ,
308+ " name" : " {{ mc.title | escape }}" ,
309309 " description" : " {{ mc.intro | strip_html | escape }}" ,
310310 " url" : " {{ page.url | absolute_url }}#masterclass-{{ mc.image }}" ,
311+ " provider" : {
312+ " @type" : " Organization" ,
313+ " name" : " CSS Wizardry Ltd" ,
314+ " url" : " {{ " / " | absolute_url }}"
315+ },
316+ " hasCourseInstance" : {
317+ " @type" : " CourseInstance" ,
318+ " courseMode" : " Online" ,
319+ " url" : " {{ page.url | absolute_url }}#masterclass-{{ mc.image }}"
320+ },
311321 " offers" : {
312322 " @type" : " Offer" ,
313323 {% if mc .price % }
314- " price" : " {{ mc.price }}" ,
324+ " price" : " {{ mc.price }}" ,
315325 {% else % }
316- " price" : " 2500" ,
326+ " price" : " 2500" ,
317327 {% endif % }
318- " priceCurrency" : " USD"
328+ " priceCurrency" : " USD" ,
329+ " category" : " Masterclass" ,
330+ " url" : " {{ page.url | absolute_url }}#masterclass-{{ mc.image }}"
319331 }
320332 }
321333 }{% unless forloop .last % },{% endunless % }
You can’t perform that action at this time.
0 commit comments