When I fetch the raw HTML of an individual artwork page (e.g. billmackgallery.com/art/alluring-mm-by-bill-mack), there is no schema markup in the initial HTML — it only appears after JavaScript renders. I need the VisualArtwork schema to be server-side rendered so Google can read it on first pass. Specifically, please ensure the schema includes the "offers" field with price for each artwork, for example:
"offers": {
"@type": "Offer",
"price": "7500",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"