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: "Murphy’s pool and spa service",
description: "Murphy's Pool and Spa Service is a local pool and spa maintenance company serving the Centennial area. They specialize in comprehensive pool cleaning, spa servicing, equipment repair, and seasonal opening and closing. With a focus on reliable, professional service, Murphy's helps homeowners keep their pools and spas in top condition year-round.",
url: "https://murphyspoolandspaservice.com/",
telephone: "+1-480-729-1370",
address: {
@type: "PostalAddress",
streetAddress: "6731 S Himalaya Way",
addressLocality: "Centennial",
addressRegion: "CO",
postalCode: "80016",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.5946399,
longitude: -104.7537298
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "12",
bestRating: "5"
},
areaServed: "Centennial, CO and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools or spas, busy professionals seeking regular maintenance, seasonal pool owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.