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: "Twin Brothers Flooring",
description: "Twin Brothers Flooring is a full-service flooring company in Tampa offering installation, refinishing, and sales of hardwood, laminate, vinyl, tile, and carpet flooring. With over a decade of experience, the team specializes in both residential and commercial projects, providing expert consultation and quality craftsmanship. They maintain an on-site showroom where customers can view samples and discuss custom solutions for any space.",
url: "https://www.twinbrothersfloors.com/",
telephone: "+1-813-527-3703",
address: {
@type: "PostalAddress",
streetAddress: "5319 Ehrlich Rd #108",
addressLocality: "Tampa",
addressRegion: "FL",
postalCode: "33625",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.0846336,
longitude: -82.5408429
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "182",
bestRating: "5"
},
areaServed: "Tampa, FL and surrounding areas",
knowsAbout: "Flooring, Homeowners planning renovations, commercial property managers, customers seeking hardwood refinishing, those needing durable tile or vinyl flooring",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Flooring Solutions"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Available"
},
{
@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.