Structured Data

    Emerald Academy

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

    Schema.org / LocalBusiness
    |
    45 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Emerald Academy",
      description: "Emerald Academy is an educational institution in Knoxville serving students with tutoring and academic support services. Located on Carrick Street, the academy provides personalized learning experiences designed to help students succeed academically.",
      url: "http://www.emeraldacademy.org/",
      telephone: "+1-865-249-7223",
      address: {
        @type: "PostalAddress",
        streetAddress: "220 Carrick St",
        addressLocality: "Knoxville",
        addressRegion: "TN",
        postalCode: "37921",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.9675322,
        longitude: -83.9336246
      },
      areaServed: "Knoxville, TN and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, parents seeking tutoring services, students preparing for academic success",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Learning"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Institution"
        }
      ],
      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.