Structured Data

    Roofing

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

    Schema.org / LocalBusiness
    |
    44 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Roofing",
      description: "This New York-based roofing contractor provides roof repair, installation, and maintenance services for residential and commercial properties. Located on the East Side of Manhattan, they serve the local NYC market with professional roofing solutions.",
      telephone: "+1-715-244-2028",
      address: {
        @type: "PostalAddress",
        streetAddress: "755 E 11th St",
        addressLocality: "New York",
        addressRegion: "NY",
        postalCode: "10009",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.7261862,
        longitude: -73.977507
      },
      areaServed: "New York City, NY",
      knowsAbout: "Roofing, NYC property owners needing roof repair, New homebuyers with inspection issues, Commercial building managers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local NYC Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Residential & Commercial"
        }
      ],
      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.