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: "JA Handyman services",
description: "JA Handyman Services is an independent handyman business based in Robstown, TX, offering a wide range of home repair and maintenance solutions. They handle general contracting work and various household repairs, serving the local Robstown community and surrounding areas.",
telephone: "+1-361-371-1193",
address: {
@type: "PostalAddress",
streetAddress: "4527 Pecos Ln",
addressLocality: "Robstown",
addressRegion: "TX",
postalCode: "78380",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.8271058,
longitude: -97.6246673
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Robstown, TX and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing reliable repairs, Property owners with maintenance issues, Homeowners seeking local service providers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Contracting 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.