Structured Data

    University Village

    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: "University Village",
      description: "University Village is a mixed-use shopping and dining destination in Seattle's University District, featuring over 80 retailers, restaurants, and services. The complex offers a full range of shopping experiences from national brands to local boutiques, plus dining options and professional services, making it a comprehensive community hub for residents and visitors.",
      url: "https://uvillage.com/",
      telephone: "+1-206-523-0622",
      address: {
        @type: "PostalAddress",
        streetAddress: "2623 NE University Village St",
        addressLocality: "Seattle",
        addressRegion: "WA",
        postalCode: "98105",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 47.6616885,
        longitude: -122.2990339
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "5292",
        bestRating: "5"
      },
      areaServed: "Seattle and surrounding areas",
      knowsAbout: "Real Estate Agents, Local shoppers, Tourists, Families, Diners",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Mixed-Use Destination"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Community-Focused Location"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.