Structured Data

    The Nest- Tutoring Center

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

    Schema.org / LocalBusiness
    |
    49 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "The Nest- Tutoring Center",
      description: "The Nest is a tutoring center located in Glendale offering academic support services to K-12 students. They provide personalized instruction designed to help students improve their academic performance across various subjects.",
      address: {
        @type: "PostalAddress",
        streetAddress: "4425 W Olive Ave",
        addressLocality: "Glendale",
        addressRegion: "AZ",
        postalCode: "85302",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5663386,
        longitude: -112.1538265
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Glendale and surrounding Phoenix metropolitan areas",
      knowsAbout: "Tutoring & Test Prep, K-12 students needing academic support, parents seeking supplemental instruction, students preparing for standardized tests",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Dedicated Tutoring Center"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "In-Person Learning Location"
        }
      ],
      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.