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: "Family Roofing",
description: "Family Roofing is a Lakewood-based roofing contractor specializing in residential roof repair, replacement, and installation. They handle storm damage assessment and repairs, working with insurance claims to help homeowners navigate the process. The team offers free inspections and provides financing options to make roof projects more accessible.",
url: "http://www.familyroofing.com/",
telephone: "+1-720-329-0009",
address: {
@type: "PostalAddress",
streetAddress: "12053 W Maryland Dr",
addressLocality: "Lakewood",
addressRegion: "CO",
postalCode: "80228",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.6924631,
longitude: -105.12968269999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Lakewood, CO and surrounding Denver metro areas",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, storm damage victims, homeowners seeking insurance claims assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Roof Inspections"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Support"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Financing 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.