Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@graph": {
- "@type": "BreadcrumbList",
- "@id": "https://techiel.com/contact-us/#breadcrumb",
- "itemListElement": [
- {
- "@type": "ListItem",
- "position": "1",
- "item": {
- "@id": "https://techiel.com",
- "name": "Home"
- }
- },
- {
- "@type": "ListItem",
- "position": "2",
- "item": {
- "@id": "https://techiel.com/contact-us/",
- "name": "Contact Us"
- }
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement