Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Alexandria HVAC Pros",
description: "Alexandria HVAC Pros is a full-service HVAC company serving the Alexandria, VA area with installation, repair, and maintenance of heating and cooling systems. They specialize in both residential and commercial HVAC work, offering emergency repair services and system replacements to keep homes and businesses comfortable year-round.",
url: "https://alexandria-hvac-pros.ueniweb.com/",
telephone: "+1-571-384-2969",
address: {
@type: "PostalAddress",
streetAddress: "3406 Commonwealth Ave",
addressLocality: "Alexandria",
addressRegion: "VA",
postalCode: "22305",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8351585,
longitude: -77.05833090000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Alexandria, VA and surrounding Northern Virginia communities",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair, businesses requiring HVAC maintenance, emergency heating/cooling service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Service"
},
{
@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.