Structured Data

    Roof Doctor

    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: "Roof Doctor",
      description: "Roof Doctor is a roofing contractor serving San Francisco and the Bay Area with comprehensive roof repair, replacement, and maintenance services. They specialize in both residential and commercial roofing projects, offering inspections, storm damage repair, and insurance claims assistance to help homeowners and businesses protect their properties.",
      url: "http://roofdoctorofsanfrancisco.com/",
      telephone: "+1-415-801-0116",
      address: {
        @type: "PostalAddress",
        streetAddress: "1675 Eddy St #309",
        addressLocality: "San Francisco",
        addressRegion: "CA",
        postalCode: "94115",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.780878699999995,
        longitude: -122.43508329999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "16",
        bestRating: "5"
      },
      areaServed: "San Francisco and surrounding Bay Area",
      knowsAbout: "Roofing, Homeowners needing roof repairs, Property managers handling storm damage, Commercial property owners, San Francisco residents with aging roofs",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Insurance Claims Support"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Services"
        },
        {
          @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.