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: "Rolando's Flooring LLC",
description: "Rolando's Flooring LLC is a full-service flooring company in San Antonio offering installation, refinishing, and sales of hardwood, tile, laminate, vinyl, and carpet flooring. With over a decade of experience, they combine quality materials with skilled craftsmanship to handle both residential and commercial projects. Their showroom displays flooring options while their team provides professional installation and expert guidance on selecting the right flooring for any space.",
url: "https://rolandosflooring.com/",
telephone: "+1-210-227-3300",
address: {
@type: "PostalAddress",
streetAddress: "4407 S PanAm Expy Ste 112",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78225",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.381724600000002,
longitude: -98.5132569
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "40",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood refinishing or new flooring installation, commercial property managers, customers wanting to browse materials in person",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Flooring Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom with Material Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial Expertise"
}
],
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.