Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Gardena House Painting Services",
description: "Gardena House Painting Services is a local painting contractor serving the Gardena area with residential interior and exterior painting solutions. With a 5-star rating from 13 reviews, they specialize in quality craftsmanship and attention to detail for homeowners looking to refresh their properties.",
telephone: "+1-424-358-3309",
address: {
@type: "PostalAddress",
streetAddress: "15700 S Western Ave",
addressLocality: "Gardena",
addressRegion: "CA",
postalCode: "90247",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.887831,
longitude: -118.308464
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Gardena, California and surrounding South Bay communities",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, Property owners preparing homes for sale, Residential clients in South Bay Los Angeles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Reputation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Painting"
}
],
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.