Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 46 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Shade & Wise Brick Co",
description: "Shade & Wise Brick Co is a building materials supplier specializing in brick, pavers, and hardscaping materials for residential and commercial projects in the Richmond area. Located on Dabney Road, they offer a wide selection of quality masonry products and can assist with material selection for patios, retaining walls, walkways, and other outdoor construction projects.",
url: "https://shadeandwise.com/",
telephone: "+1-804-355-2886",
address: {
@type: "PostalAddress",
streetAddress: "2010 Dabney Rd",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23230",
addressCountry: "US"
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding areas",
knowsAbout: "Hardscaping & Patios, Contractors, landscape designers, homeowners planning hardscaping projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Brick & Paver Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Materials Supplier"
}
],
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.