Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Metzger Floors",
description: "Metzger Floors is a family-owned full-service flooring company serving Richmond, VA and surrounding areas since 1989. They specialize in hardwood flooring installation and refinishing, carpet, vinyl, and laminate flooring, with hands-on ownership ensuring quality service from selection through installation. The team works with premium manufacturers like Shaw and Mohawk, offers a one-year labor guarantee, and maintains a showroom for in-person consultations.",
url: "https://www.metzgerfloors.com/",
telephone: "+1-804-264-7981",
address: {
@type: "PostalAddress",
streetAddress: "11 S 12th St",
addressLocality: "Richmond",
addressRegion: "VA",
postalCode: "23219",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5357647,
longitude: -77.4335799
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Richmond, VA and surrounding communities",
knowsAbout: "Flooring, Homeowners seeking hardwood flooring, families wanting new carpet, homeowners and business owners needing professional installation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Since 1989"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Premium Materials & Warranty"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
}
],
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.