Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Chavez Family Roofing",
description: "Chavez Family Roofing is a locally-owned roofing contractor serving the Chula Vista area with expertise in roof repairs, replacements, and installations. The family-operated business specializes in handling storm damage claims and works with insurance companies to help homeowners navigate the claims process. They bring years of experience and a commitment to quality craftsmanship to every residential roofing project.",
telephone: "+1-619-268-8300",
address: {
@type: "PostalAddress",
streetAddress: "2520 Main St A",
addressLocality: "Chula Vista",
addressRegion: "CA",
postalCode: "91911",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.595042,
longitude: -117.07921800000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Chula Vista, CA and surrounding South Bay communities",
knowsAbout: "Roofing, Homeowners needing roof repairs or replacements, families dealing with storm damage, property owners filing insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Operation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Storm Damage Specialists"
}
],
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.