Structured Data

    Swan Learning Center

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Swan Learning Center",
      description: "Swan Learning Center is an educational institution in Charlotte offering tutoring and academic support services to students. Located on South Sharon Amity Road, they provide personalized learning solutions designed to help students succeed academically across various subjects and grade levels.",
      url: "https://www.swanlearningcenter.com/",
      telephone: "+1-704-442-1718",
      address: {
        @type: "PostalAddress",
        streetAddress: "427 S Sharon Amity Rd",
        addressLocality: "Charlotte",
        addressRegion: "NC",
        postalCode: "28211",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.1729475,
        longitude: -80.8040611
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Charlotte, NC and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, Students seeking academic improvement, Parents looking for supplemental tutoring, Test-prep candidates",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Learning Approach"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive 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.