Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "361 Pool and Spa Service",
description: "361 Pool and Spa Service is a pool and spa maintenance company serving the Corpus Christi area. They provide professional cleaning, repair, and maintenance services to keep residential pools and spas in top condition throughout the year.",
telephone: "+1-915-615-9349",
address: {
@type: "PostalAddress",
streetAddress: "4305 Platte River Dr",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78410",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.866090099999997,
longitude: -97.6597067
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools and spas, Residential pool owners seeking reliable maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service Provider"
}
],
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.