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: "Tile Express",
description: "Tile Express is a building materials and home goods store in Bakersfield specializing in tile products and supplies. Located on Mount Vernon Ave, they offer a selection of tiles and related materials for both residential and commercial projects. As a local retailer, they serve customers looking for quality tile options and expert product selection.",
telephone: "+1-661-325-6747",
address: {
@type: "PostalAddress",
streetAddress: "33 Mount Vernon Ave",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93307",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.354487999999996,
longitude: -118.96661229999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "54",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Flooring, DIY homeowners, Contractors, Renovation projects, Commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Tile Specialist"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Building Materials Retailer"
}
],
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.