Skip to content

Instantly share code, notes, and snippets.

@pentago
Created December 31, 2021 10:49
Show Gist options
  • Save pentago/4fb4f4f846f5776eb3b31dab4d36fa8b to your computer and use it in GitHub Desktop.
Save pentago/4fb4f4f846f5776eb3b31dab4d36fa8b to your computer and use it in GitHub Desktop.
oorange-yo-product-markup
<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