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: "Hutchins Academy",
description: "Hutchins Academy is an independent tutoring and educational consulting service located in Chattanooga that provides personalized academic support to students. Operating from their Glass Street location, they offer subject-specific tutoring and educational guidance to help students improve their academic performance and achievement. With strong community feedback, they focus on delivering individualized instruction tailored to each student's learning needs.",
telephone: "+1-423-763-7197",
address: {
@type: "PostalAddress",
streetAddress: "2523 Glass St",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.065887,
longitude: -85.24837389999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students seeking academic improvement, families needing tutoring support, students preparing for standardized tests",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.