Advertisement
jaideep06

CollectionPage Schema

Nov 5th, 2024
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": {
  4.     "@type": "CollectionPage",
  5.     "@id": "%url%#webpage",
  6.     "url": "%url%",
  7.     "name": "%title%",
  8.     "isPartOf": {
  9.       "@id": "https://test.transparentgift.com/#website"
  10.     },
  11.     "inLanguage": "es",
  12.     "breadcrumb": {
  13.       "@id": "%url%#breadcrumb"
  14.     }
  15.   }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement