Skip to content

Instantly share code, notes, and snippets.

@senthilp
Last active March 21, 2018 21:57
Show Gist options
  • Save senthilp/18071b35bed19775ea93b34ee08070a0 to your computer and use it in GitHub Desktop.
Save senthilp/18071b35bed19775ea93b34ee08070a0 to your computer and use it in GitHub Desktop.
<ebay-breadcrumb nofollow>
<ebay-breadcrumb-item href="https://..." _sp="">eBay</ebay-breadcrumb-item>
<ebay-breadcrumb-item href="https://..." _sp="">Auto Parts and Vehicles</ebay-breadcrumb-item>
<ebay-breadcrumb-item href="https://..." _sp="">Motors Parts and Accessories</ebay-breadcrumb-item>
</ebay-breadcrumb>
<!-- with JSON LD -->
<ebay-breadcrumb>
<ebay-breadcrumb-item href="https://..." _sp="">
eBay
<script type="application/ld+json">
{
"type": "",
"action": ""
}
</script>
</ebay-breadcrumb-item>
<ebay-breadcrumb-item href="https://..." _sp="">
Auto Parts and Vehicles
<script type="application/ld+json">
{
"type": "",
"action": ""
}
</script>
</ebay-breadcrumb-item>
<ebay-breadcrumb-item href="https://..." _sp="">Motors Parts and Accessories</ebay-breadcrumb-item>
</ebay-breadcrumb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment