Structured Data

    The Home Depot

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

    Schema.org / LocalBusiness
    |
    37 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "The Home Depot",
      url: "https://www.homedepot.com/l/Steele-Creek/NC/Charlotte/28273/3662?emt=MSGoogleMaps",
      telephone: "+1-704-504-9836",
      address: {
        @type: "PostalAddress",
        streetAddress: "14310 Rivergate Pkwy",
        addressLocality: "Charlotte",
        addressRegion: "NC",
        postalCode: "28273",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.1010339,
        longitude: -80.9840409
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.2",
        reviewCount: "1227",
        bestRating: "5"
      },
      knowsAbout: "Windows & Doors",
      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.