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: "DC Finish Out",
description: "DC Finish Out is a general contractor based in Laredo specializing in finish carpentry and home renovation work. The business provides comprehensive remodeling services to transform interior spaces, combining quality craftsmanship with attention to detail. They serve the Laredo area and surrounding communities with residential renovation projects.",
telephone: "+1-956-231-6752",
address: {
@type: "PostalAddress",
streetAddress: "2710 Convent Ave",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78040",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.5241759,
longitude: -99.5074966
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "5",
bestRating: "5"
},
areaServed: "Laredo, Texas and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners planning interior remodels, Residential renovation projects, Local Laredo residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Finish Work"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Laredo 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.