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: "Home Innovations",
description: "Home Innovations is a remodeling company based in Harrisonburg, VA that specializes in transforming residential spaces. With a focus on quality craftsmanship and customer satisfaction, they handle projects ranging from kitchen and bathroom updates to comprehensive home renovations.",
telephone: "+1-540-435-1739",
address: {
@type: "PostalAddress",
streetAddress: "1177 S High St",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22801",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.435189699999995,
longitude: -78.8946387
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding Rockingham County areas",
knowsAbout: "Home Remodeling, Harrisonburg homeowners seeking remodels, Families upgrading kitchens or bathrooms, Property owners planning renovations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Direct Communication"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.