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: "Andrade’s Stone Inc.",
description: "Andrade's Stone Inc. is a hardscaping contractor based in Faber, VA, specializing in stone work and outdoor construction projects. The company serves the local community with expertise in creating durable and attractive hardscaped features for residential properties. They handle a range of stone-related projects to enhance outdoor spaces.",
telephone: "+1-434-465-7408",
address: {
@type: "PostalAddress",
streetAddress: "1272 Laurel Rd",
addressLocality: "Faber",
addressRegion: "VA",
postalCode: "22938",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.811022699999995,
longitude: -78.73933989999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "3",
bestRating: "5"
},
areaServed: "Faber, VA and surrounding areas",
knowsAbout: "Hardscaping & Patios, Homeowners seeking local hardscaping, Property owners needing stone work installations",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Stone Specialization"
}
],
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.