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: "B&S Painting Inc",
description: "B&S Painting Inc is a Sacramento-based painting contractor offering comprehensive interior and exterior painting services for residential and commercial properties. With over two decades of experience, they specialize in quality craftsmanship, detailed preparation work, and attention to customer satisfaction. The team handles everything from fresh paint jobs to cabinet refinishing and color consultation services.",
url: "https://bandspaintinginc.com/",
telephone: "+1-916-868-9188",
address: {
@type: "PostalAddress",
streetAddress: "7568Glacken way",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95828",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4832367,
longitude: -121.38777870000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "26",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking quality residential painting, property managers with commercial projects, businesses needing interior refreshes",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Color Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Attention to Detail"
}
],
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.