Structured Data

    Contra Roofing

    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: "Contra Roofing",
      description: "Contra Roofing is a roofing contractor serving Norfolk and surrounding areas of Virginia. They specialize in roof repairs, replacements, and installations for residential properties. The company is licensed and insured, offering professional workmanship and reliable service to homeowners in the region.",
      url: "http://norfolk-roofing.company/",
      telephone: "+1-757-997-1919",
      address: {
        @type: "PostalAddress",
        streetAddress: "300 Monticello Ave",
        addressLocality: "Norfolk",
        addressRegion: "VA",
        postalCode: "23510",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.8495071,
        longitude: -76.289431
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "22",
        bestRating: "5"
      },
      areaServed: "Norfolk, Virginia and surrounding areas",
      knowsAbout: "Roofing, Homeowners needing roof repairs, residential roof replacements, new roof installations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Licensed & Insured"
        },
        {
          @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.