Structured Data

    California Roof Experts

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "California Roof Experts",
      description: "California Roof Experts is a Riverside-based roofing contractor specializing in residential roof repair, replacement, and installation. They handle storm damage claims, provide free inspections, and offer financing options to make roof projects accessible. Their team brings expertise in various roofing materials and works directly with insurance companies to streamline the claims process.",
      url: "http://www.californiaroofexperts.com/",
      telephone: "+1-424-535-6828",
      address: {
        @type: "PostalAddress",
        streetAddress: "3669 Van Buren Boulevard",
        addressLocality: "Riverside",
        addressRegion: "CA",
        postalCode: "92503",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.9184157,
        longitude: -117.4445693
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "26",
        bestRating: "5"
      },
      areaServed: "Riverside, CA and surrounding areas",
      knowsAbout: "Roofing, Homeowners needing storm damage repair, those with aging roofs requiring replacement, property owners with insurance claims",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Insurance Claims Assistance"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Roof Inspections"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Financing Available"
        }
      ],
      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.