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: "McCartney Painting",
description: "McCartney Painting is a full-service painting contractor serving San Francisco with expertise in both interior and exterior residential painting. The team specializes in quality craftsmanship, meticulous surface preparation, and attention to detail on every project. They offer color consultation, eco-friendly paint options, and free estimates to help homeowners transform their spaces.",
url: "http://www.mccartneypainting.com/",
telephone: "+1-415-566-0414",
address: {
@type: "PostalAddress",
streetAddress: "2071 Vicente St",
addressLocality: "San Francisco",
addressRegion: "CA",
postalCode: "94116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.738571199999996,
longitude: -122.4893578
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "137",
bestRating: "5"
},
areaServed: "San Francisco, CA",
knowsAbout: "Interior & Exterior Painting, San Francisco homeowners, Interior remodeling projects, Exterior home updates, Environmentally-conscious clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates & Color Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Eco-Friendly Options Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Detail-Oriented Craftsmanship"
}
],
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.