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: "Signature Roofing Inc",
description: "Signature Roofing Inc is a full-service roofing contractor based in Hoboken, NJ, specializing in residential and commercial roof installation, repair, and replacement. They handle storm damage restoration, insurance claim assistance, and offer financing options to make roofing projects accessible. With a focus on quality workmanship and customer satisfaction, they serve the greater Hoboken area and surrounding communities.",
url: "https://roofinghoboken.com/",
telephone: "+1-551-354-0912",
address: {
@type: "PostalAddress",
streetAddress: "310 Jackson St",
addressLocality: "Hoboken",
addressRegion: "NJ",
postalCode: "07030",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.74165670000001,
longitude: -74.0405026
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Hoboken, NJ and surrounding Hudson County area",
knowsAbout: "Roofing, Homeowners needing storm damage repairs, property managers with commercial roofing needs, homeowners seeking insurance claim assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Assistance"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing Options Available"
}
],
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.