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: "Valley Air Conditioning & Repair, Inc.",
description: "Valley Air Conditioning & Repair, Inc. is a full-service HVAC company serving the Fresno area with air conditioning installation, repair, and maintenance services. They handle both residential and commercial cooling systems, offering emergency repair services and preventative maintenance plans to keep systems running efficiently year-round.",
url: "https://valleyairrepair.com/",
telephone: "+1-559-237-3188",
address: {
@type: "PostalAddress",
streetAddress: "825 S Topeka Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93721",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7341767,
longitude: -119.7766186
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "159",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair, Commercial property managers, Customers seeking preventative maintenance plans",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency HVAC Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Maintenance Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.