Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sunny Blue Pool Service",
description: "Sunny Blue Pool Service is a Deerfield Beach-based pool maintenance and repair company serving residential clients throughout South Florida. They specialize in recurring pool cleaning, equipment repair, water chemistry balancing, and seasonal pool opening and closing services. With over a decade of experience, they're known for reliable, professional service and quick response times.",
telephone: "+1-954-516-1155",
address: {
@type: "PostalAddress",
streetAddress: "829 SE 9th St STE 415",
addressLocality: "Deerfield Beach",
addressRegion: "FL",
postalCode: "33441",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.3063264,
longitude: -80.0933976
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "114",
bestRating: "5"
},
areaServed: "Deerfield Beach and surrounding South Florida communities",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, busy professionals who want hassle-free pool maintenance, property managers overseeing multiple units",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Licensed & Insured"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Menu"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quick Response"
}
],
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.