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: "Diversified Roofing And Construction",
description: "Diversified Roofing And Construction is a roofing contractor serving Colorado Springs and surrounding areas. They specialize in roof repair, replacement, and installation for residential and commercial properties. The team handles storm damage claims, insurance work, and offers financing options to make roofing projects more accessible.",
url: "https://diversifieddrc.com/",
telephone: "+1-719-900-8647",
address: {
@type: "PostalAddress",
streetAddress: "4553 E Platte Ave",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80915",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.838491399999995,
longitude: -104.74437150000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Colorado Springs, CO and surrounding communities",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacement, storm damage victims, commercial property managers, homeowners seeking financing options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Services"
}
],
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.