[
  {
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "{{canonical_url}}"
    },
    "headline": "{{title}}",
    "description": "{{excerpt}}",
    "image": {
      "@type": "ImageObject",
      "url": "{{featured_image}}"
    },
    "author": {
      "@type": "Person",
      "name": "Mercedes Moss",
      "url": "https://dreamdestinations.bizinvest.top/author/mercedes-moss"
    },
    "publisher": {
      "@type": "Organization",
      "name": "Dream Destinations",
      "url": "https://dreamdestinations.bizinvest.top",
      "logo": {
        "@type": "ImageObject",
        "url": "https://dreamdestinations.bizinvest.top/wp-content/uploads/2024/12/dream-destinations-logo.png"
      }
    },
    "datePublished": "{{published_date}}",
    "dateModified": "{{modified_date}}",
    "articleSection": "{{category}}",
    "keywords": "{{tags}}",
    "speakable": {
      "@type": "SpeakableSpecification",
      "xpath": [
        "/html/head/title",
        "/html/body//h1"
      ]
    }
  },

  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
      {{faq_items}}
    ]
  },

  {
    "@context": "https://schema.org",
    "@type": "HowTo",
    "name": "{{title}}",
    "description": "{{excerpt}}",
    "image": "{{featured_image}}",
    "totalTime": "{{howto_total_time}}",
    "supply": [
      {{howto_supplies}}
    ],
    "tool": [
      {{howto_tools}}
    ],
    "step": [
      {{howto_steps}}
    ]
  },

  {
    "@context": "https://schema.org",
    "@type": "TouristDestination",
    "name": "{{destination_name}}",
    "description": "{{destination_description}}",
    "image": "{{destination_image}}",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": "{{lat}}",
      "longitude": "{{lng}}"
    },
    "touristType": "{{tourist_type}}",
    "containsPlace": [
      {{nearby_attractions}}
    ]
  }
]