Structured Data

    My Village 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: "My Village Learning Center",
      description: "My Village Learning Center is an educational institution in Palm City offering personalized tutoring and academic support for students. Located on Citrus Boulevard, they provide tailored instruction designed to help students build confidence and improve academic performance across various subjects and grade levels.",
      url: "http://www.myvillagepsl.com/",
      telephone: "+1-772-801-8461",
      address: {
        @type: "PostalAddress",
        streetAddress: "4484 Citrus Blvd",
        addressLocality: "Palm City",
        addressRegion: "FL",
        postalCode: "34990",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.151087999999998,
        longitude: -80.3200718
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "Palm City, FL and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, students preparing for standardized tests, families seeking personalized tutoring",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Learning Plans"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Experienced Local Educators"
        }
      ],
      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.