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: "A-1 Spa Service, Hot Tub & Jetted Bath Tub Service",
description: "A-1 Spa Service specializes in hot tub and jetted bathtub maintenance, repair, and service for Oklahoma City residents. With a 4.6-star rating from 60 reviews, they provide professional spa equipment care including cleaning, repairs, and seasonal services to keep home spas running smoothly.",
telephone: "+1-405-596-1132",
address: {
@type: "PostalAddress",
streetAddress: "Gateway Terrace",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73160",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3776617,
longitude: -97.49700349999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Pool & Spa Services, Hot tub owners, Homeowners with jetted bathtubs, Spa maintenance seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Spa Expertise"
},
{
@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.