I've corrected the brackets with our dev, but it's still not pulling up.
Here is the change we made to the code:
| "@context": "http://schema.org", |
| | "@type": "BreadcrumbList", |
| | "itemListElement": [ |
| | { |
| | "@type": "ListItem", |
| | "position": 1, |
| | "item": { |
| | "@id": "http://www.tripcentral.ca", |
| | "name": "Home" |
| | } |
| | },{ |
| | "@type": "ListItem", |
| | "position": 2, |
| | "item": { |
| | "@id": "http://www.tripcentral.ca/vacations-packages_index.html", |
| | "name": "Vacations Packages" |
| | } |
| | },{ |
| | "@type": "ListItem", |
| | "position": 3, |
| | "item": { |
| | "@id": "http://www.tripcentral.ca/vacations-packages_mexico.html", |
| | "name": "Mexico" |
| | } |
| | },{ |
| | "@type": "ListItem", |
| | "position": 4, |
| | "item": { |
| | "@id": "http://www.tripcentral.ca/vacations-packages_mayan-riviera-maya.html", |
| | "name": "Mayan Riviera-Maya" |
| | } |
| | }] |
| | } |
I went through with the dev team and its passing the testing tool.
Is there anything else I could be missing?