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: "Lars Remodeling & Design",
description: "Lars Remodeling & Design is a San Diego-based general contractor specializing in kitchen and bathroom remodels, basement finishing, and room additions. The team combines design expertise with skilled construction to transform homes, offering both design consultation and full-service remodeling. They serve residential homeowners throughout San Diego County looking to update or expand their living spaces.",
url: "https://larsremodel.com/",
telephone: "+1-858-279-6300",
address: {
@type: "PostalAddress",
streetAddress: "5925 Kearny Villa Rd Suite 200",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.839262399999996,
longitude: -117.12958010000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "129",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners planning kitchen or bathroom updates, families needing more living space, homeowners wanting professional design consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Remodeling"
}
],
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.