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: "NJ Roofing",
description: "NJ Roofing is a roofing contractor based in Newark, NJ, serving the greater New Jersey area with comprehensive roofing services including repairs, replacements, and installations. The company specializes in residential and commercial roofing projects, delivering quality workmanship backed by professional expertise. They handle everything from emergency repairs to full roof replacements for homeowners and businesses throughout the region.",
url: "https://nj-roofing.ueniweb.com/",
telephone: "+1-862-307-7001",
address: {
@type: "PostalAddress",
streetAddress: "55 William St",
addressLocality: "Newark",
addressRegion: "NJ",
postalCode: "07102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7341905,
longitude: -74.17605549999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "29",
bestRating: "5"
},
areaServed: "Newark, NJ and surrounding areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, Commercial property managers, Property owners dealing with storm damage, Builders and contractors seeking roofing services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Newark Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Both Residential & Commercial"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Responsive Service"
}
],
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.