Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ortiz Painting & Refinishing",
description: "Ortiz Painting & Refinishing is a local San Jose painting company specializing in interior and exterior residential painting, cabinet refinishing, and commercial projects. With over two decades of experience, the team delivers high-quality finishes using professional-grade materials and attention to detail. They handle everything from fresh paint jobs to custom cabinet refinishing, serving homeowners and businesses throughout the Bay Area.",
url: "https://www.ortizpaintingandrefinishingsj.com/",
telephone: "+1-408-594-5146",
address: {
@type: "PostalAddress",
streetAddress: "965 S Sixth St",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.323768300000005,
longitude: -121.87527929999997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "72",
bestRating: "5"
},
areaServed: "San Jose, CA and surrounding Bay Area communities",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, businesses requiring commercial painting services, homeowners wanting cabinet refinishing instead of replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cabinet Refinishing Specialty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Both Residential and Commercial"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Experienced Team"
}
],
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.