Created
May 19, 2021 14:23
-
-
Save pentago/7b96cbe6c2c2989fcba4e8401c59b085 to your computer and use it in GitHub Desktop.
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":"BreadcrumbList", | |
"itemListElement":[ | |
{ | |
"@type":"ListItem", | |
"position":1, | |
"name":"Homep", | |
"item":"https://domain.com" | |
}, | |
{ | |
"@type":"ListItem", | |
"position":2, | |
"name":"$CATEGORY_NAME", | |
"item":"https://domain.com/category/" | |
}, | |
{ | |
"@type":"ListItem", | |
"position":3, | |
"name":"$PRODUCT_NAME", | |
"item":"https://domain.com/category/product" | |
} | |
] | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment