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: "Dragonfly Heating & Cooling",
description: "Dragonfly Heating & Cooling is a full-service HVAC company serving Riverside and surrounding areas with installation, repair, and maintenance of heating and cooling systems. They specialize in both residential and commercial HVAC work, offering emergency service, preventative maintenance plans, and free estimates to help customers stay comfortable year-round.",
url: "https://calldragonfly.com/",
telephone: "+1-951-684-0880",
address: {
@type: "PostalAddress",
streetAddress: "1280 Palmyrita Ave Suite D",
addressLocality: "Riverside",
addressRegion: "CA",
postalCode: "92507",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0041404,
longitude: -117.3389875
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "730",
bestRating: "5"
},
areaServed: "Riverside, CA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing emergency HVAC repair, Businesses with commercial cooling systems, Those seeking preventative maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventative Maintenance Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.