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: "Metro Floors",
description: "Metro Floors is a flooring materials store in Bakersfield specializing in hardwood, tile, laminate, and other flooring options. They offer a showroom where customers can view samples and select products for their home projects. The business serves homeowners and contractors looking for quality flooring materials and selection.",
telephone: "+1-661-835-4680",
address: {
@type: "PostalAddress",
streetAddress: "5620 District Blvd # 105",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93313",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3133214,
longitude: -119.0651572
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Flooring, Homeowners planning flooring upgrades, Contractors sourcing materials, DIY renovators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Types"
}
],
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.