Structured Data

    Trevor Klee, Tutor

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Trevor Klee, Tutor",
      description: "Trevor Klee is an independent tutor based in Cambridge specializing in standardized test preparation, particularly SAT and ACT tutoring. With a focus on personalized instruction, Trevor works directly with students to improve test scores and build confidence in academic skills. His one-on-one tutoring approach is tailored to each student's learning style and target score goals.",
      url: "http://trevorkleetutor.com/",
      address: {
        @type: "PostalAddress",
        streetAddress: "625 Massachusetts Ave",
        addressLocality: "Cambridge",
        addressRegion: "MA",
        postalCode: "02139",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.365722,
        longitude: -71.103139
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.9",
        reviewCount: "28",
        bestRating: "5"
      },
      areaServed: "Cambridge and surrounding Greater Boston area",
      knowsAbout: "Tutoring & Test Prep, High school students preparing for SAT or ACT, Students aiming to improve standardized test scores, College-bound teens seeking targeted test prep",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Test Prep Focus"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized One-on-One Approach"
        }
      ],
      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.