Advertisement
jaideep06

CollectionPage

Sep 25th, 2023
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.54 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": {
  4.     "@type": "CollectionPage",
  5.     "mainEntity": {
  6.       "@type": "ItemList",
  7.       "itemListElement": [
  8.         {
  9.           "@type": "ItemPage",
  10.           "name": "Name of the post",
  11.           "url": "url of the post"
  12.         },
  13.         {
  14.           "@type": "ItemPage",
  15.           "name": "name ",
  16.           "url": "url"
  17.         },
  18.         {
  19.           "@type": "ItemPage",
  20.           "name": "name",
  21.           "url": "url"
  22.         }
  23.       ]
  24.     },
  25.     "sameAs": "wiki link"
  26.   }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement