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: "Twin State Pool Service LLC",
description: "Twin State Pool Service LLC is a pool and spa maintenance company serving Union, NJ and surrounding areas. With a 4.8-star rating from 19 reviews, they provide professional pool care and services to residential clients throughout New Jersey.",
url: "http://twinstatepool.com/",
telephone: "+1-908-687-2277",
address: {
@type: "PostalAddress",
streetAddress: "1324 Stuyvesant Ave.",
addressLocality: "Union",
addressRegion: "NJ",
postalCode: "07083",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7020769,
longitude: -74.2640562
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "19",
bestRating: "5"
},
areaServed: "Union, NJ and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners, Spa owners, Homeowners seeking regular maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Highly Rated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.