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: "Coastal Sprinkler Co Inc",
description: "Coastal Sprinkler Co Inc is a locally-owned irrigation service company serving the Summerville area. They specialize in sprinkler system installation, maintenance, and repairs for residential and commercial properties. With a focus on reliable service and customer satisfaction, they help keep lawns and landscapes healthy and properly watered.",
telephone: "+1-843-875-5352",
address: {
@type: "PostalAddress",
streetAddress: "111 Farm Rd",
addressLocality: "Summerville",
addressRegion: "SC",
postalCode: "29485",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.990736399999996,
longitude: -80.1913718
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Summerville, SC and surrounding areas",
knowsAbout: "Irrigation Systems, Homeowners seeking reliable sprinkler maintenance, property managers overseeing multiple landscapes, new construction projects requiring irrigation systems",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Irrigation"
}
],
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.