Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mid-State Air Conditioning & Heating",
description: "Mid-State Air Conditioning & Heating provides HVAC services to Nashville-area customers from their Lakeview Drive location. They handle air conditioning and heating system installation, repair, and maintenance for residential properties.",
telephone: "+1-615-349-8450",
address: {
@type: "PostalAddress",
streetAddress: "7102 Lakeview Dr",
addressLocality: "Nashville",
addressRegion: "TN",
postalCode: "37203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1591893,
longitude: -86.951036
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Nashville, TN and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing air conditioning repair, heating system maintenance, or HVAC installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Nashville Operation"
}
],
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.