Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thatisuday/b402bb1f3f2482bdabcf24db88c9e041 to your computer and use it in GitHub Desktop.
Save thatisuday/b402bb1f3f2482bdabcf24db88c9e041 to your computer and use it in GitHub Desktop.
<script type="application/ld+json">{
"@context":"http://schema.org",
"@type":"ItemList",
"itemListElement":[
{
"@type": "SiteNavigationElement",
"position": 1,
"name": "Sign Up",
"description": "Create your example profile.",
"url":"https://example.com"
},
{
"@type": "SiteNavigationElement",
"position": 2,
"name": "About us",
"description": "Read more about example company",
"url":"https://example.com/about"
},
{
"@type": "SiteNavigationElement",
"position": 3,
"name": "Search artists",
"description": "Search artists",
"url":"https://example.com/search"
},
{
"@type": "SiteNavigationElement",
"position": 4,
"name": "Contact Us",
"description": "Contact us for any queries",
"url":"https://example.com/contact"
}
]
}</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment