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: "Brown's Pool Services",
description: "Brown's Pool Services is a Raleigh-based pool maintenance and service company specializing in residential pool care. They offer comprehensive pool cleaning, equipment repair, and seasonal maintenance to keep pools in top condition year-round. With a focus on reliable, professional service, Brown's Pool Services helps homeowners maintain safe and clean swimming environments.",
telephone: "+1-919-625-2090",
address: {
@type: "PostalAddress",
streetAddress: "10613 Chelsea Dr",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27603",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.6331328,
longitude: -78.702651
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with residential pools, Busy professionals seeking recurring maintenance, Property managers with multiple pools",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Raleigh Service"
}
],
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.