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: "Classic Pool & Spa LLC",
description: "Classic Pool & Spa LLC is a full-service pool and spa company serving the Auburn area and surrounding communities. They specialize in pool cleaning, maintenance, equipment repair, seasonal opening and closing services, and hot tub/spa service. Whether you need routine upkeep for your residential pool or emergency repairs to get your spa back in working order, Classic Pool & Spa provides reliable local expertise.",
url: "http://classicpoolspa.com/",
telephone: "+1-253-815-1685",
address: {
@type: "PostalAddress",
streetAddress: "3922 S 384th St",
addressLocality: "Auburn",
addressRegion: "WA",
postalCode: "98001",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.2575863,
longitude: -122.28413330000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Auburn, WA and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools or spas, Property managers maintaining multiple units, Busy professionals needing recurring maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Auburn Business"
}
],
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.