Structured Data

    Myers Tutoring

    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: "Myers Tutoring",
      description: "Myers Tutoring is an educational institution in Tampa offering personalized academic support to students. They provide tutoring services designed to help students improve their academic performance across various subjects and grade levels.",
      url: "https://myerstutoring.org/",
      telephone: "+1-813-966-9377",
      address: {
        @type: "PostalAddress",
        streetAddress: "4534 W Village Dr",
        addressLocality: "Tampa",
        addressRegion: "FL",
        postalCode: "33624",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 28.0728658,
        longitude: -82.5221456
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4",
        reviewCount: "4",
        bestRating: "5"
      },
      areaServed: "Tampa, FL and surrounding areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing subject support, students preparing for academic advancement, parents seeking supplemental education",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Approach"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.