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: "Herrera’s Home Painting LLC",
description: "Herrera's Home Painting LLC is an independent painting contractor serving West Palm Beach and surrounding areas with interior and exterior painting services. The team specializes in residential projects, offering professional preparation, application, and finishing work. They provide free estimates and are known for attention to detail and customer satisfaction.",
url: "https://www.herrerashomepainting.com/",
telephone: "+1-561-248-2754",
address: {
@type: "PostalAddress",
streetAddress: "2112 E Bond Dr",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33415",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.6485025,
longitude: -80.1366381
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "35",
bestRating: "5"
},
areaServed: "West Palm Beach, FL and surrounding areas",
knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, property managers with multiple units, residential repainting projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Contractor"
}
],
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.