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: "Smart Painting",
description: "Smart Painting is a painting contractor with over 25 years of experience serving the Sunnyvale area and surrounding communities. They specialize in interior painting, exterior painting for homes with stucco, wood, and siding, and commercial property repainting. Owner Joon Park leads a professional team focused on attention to detail, quality workmanship, and completing projects on schedule.",
url: "http://smartpaintinginc.net/",
telephone: "+1-408-245-7000",
address: {
@type: "PostalAddress",
streetAddress: "1294 Kifer Rd STE 702",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94086",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.371856,
longitude: -121.98947600000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Sunnyvale, Mountain View, Palo Alto, and surrounding Silicon Valley communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, business owners needing commercial property repainting, property managers requiring professional painting services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "25+ Years of Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.