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: "Martinez Painting",
description: "Martinez Painting is a locally-owned painting contractor serving the Laredo area with professional interior and exterior painting services. With a perfect 5-star rating based on customer reviews, they deliver quality workmanship for residential properties. The team handles all aspects of painting projects, from surface preparation to final finishing.",
telephone: "+1-956-319-5167",
address: {
@type: "PostalAddress",
streetAddress: "3515 N Ejido Ave",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.528126999999998,
longitude: -99.46221
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, property managers, residential renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Laredo Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality-Focused"
}
],
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.