Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Trilogy",
description: "Trilogy is an independent tutoring and test prep school in Raleigh serving students from elementary through high school. They offer SAT and ACT test preparation, K-12 subject tutoring across multiple disciplines, and college admissions consulting to help students build strong academic foundations and succeed on standardized tests. With a focus on personalized instruction, Trilogy combines one-on-one tutoring with group classes to meet each student's unique learning needs.",
url: "http://www.trilogyschool.com/",
telephone: "+1-919-781-7804",
address: {
@type: "PostalAddress",
streetAddress: "3810 Merton Dr",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27609",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.829519399999995,
longitude: -78.63281599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Raleigh and surrounding Wake County areas",
knowsAbout: "Tutoring & Test Prep, High school students preparing for standardized tests, middle and elementary school students needing subject support, families seeking college admissions guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Test Prep"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "College Admissions Support"
}
],
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.