Skip to content

Commit 5f4c77e

Browse files
committed
Add required Product schema image field for Google rich results
Fixes missing field image warning on Soul Maps Product structured data.
1 parent a77d8b0 commit 5f4c77e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,18 @@
8686
"@type": "Product",
8787
"name": "Soul Maps",
8888
"description": "Personalized numerology and astrology soul map delivered as a private URL you keep forever.",
89+
"image": [
90+
"https://thefirstspark.shop/preview-soulmaps.png",
91+
"https://thefirstspark.shop/og-home.png"
92+
],
8993
"brand": { "@id": "https://thefirstspark.shop/#organization" },
9094
"offers": {
9195
"@type": "Offer",
9296
"price": "22.00",
9397
"priceCurrency": "USD",
9498
"url": "https://whop.com/checkout/plan_anQKP3Pzf1cGm",
95-
"availability": "https://schema.org/InStock"
99+
"availability": "https://schema.org/InStock",
100+
"priceValidUntil": "2027-12-31"
96101
}
97102
}
98103
]

0 commit comments

Comments
 (0)