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: "Advanced Floors & Moldings",
description: "Advanced Floors & Moldings is a flooring and molding showroom located in Fresno that offers a wide selection of flooring materials and decorative molding options for residential and commercial projects. With a physical showroom on North Blackstone Avenue, customers can view products in person and consult with the team about their flooring and trim needs.",
telephone: "+1-559-217-7350",
address: {
@type: "PostalAddress",
streetAddress: "1402 N Blackstone Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93703",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.7614654,
longitude: -119.79008979999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding Central Valley areas",
knowsAbout: "Flooring, Homeowners planning renovations, contractors sourcing materials, commercial property managers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Physical Showroom"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Combined Services"
}
],
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.