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: "Hammerhead Pool Services, Inc.",
description: "Hammerhead Pool Services, Inc. is a pool service company based in Raleigh, NC specializing in pool maintenance, repairs, and seasonal services. The company provides professional pool care solutions for residential pool owners throughout the Raleigh area, handling equipment repair, water chemistry balancing, and opening/closing services to keep pools in top condition year-round.",
telephone: "+1-919-878-7622",
address: {
@type: "PostalAddress",
streetAddress: "5621 Departure Dr #106",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27616",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.86031690000001,
longitude: -78.5927778
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.9",
reviewCount: "9",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Pool & Spa Services, Residential pool owners needing regular maintenance, homeowners with equipment issues, seasonal pool preparation services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Year-Round Pool Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Equipment Repair Expertise"
}
],
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.