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: "Southern Flooring Solutions",
description: "Southern Flooring Solutions is a Garner-based flooring company offering comprehensive installation and refinishing services for hardwood, tile, laminate, and carpet flooring. They combine retail showroom selection with professional installation and expert refinishing work, serving homeowners and contractors throughout the greater Raleigh area. Their team specializes in both residential and commercial projects with a focus on quality craftsmanship and customer satisfaction.",
url: "https://www.southernflooringsolutions.com/",
telephone: "+1-984-200-9641",
address: {
@type: "PostalAddress",
streetAddress: "101 Pisgah Dr",
addressLocality: "Garner",
addressRegion: "NC",
postalCode: "27529",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.618293699999995,
longitude: -78.53611529999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "86",
bestRating: "5"
},
areaServed: "Garner, NC and surrounding Raleigh-Durham area",
knowsAbout: "Flooring, Homeowners seeking hardwood refinishing, new flooring installations, contractors needing material suppliers, businesses requiring commercial flooring solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Residential & Commercial"
}
],
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.