Structured Data

    Model Remodel

    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: "Model Remodel",
      description: "Model Remodel is a Seattle-based general contracting and design-build firm specializing in kitchen and bathroom remodeling projects. Located on West Nickerson Street, they combine construction expertise with design services to help homeowners transform their spaces. The team handles full-scope remodeling work from concept through completion.",
      url: "https://www.modelremodel.com/",
      telephone: "+1-206-282-2150",
      address: {
        @type: "PostalAddress",
        streetAddress: "1111 W Nickerson St",
        addressLocality: "Seattle",
        addressRegion: "WA",
        postalCode: "98119",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 47.654770799999994,
        longitude: -122.3720507
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "26",
        bestRating: "5"
      },
      areaServed: "Seattle, WA and surrounding areas",
      knowsAbout: "Home Remodeling, Homeowners planning kitchen or bathroom remodels, Those wanting integrated design and construction services, Seattle-area residents seeking established local contractors",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Design-Build Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Established Local Presence"
        }
      ],
      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.