Structured Data

    Smart Kids Tutoring Center

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Smart Kids Tutoring Center",
      description: "Smart Kids Tutoring Center is an independent tutoring facility in Chicago offering personalized academic support for students. They provide subject-specific tutoring and test preparation services designed to help students improve their grades and standardized test performance. The center works with students across various age groups and skill levels to build confidence and academic success.",
      url: "http://www.smartkidscenter.com/",
      address: {
        @type: "PostalAddress",
        streetAddress: "556 W 31st St #1st",
        addressLocality: "Chicago",
        addressRegion: "IL",
        postalCode: "60616",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 41.8382887,
        longitude: -87.6412902
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "2.8",
        reviewCount: "10",
        bestRating: "5"
      },
      areaServed: "Chicago, IL and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, families seeking personalized learning guidance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Approach"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Subject & Test Prep Specialization"
        }
      ],
      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.