Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "ABC Painting & Drywall LLC",
description: "ABC Painting & Drywall LLC is a full-service painting and drywall contractor serving Corpus Christi and the surrounding area. The company handles interior and exterior painting projects, drywall installation and repair, and general contracting work for both residential and commercial clients. They offer comprehensive solutions for home renovations, repairs, and finishing work.",
url: "http://www.abcpaintinganddrywalltx.com/",
telephone: "+1-361-728-1494",
address: {
@type: "PostalAddress",
streetAddress: "2033 Airline Rd H-4",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.693619899999998,
longitude: -97.3651294
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "87",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, property managers, commercial business owners, renovation contractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Scope"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.