Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Target Painting Inc.",
description: "Target Painting Inc. is a residential and commercial painting contractor serving the San Francisco Bay Area, including San Jose and surrounding regions. The company specializes in interior and exterior painting projects of all sizes, using quality paints from top brands and offering free estimates to help clients plan their property improvements.",
url: "http://www.targetpaintingca.com/",
telephone: "+1-408-809-7726",
address: {
@type: "PostalAddress",
streetAddress: "13070 Haga Dr",
addressLocality: "San Jose",
addressRegion: "CA",
postalCode: "95111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.287087,
longitude: -121.83575599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "San Francisco Bay Area, including San Jose and surrounding communities",
knowsAbout: "Interior & Exterior Painting, Homeowners planning interior or exterior renovations, property managers with commercial spaces, residents seeking professional Bay Area painters",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality Brand Paints"
},
{
@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.