jaideep06

Correct code

Jan 7th, 2026
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.61 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": [
  4.     {
  5.       "@type": "Place",
  6.       "@id": "https://www.houstononthecheap.com/#place"
  7.     },
  8.     {
  9.       "@type": "NewsMediaOrganization",
  10.       "@id": "https://www.houstononthecheap.com/#organization"
  11.     },
  12.     {
  13.       "@type": "WebSite",
  14.       "@id": "https://www.houstononthecheap.com/#website"
  15.     },
  16.     {
  17.       "@type": "CollectionPage",
  18.       "@id": "#webpage",
  19.       "url": "https://www.houstononthecheap.com/news/things-to-do-in-houston-this-weekend-free-events-activities-couples-near-me/",
  20.       "name": "Things to Do in Houston this Weekend",
  21.       "isPartOf": { "@id": "https://www.houstononthecheap.com/#website" },
  22.       "inLanguage": "en-US",
  23.       "description": "Discover the Best Free and Cheap events in Houston this weekend. Find festivals, family fun, date night ideas, food and drink specials, and more — updated weekly.",
  24.       "mainEntity": {
  25.         "@type": "ItemList",
  26.         "itemListElement": [
  27.           {
  28.             "@type": "ListItem",
  29.             "position": 1,
  30.             "item": {
  31.               "@type": "Event",
  32.               "name": "Event Title (e.g., Houston Art Car Parade)",
  33.               "url": "https://www.event-organizer.com/parade-details"
  34.             }
  35.           },
  36.           {
  37.             "@type": "ListItem",
  38.             "position": 2,
  39.             "item": {
  40.               "@type": "Event",
  41.               "name": "Another Event Title (e.g., Free Museum Day)",
  42.               "url": "https://www.museum-site.com/free-day"
  43.             }
  44.           }
  45.         ]
  46.       }
  47.     }
  48.   ]
  49. }
Advertisement
Add Comment
Please, Sign In to add comment