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: "Duffy Roofing Co., Inc.",
description: "Duffy Roofing Co., Inc. is a full-service roofing contractor serving the greater Boston area with over 80 years of experience in residential and commercial roofing. Specializing in roof repairs, replacements, and storm damage restoration, they offer comprehensive inspections, insurance claim assistance, and quality workmanship backed by warranties. The company is fully licensed and insured, providing reliable service to homeowners and businesses throughout the region.",
url: "http://duffyroofing.com/",
telephone: "+1-617-296-0300",
address: {
@type: "PostalAddress",
streetAddress: "2281 Dorchester Ave",
addressLocality: "Dorchester Center",
addressRegion: "MA",
postalCode: "02124",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.2727,
longitude: -71.0682549
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "85",
bestRating: "5"
},
areaServed: "Boston and greater Boston area, including Dorchester and surrounding communities",
knowsAbout: "Roofing, Homeowners needing roof repair or replacement, Commercial property managers, Storm damage victims, Property insurance claim assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "80+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed, Insured & Warranted"
}
],
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.