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: "Learnt Tutoring",
description: "Learnt Tutoring is an independent tutoring service located in Jacksonville offering personalized academic support to students. While limited information is publicly available, they provide one-on-one tutoring sessions designed to help students improve their academic performance across various subjects.",
telephone: "+1-646-801-2394",
address: {
@type: "PostalAddress",
streetAddress: "14333 Beach Blvd STE 33",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32250",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.2890237,
longitude: -81.43973129999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Tutoring & Test Prep, Students seeking personalized academic help, Parents looking for one-on-one tutoring support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized One-on-One Approach"
}
],
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.