Skip to content

Instantly share code, notes, and snippets.

@rogierslag
Created July 26, 2018 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogierslag/e193fd233252f3aadacfc47d8099b8f8 to your computer and use it in GitHub Desktop.
Save rogierslag/e193fd233252f3aadacfc47d8099b8f8 to your computer and use it in GitHub Desktop.
Example breadcrumbs Magnet.me
{
"//": "Occurs on eg https://magnet.me/en-GB/companies/Netherlands",
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "/en-GB/companies",
"name": "Companies"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "/en-GB/companies/Netherlands?place=ChIJu-SH28MJxkcRnwq9_851obM",
"name": "Netherlands"
}
}
]
}
{
"//": "Occurs on eg https://magnet.me/en-GB/company/rijk-zwaan/timeline",
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "/en-GB/company/rijk-zwaan/story",
"name": "Story"
}
}
]
}
{
"//": "Occurs on eg https://magnet.me/en-GB/opportunities/Netherlands",
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "/en-GB/opportunities",
"name": "Jobs"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "/en-GB/opportunities/Netherlands?place=ChIJu-SH28MJxkcRnwq9_851obM",
"name": "Netherlands"
}
}
]
}
{
"//": "Occurs on eg https://magnet.me/en-GB/opportunity/48801/breeder-prei",
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "/en-GB/opportunities",
"name": "Jobs"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "/en-GB/company/rijk-zwaan/opportunities",
"name": "Rijk Zwaan"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@id": "/en-GB/opportunity/48801/breeder-prei",
"name": "Breeder Prei"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment