Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Horizon Tutoring Center",
description: "Horizon Tutoring Center is an independent tutoring service located in Brooklyn that provides academic support to students. Based on their business classification, they offer educational tutoring services to help students improve their academic performance.",
telephone: "+1-347-277-0654",
address: {
@type: "PostalAddress",
streetAddress: "1614 Nostrand Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11226",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.64664,
longitude: -73.94938499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students seeking academic support, families looking for local tutoring services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Brooklyn Location"
}
],
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.