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: "Rubio's Painting Services Inc.",
description: "Rubio's Painting Services Inc. is a full-service painting company in San Diego specializing in interior and exterior residential painting, cabinet refinishing, and color consultation. With a focus on quality craftsmanship and customer satisfaction, they handle everything from fresh interior paint jobs to detailed exterior work and custom cabinet painting for homeowners looking to refresh or renovate their spaces.",
url: "https://rubiospainting.com/",
telephone: "+1-619-852-1596",
address: {
@type: "PostalAddress",
streetAddress: "936 Harwood St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92154",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.5796042,
longitude: -117.1003452
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "133",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting updates, Homeowners planning cabinet refinishing projects, Homeowners needing color consultation guidance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Painting Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Color Consultation Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.