{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Dentist",
      "name": "AL Dental Studio",
      "telephone": "+1-212-430-3888",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "30 East 60th Street, Suite 608",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "postalCode": "10022",
        "addressCountry": "US"
      }
    },
    {
      "@type": "Blog",
      "name": "AL Dental Blog & Articles",
      "description": "Articles about All-on-4 dental implants and veneers."
    }
  ]
}

