Structured Data

    Smiling Faces Learning Academy

    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: "Smiling Faces Learning Academy",
      description: "Smiling Faces Learning Academy is a tutoring and educational support center in Norfolk serving students with personalized academic instruction. They offer subject tutoring and test preparation services designed to help students improve their academic performance across multiple grade levels.",
      telephone: "+1-757-240-9231",
      address: {
        @type: "PostalAddress",
        streetAddress: "6646 E Virginia Beach Blvd",
        addressLocality: "Norfolk",
        addressRegion: "VA",
        postalCode: "23502",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.8550122,
        longitude: -76.179288
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "12",
        bestRating: "5"
      },
      areaServed: "Norfolk, Virginia Beach, and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing subject tutoring, Students preparing for standardized tests, Parents seeking personalized academic support",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Learning Plans"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Multiple Subject Coverage"
        }
      ],
      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.