From 8ff7a685b76559131e399353814f425a76060c9e Mon Sep 17 00:00:00 2001 From: Niklas Rousset Date: Wed, 20 Nov 2024 17:43:49 +0100 Subject: [PATCH] price as float --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 594e9b0..1f5f220 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ "applicationCategory": "Utilities", "offers": { "@type": "Offer", - "price": "1.99", + "price": 1.99, "priceCurrency": "USD" } }