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: "Penguin Pool Service",
description: "Penguin Pool Service is a locally-owned pool maintenance and service company serving the Bethesda area. They specialize in regular pool cleaning, equipment repair, and seasonal opening and closing services to keep residential pools in top condition year-round. With years of experience maintaining pools in the region, Penguin Pool Service provides reliable, hands-on service for homeowners who want professional care without the hassle.",
telephone: "+1-301-231-7665",
address: {
@type: "PostalAddress",
streetAddress: "10319 Westlake Dr # 126",
addressLocality: "Bethesda",
addressRegion: "MD",
postalCode: "20817",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.02592,
longitude: -77.147409
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Bethesda, MD and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners, Busy homeowners, Properties with seasonal pools",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.