Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Nashville Heating and Air Conditioning",
description: "Nashville Heating and Air Conditioning is a local HVAC service provider serving the Nashville area with heating and cooling system installation, repair, and maintenance. With over 25 customer reviews, they handle both residential and commercial HVAC needs, offering reliable air conditioning and heating solutions for homes and businesses throughout Middle Tennessee.",
telephone: "+1-615-728-4024",
address: {
@type: "PostalAddress",
streetAddress: "1614 21st Ave S",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.138162099999995,
longitude: -86.8005041
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Nashville, Tennessee and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing heating and cooling repairs, businesses requiring HVAC maintenance, property managers with commercial systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Nashville Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Service"
}
],
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.