Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "John's Home Repair-Improvement",
description: "John's Home Repair-Improvement is a general contracting service based in San Antonio that handles home repair and improvement projects. Operating as an independent, locally-owned contractor, they work directly with homeowners on renovation and repair needs throughout the San Antonio area.",
telephone: "+1-210-699-3081",
address: {
@type: "PostalAddress",
streetAddress: "9615 Echo Gap",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78254",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.5441413,
longitude: -98.6689751
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Handyman Services, Homeowners needing repair and improvement work, property owners planning renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Contractor"
}
],
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.