Created
November 29, 2018 16:07
-
-
Save pentago/9f34a97611ed2b0c5ea00b6941842d0c to your computer and use it in GitHub Desktop.
This file contains 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": "http://schema.org/", | |
"@type": "Product", | |
"name": "$PRODUCT_NAME", | |
"description": "$PRODUCT_META_DESCRIPTION", | |
"image": "$PRODUCT_IMAGE" | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment