Structured Data

    Concord

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

    Schema.org / LocalBusiness
    |
    36 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Concord",
      url: "https://www.mbta.com/stops/place-FR-0201",
      address: {
        @type: "PostalAddress",
        streetAddress: "90 Thoreau St",
        addressLocality: "Concord",
        addressRegion: "MA",
        postalCode: "01742",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 42.456643299999996,
        longitude: -71.3575592
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "13",
        bestRating: "5"
      },
      knowsAbout: "Pool & Spa Services",
      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.