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: "NU World Learning Center",
description: "NU World Learning Center is a child care and educational services provider located in Coral Gables that serves families in the South Florida area. Based on their business classification, they offer child care services along with transportation support for families. The center focuses on providing quality care and developmental support for children.",
telephone: "+1-305-640-8799",
address: {
@type: "PostalAddress",
streetAddress: "2100 Coral Wy Suite 402",
addressLocality: "Coral Gables",
addressRegion: "FL",
postalCode: "33145",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.7503945,
longitude: -80.2284612
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Coral Gables and surrounding Miami-Dade County communities",
knowsAbout: "Tutoring & Test Prep, Working parents seeking reliable child care, families needing transportation assistance, parents wanting educational enrichment for their children",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Provider"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Transportation Services Included"
}
],
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.