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: "Parliament Tutors",
description: "Parliament Tutors is an independent tutoring service in Phoenix offering personalized academic support for students. They provide one-on-one tutoring sessions designed to help students improve in their subject areas and test preparation. With a focus on customized learning plans, Parliament Tutors works directly with students to address their specific academic needs and learning styles.",
url: "http://www.parliamenttutors.com/",
telephone: "+1-602-513-7460",
address: {
@type: "PostalAddress",
streetAddress: "4760 E Indian School Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4946439,
longitude: -111.9784078
},
areaServed: "Phoenix, AZ and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Students seeking personalized academic help, Test prep candidates, Struggling learners needing customized support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Subject and Test Prep 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.