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: "Commonwealth Pool Service",
description: "Commonwealth Pool Service provides professional pool maintenance and care for residential customers in the Bellingham area. They offer recurring pool cleaning, equipment repair, and seasonal opening and closing services to keep pools in top condition year-round. With over a decade of experience, they're known for reliable, hands-on service from a locally-owned business.",
telephone: "+1-508-657-0164",
address: {
@type: "PostalAddress",
streetAddress: "48 Wethersfield Rd",
addressLocality: "Bellingham",
addressRegion: "MA",
postalCode: "02019",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.1070573,
longitude: -71.4845457
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Bellingham, MA and surrounding communities",
knowsAbout: "Pool & Spa Services, Homeowners with in-ground or above-ground pools, Property managers, Busy families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned"
}
],
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.