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: "Floor & contractor",
description: "Floor & Contractor is a full-service flooring company in Jensen Beach offering hardwood, laminate, vinyl plank, and tile installation services. Their experienced team delivers precision craftsmanship using quality materials from reputable suppliers, handling everything from floor demolition to final installation. They specialize in transforming residential and commercial spaces with diverse flooring options tailored to each client's style and needs.",
url: "http://floorcontractorusa.com/",
telephone: "+1-772-285-7246",
address: {
@type: "PostalAddress",
streetAddress: "503 NW Fetterbush Way",
addressLocality: "Jensen Beach",
addressRegion: "FL",
postalCode: "34957",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.2356788,
longitude: -80.2592312
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Jensen Beach, FL and surrounding Stuart area",
knowsAbout: "Flooring, Homeowners seeking complete flooring renovations, residential interior upgrades, kitchen and bathroom remodels",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Complete Flooring Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Quality Materials & Craftsmanship"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Style Options"
}
],
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.