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: "Alamo Flooring & Construction",
description: "Alamo Flooring & Construction is a San Antonio-based flooring and construction company offering comprehensive flooring installation and remodeling services. They specialize in various flooring types including hardwood, tile, laminate, and carpet installation, along with general construction and remodeling projects. The company serves both residential and commercial clients throughout the San Antonio area.",
url: "https://alamoflooringconstruction.com/",
telephone: "+1-210-494-0015",
address: {
@type: "PostalAddress",
streetAddress: "12543 Wetmore Rd",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78247",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.55491,
longitude: -98.427599
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.4",
reviewCount: "24",
bestRating: "5"
},
areaServed: "San Antonio, TX and surrounding areas",
knowsAbout: "Flooring, Homeowners planning renovations, Commercial property managers, Customers needing flooring and construction services combined",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Flooring & Construction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Flooring Specialties"
}
],
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.