Why doesn't variable &mvt:global:schema_json; appear in the <head?.
I have this code in my <head section
This is the display logic of a MVT DO call
fields="'g.product_code'">
<mvt:assign name="g.schema_json" value="s.callvalue" />
</mvt:call>
<mvt:if expr="g.schema_json GT ''">
<script type="application/ld+json">
&mvt:global:schema_json;
</script>
</mvt:if>
This variable is in my token list &mvt:global:schema_json;
&mvt:global:schema_json;{ "@context": "https://schema.org", "@type": "Product", "@id": "https://www.xlerator-hand-dryer.com/mm5/merchant.mvc?Screen=PROD&Product_Code=XLTest2#prod uct", "name": "XL test2", "description": "Product typically ships from warehouse within 24 hours. Xlerator® Automatic Sensor Activated Hand Dryer dries hands fast and completely in 10 - 15 seconds! That's 3 times faster than conventional hand dryers. Excel hand dryers use 80% less energy saving your facility money! These hand dryers are designed to run on 15-amp service (making it great for older buildings)! The Xlerator® is GreenSpec® approved and qualifies for LEED® cre…
Any ideas?
Comment