Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Serenity Air Heating & Air Conditioning",
description: "Serenity Air Heating & Air Conditioning is a full-service HVAC contractor serving the Puyallup area with installation, repair, and maintenance of heating and cooling systems. They specialize in residential HVAC work and offer emergency service availability, free estimates, and maintenance plans to keep systems running efficiently year-round.",
url: "https://serenityairinc.com/puyallup-wa/",
telephone: "+1-253-255-5682",
address: {
@type: "PostalAddress",
streetAddress: "3211 23rd St SW",
addressLocality: "Puyallup",
addressRegion: "WA",
postalCode: "98373",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.1614247,
longitude: -122.32167439999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "563",
bestRating: "5"
},
areaServed: "Puyallup, WA and surrounding areas",
knowsAbout: "HVAC & Heating, Homeowners needing AC repair or replacement, residents requiring emergency heating service, families seeking regular HVAC maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Emergency Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Maintenance Plans"
}
],
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.