Created
December 31, 2021 10:49
-
-
Save pentago/4fb4f4f846f5776eb3b31dab4d36fa8b to your computer and use it in GitHub Desktop.
oorange-yo-product-markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Product", | |
"name": "$PLAN_NAME", | |
"description": "$PLAN_DESCRIPTION_TEXT", | |
"image": "$PLAN_IMAGE_ABSOLUTE_URL", | |
"category": "Mobile Plans", | |
"offers": { | |
"@type": "Offer", | |
"priceCurrency": "JOD", | |
"price": "10", | |
"availability": "http://schema.org/InStock", | |
"url": "$PAGE_URL" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment