Structured Data

    Joe's Glass Inc

    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: "Joe's Glass Inc",
      description: "Joe's Glass Inc is a full-service glass and glazing contractor serving the Portland metro area with over two decades of experience. They specialize in custom glass installations, window and door replacements, storefront systems, and repair services for both residential and commercial properties. Known for quality craftsmanship and attention to detail, Joe's Glass handles everything from standard window installations to specialized glass work.",
      url: "https://www.joesglassllc.com/",
      telephone: "+1-503-408-4444",
      address: {
        @type: "PostalAddress",
        streetAddress: "14781 SE 82nd Dr",
        addressLocality: "Clackamas",
        addressRegion: "OR",
        postalCode: "97015",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.415639299999995,
        longitude: -122.5701831
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "238",
        bestRating: "5"
      },
      areaServed: "Clackamas and greater Portland metro area, Oregon",
      knowsAbout: "Windows & Doors, Homeowners needing window/door replacement, commercial property managers, contractors requiring glazing subcontractors",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Specialized Glass Work"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.