Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Incredible Minds Tutoring Services",
description: "Incredible Minds Tutoring Services is an independent tutoring center in North Charleston offering personalized academic support for K-12 students. They provide one-on-one instruction across core subjects and test preparation, with flexible in-person sessions designed to help students build confidence and improve academic performance.",
url: "https://incrediblemindstutoring.tutorbird.com/",
telephone: "+1-843-823-4914",
address: {
@type: "PostalAddress",
streetAddress: "8570 Rivers Ave",
addressLocality: "North Charleston",
addressRegion: "SC",
postalCode: "29406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9627878,
longitude: -80.0429264
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "North Charleston and surrounding areas, SC",
knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, Students preparing for standardized tests, Families seeking personalized instruction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Sessions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.