File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ const JSON_LD_STRUCTURED_DATA = {
108108 "itemOffered" : {
109109 "@type" : "Service" ,
110110 "name" : "1h yksityisopetus" ,
111- "price" : "50 " ,
111+ "price" : "35 " ,
112112 "priceCurrency" : "EUR"
113113 }
114114 } ,
@@ -117,7 +117,7 @@ const JSON_LD_STRUCTURED_DATA = {
117117 "itemOffered" : {
118118 "@type" : "Service" ,
119119 "name" : "1h tukiopetus" ,
120- "price" : "50 " ,
120+ "price" : "35 " ,
121121 "priceCurrency" : "EUR"
122122 }
123123 } ,
@@ -126,7 +126,7 @@ const JSON_LD_STRUCTURED_DATA = {
126126 "itemOffered" : {
127127 "@type" : "Service" ,
128128 "name" : "1h oppimisen tuki" ,
129- "price" : "50 " ,
129+ "price" : "35 " ,
130130 "priceCurrency" : "EUR"
131131 }
132132 }
@@ -150,8 +150,9 @@ const JSON_LD_STRUCTURED_DATA = {
150150 "offers" : {
151151 "@type" : "Offer" ,
152152 "url" : `${ config . host } /ajanvaraus` ,
153+ "priceValidUntil" : "2024-12-31T22:00" ,
153154 "priceCurrency" : "EUR" ,
154- "price" : "50 " ,
155+ "price" : "35 " ,
155156 "availability" : "https://schema.org/InStock" ,
156157 "seller" : {
157158 "@type" : "Organization" ,
You can’t perform that action at this time.
0 commit comments