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: "The Tutoring Center, Fort Mill, SC",
description: "The Tutoring Center in Fort Mill is a full-service academic tutoring center offering personalized instruction in K-12 subjects, SAT/ACT test preparation, and college admissions consulting. With experienced tutors and flexible scheduling options including both in-person and online sessions, they help students build confidence and improve academic performance across all grade levels and subject areas.",
url: "https://www.tutoringcenter.com/center/fortmillsc",
telephone: "+1-803-712-5018",
address: {
@type: "PostalAddress",
streetAddress: "488 Mercantile Pl suit 103",
addressLocality: "Fort Mill",
addressRegion: "SC",
postalCode: "29715",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.058696,
longitude: -80.934966
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Fort Mill, SC and surrounding areas",
knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, high school students preparing for standardized tests, college-bound students seeking admissions guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Learning Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Service Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Test Preparation"
}
],
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.