Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "TY Health Insurance Brokerage",
description: "TY Health Insurance Brokerage is an independent insurance agency in Manhattan specializing in health insurance solutions for individuals and businesses. They work with clients to navigate coverage options, compare plans, and find policies that fit their healthcare needs and budgets. With expertise across multiple carriers, they provide personalized guidance to help New Yorkers secure affordable health insurance.",
telephone: "+1-212-796-4373",
address: {
@type: "PostalAddress",
streetAddress: "42 Broadway 12th Flr",
addressLocality: "New York",
addressRegion: "NY",
postalCode: "10004",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.705974,
longitude: -74.01261459999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "29",
bestRating: "5"
},
areaServed: "New York City and surrounding areas",
knowsAbout: "Insurance Agents, Self-employed professionals, Small business owners, Individuals seeking health coverage, Families comparing insurance options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Multi-Carrier Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Consultation"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.