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: "NYC Best Roofing",
description: "NYC Best Roofing is a Brooklyn-based roofing contractor specializing in residential and commercial roof installation, repair, and maintenance. The company offers comprehensive roofing solutions including storm damage repair, insurance claims assistance, and multiple roofing material options. They serve the NYC metro area with licensed and insured workmanship and transparent pricing.",
url: "http://www.nycbestroofing.com/",
telephone: "+1-347-658-5555",
address: {
@type: "PostalAddress",
streetAddress: "1392 Utica Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.638557999999996,
longitude: -73.929335
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Brooklyn, New York and surrounding NYC boroughs",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, property owners with storm damage, those filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
}
],
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.