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: "Jensen & Brothers Pool and Spa Services &Repair",
description: "Jensen & Brothers Pool and Spa Services & Repair is a locally-owned pool and spa maintenance company serving the Damascus area. They specialize in pool cleaning, spa service, and equipment repair to keep residential pools and hot tubs operating smoothly year-round.",
telephone: "+1-415-299-7006",
address: {
@type: "PostalAddress",
streetAddress: "16324 SE Pyrite St",
addressLocality: "Damascus",
addressRegion: "OR",
postalCode: "97089",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4045812,
longitude: -122.50270309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Damascus, OR and surrounding communities",
knowsAbout: "Pool & Spa Services, Homeowners with pools or hot tubs, Busy professionals needing reliable maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Pool & Spa Service"
}
],
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.