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: "J's Coastal Services",
description: "J's Coastal Services is a locally-owned service business based in Rockport, TX, offering reliable handyman and general repair solutions to the coastal community. With a 4.3-star rating from 26 reviews, they handle a variety of home maintenance and repair needs for residential customers in the area.",
telephone: "+1-361-946-5448",
address: {
@type: "PostalAddress",
streetAddress: "114 Marion Dr",
addressLocality: "Rockport",
addressRegion: "TX",
postalCode: "78382",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.058548,
longitude: -97.04617499999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Rockport, TX and surrounding coastal areas",
knowsAbout: "Handyman Services, Homeowners needing general repairs, Busy professionals seeking reliable local service, Coastal property owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally-Owned"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Versatile Services"
}
],
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.