Skip to content

Commit 1b90634

Browse files
committed
Update structured data offers with accurate pricing details
1 parent 5746ea3 commit 1b90634

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

source/layouts/layout.erb

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,26 @@
7777
"name": "<%= data.site.author.name %>",
7878
"url": "<%= data.site.author.website %>"
7979
},
80-
"offers": {
81-
"@type": "Offer",
82-
"price": "0",
83-
"priceCurrency": "CHF"
84-
},
80+
"offers": [
81+
{
82+
"@type": "Offer",
83+
"description": "Pricing starts at 1% of the amount invoiced through CSA Admin, billed once a year, and is capped at 2,400 CHF per year.",
84+
"priceSpecification": {
85+
"@type": "PriceSpecification",
86+
"priceCurrency": "CHF",
87+
"valueAddedTaxIncluded": true
88+
}
89+
},
90+
{
91+
"@type": "Offer",
92+
"description": "Pricing starts at 1% of the amount invoiced through CSA Admin, billed once a year, and is capped at 2,400 EUR per year.",
93+
"priceSpecification": {
94+
"@type": "PriceSpecification",
95+
"priceCurrency": "EUR",
96+
"valueAddedTaxIncluded": true
97+
}
98+
}
99+
],
85100
"softwareHelp": {
86101
"@type": "CreativeWork",
87102
"url": "<%= data.site.repository %>"

0 commit comments

Comments
 (0)