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: "Prestons heating and cooling",
description: "Preston's Heating and Cooling is a local HVAC service provider in Murfreesboro specializing in heating and cooling system installation, repair, and maintenance. They serve residential customers throughout the Murfreesboro area with professional air conditioning and heating solutions to keep homes comfortable year-round.",
telephone: "+1-615-904-4639",
address: {
@type: "PostalAddress",
streetAddress: "1212-1224 NW Broad St",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.861733,
longitude: -86.40631189999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repairs, Homeowners requiring heating system service, Residential property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation & Repair"
}
],
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.