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: "Fredy's Pool & Spa Inc.",
description: "Fredy's Pool & Spa Inc. is a full-service pool and spa company serving the San Rafael area with expertise in pool maintenance, repairs, and equipment sales. They provide comprehensive pool care solutions including cleaning, chemical balancing, equipment repair, and spa services to keep residential pools and hot tubs in optimal condition year-round.",
url: "https://www.fredyspoolandspa.com/",
telephone: "+1-415-895-0043",
address: {
@type: "PostalAddress",
streetAddress: "1595 Francisco Blvd E STE B",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9517351,
longitude: -122.4960556
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Rafael and surrounding Marin County",
knowsAbout: "Pool & Spa Services, Homeowners with pools and spas, Property managers overseeing multiple pools, Busy professionals needing reliable pool maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Pool Care"
}
],
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.