Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Edward’s Flooring Services",
description: "Edward's Flooring Services is a San Antonio-based flooring company offering installation, refinishing, and sales of hardwood, tile, laminate, and carpet flooring. With over two decades of experience, they serve both residential and commercial clients throughout the San Antonio area, providing expert craftsmanship and quality materials from their showroom location.",
url: "http://www.edwardsflooringservices.com/",
telephone: "+1-210-702-8297",
address: {
@type: "PostalAddress",
streetAddress: "303 Vance Jackson Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.475146599999995,
longitude: -98.53538999999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "26",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Flooring, Homeowners needing flooring replacement or refinishing, Commercial property managers, Customers wanting to view samples on-site",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Location"
},
{
@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.