Structured Data

    A+ Review

    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: "A+ Review",
      description: "A+ Review is a tutoring and test prep center in San Diego specializing in SAT, ACT, and standardized test preparation for high school students. They offer personalized tutoring services designed to help students improve their test scores and college readiness. The center combines expert instruction with customized study plans to address each student's specific academic needs.",
      url: "http://aplusreview.com/",
      telephone: "+1-619-589-9900",
      address: {
        @type: "PostalAddress",
        streetAddress: "6784 El Cajon Blvd",
        addressLocality: "San Diego",
        addressRegion: "CA",
        postalCode: "92115",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7690421,
        longitude: -117.0522387
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "26",
        bestRating: "5"
      },
      areaServed: "San Diego, CA",
      knowsAbout: "Tutoring & Test Prep, High school students preparing for SAT/ACT, College-bound students, Students seeking score improvement",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Test Prep Focus"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Study Plans"
        }
      ],
      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.