Advertisement
jaideep06

Breadcrumbs

Feb 1st, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org",
  3. "@graph": {
  4. "@type": "BreadcrumbList",
  5. "@id": "https://techiel.com/contact-us/#breadcrumb",
  6. "itemListElement": [
  7. {
  8. "@type": "ListItem",
  9. "position": "1",
  10. "item": {
  11. "@id": "https://techiel.com",
  12. "name": "Home"
  13. }
  14. },
  15. {
  16. "@type": "ListItem",
  17. "position": "2",
  18. "item": {
  19. "@id": "https://techiel.com/contact-us/",
  20. "name": "Contact Us"
  21. }
  22. }
  23. ]
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement