Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Elite Roofing Group",
description: "Elite Roofing Group is a Brooklyn-based roofing contractor specializing in residential and commercial roof installation, repair, and replacement. They offer comprehensive roofing services including storm damage assessment, insurance claim support, and warranty-backed workmanship. The team handles all roofing types and provides free inspections to help homeowners and building managers understand their roof's condition and repair options.",
url: "https://www.eliteroofinggroupny.com/",
telephone: "+1-929-447-2344",
address: {
@type: "PostalAddress",
streetAddress: "118 Nostrand Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.696134,
longitude: -73.9530149
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, Building managers handling storm damage, Property owners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Workmanship Warranty"
}
],
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.