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: "Laredo Paint Depot",
description: "Laredo Paint Depot is a local paint and building materials supplier serving the Laredo area with a wide selection of paints, stains, and finishing products for both interior and exterior projects. Located on South Zapata Highway, they provide quality materials and expert guidance for homeowners and contractors tackling residential and commercial painting projects.",
telephone: "+1-956-645-0009",
address: {
@type: "PostalAddress",
streetAddress: "2702 S Zapata Hwy",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78046",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.4728094,
longitude: -99.47665579999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Interior & Exterior Painting, DIY homeowners, Professional painters, Contractors, Home improvement projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Paint Supplier"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Product Selection"
}
],
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.