Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Staunton Home Improvements",
description: "Staunton Home Improvements provides comprehensive home improvement and renovation services to the Staunton, Virginia area. While specific service details are limited, the business specializes in enhancing and upgrading residential properties to meet homeowner needs and preferences.",
telephone: "+1-540-762-7458",
address: {
@type: "PostalAddress",
streetAddress: "1502 Dennison Ave",
addressLocality: "Staunton",
addressRegion: "VA",
postalCode: "24401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.169978199999996,
longitude: -79.0921125
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Staunton, Virginia and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking renovation work, property upgrades, home improvement projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Staunton Presence"
}
],
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.