Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hernandez & Sons Roof Repair",
description: "Hernandez & Sons Roof Repair is a family-owned roofing contractor serving Colorado Springs and the surrounding area. They specialize in roof repair, replacement, and maintenance for both residential and commercial properties. With deep roots in the community, they're known for reliable workmanship and personalized service.",
telephone: "+1-719-800-4555",
address: {
@type: "PostalAddress",
streetAddress: "830 Tenderfoot Hill Rd",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80906",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.794277699999995,
longitude: -104.8123559
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "82",
bestRating: "5"
},
areaServed: "Colorado Springs, CO and surrounding areas",
knowsAbout: "Roofing, Homeowners needing repairs, Commercial property managers, Residential customers seeking local expertise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Roofing 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.