Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Gold Coast Pool & Spa",
description: "Gold Coast Pool & Spa is a full-service pool and spa company located in West Hills, serving the Los Angeles area. They specialize in pool and hot tub maintenance, repair, and construction services for residential clients. With expertise in both new pool installations and ongoing equipment service, they provide comprehensive solutions to keep pools and spas running smoothly year-round.",
url: "http://goldcoastpoolandspa.com/",
telephone: "+1-818-857-0508",
address: {
@type: "PostalAddress",
streetAddress: "22829 Cohasset St",
addressLocality: "West Hills",
addressRegion: "CA",
postalCode: "91308",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.2059699,
longitude: -118.6244137
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "West Hills, Los Angeles, and surrounding areas",
knowsAbout: "Pool & Spa Services, Homeowners with pools or spas needing regular maintenance, Pool owners requiring equipment repair, New pool construction buyers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Experience"
}
],
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.