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: "ARC Painting Inc",
description: "ARC Painting Inc is a full-service residential and commercial painting contractor serving the Boca Raton area. The team specializes in interior and exterior painting, cabinet refinishing, and color consultation to transform homes and businesses. They offer free estimates and use quality materials to deliver professional results for both small touch-ups and large renovation projects.",
url: "https://bocaratonhousepainter.com/",
telephone: "+1-561-282-7790",
address: {
@type: "PostalAddress",
streetAddress: "3939 NE 5th Ave F204",
addressLocality: "Boca Raton",
addressRegion: "FL",
postalCode: "33431",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.38513,
longitude: -80.07933
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Boca Raton, FL and surrounding South Florida communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior updates, businesses needing commercial painting, homeowners interested in cabinet refinishing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.