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: "Bull City Pool and Spa",
description: "Bull City Pool and Spa is a Durham-based pool and spa service company offering maintenance, repair, and seasonal care for residential pools and hot tubs. With hands-on expertise in water chemistry, equipment repair, and pool opening/closing services, they provide comprehensive solutions to keep pools and spas in optimal condition year-round.",
telephone: "+1-919-685-6623",
address: {
@type: "PostalAddress",
streetAddress: "1227 Seaton Rd Apt 66",
addressLocality: "Durham",
addressRegion: "NC",
postalCode: "27713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8941005,
longitude: -78.9150653
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.7",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Durham and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools or hot tubs, Seasonal pool owners needing opening/closing services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Durham Business"
}
],
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.