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: "Jim Smith Heating & Air Conditioning",
description: "Jim Smith Heating & Air Conditioning is a full-service HVAC provider serving Troy, VA and surrounding areas. They specialize in heating and cooling system installation, repair, and maintenance for residential customers. With a focus on reliable service and customer satisfaction, Jim Smith offers expertise in keeping homes comfortable year-round.",
url: "http://www.jimsmith.qpg.com/",
telephone: "+1-434-295-6067",
address: {
@type: "PostalAddress",
streetAddress: "204 Union Mills Rd",
addressLocality: "Troy",
addressRegion: "VA",
postalCode: "22974",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9697544,
longitude: -78.33584809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Troy, VA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing HVAC repair, Customers seeking regular maintenance, New system installations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Coverage"
}
],
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.