Structured Data

    Larry's Quick Fix Home Improvements

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Larry's Quick Fix Home Improvements",
      description: "Larry's Quick Fix Home Improvements is a general contractor in Las Vegas specializing in quick home repair and improvement projects. With a focus on fast, reliable service, they handle a variety of home maintenance and upgrade needs for residential customers looking for dependable local expertise.",
      telephone: "+1-725-204-5725",
      address: {
        @type: "PostalAddress",
        streetAddress: "1620 S Decatur Blvd a",
        addressLocality: "Las Vegas",
        addressRegion: "NV",
        postalCode: "89102",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.1522708,
        longitude: -115.20878279999998
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "4",
        bestRating: "5"
      },
      areaServed: "Las Vegas, NV and surrounding areas",
      knowsAbout: "Handyman Services, Homeowners needing quick repairs, Property owners seeking general contractor services, Busy Las Vegas residents",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Las Vegas Contractor"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Focused on Speed & Reliability"
        }
      ],
      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.