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: "Blum's Hardwood Floors",
description: "Blum's Hardwood Floors is a hardwood flooring specialist in Sun Prairie serving the greater Madison area. They offer hardwood floor installation, refinishing, and restoration services for residential and commercial properties. With over a decade of experience, they bring expert craftsmanship and attention to detail to every project.",
url: "https://blumshardwoodfloors.com/",
telephone: "+1-608-837-5675",
address: {
@type: "PostalAddress",
streetAddress: "683 Commercial Ave",
addressLocality: "Sun Prairie",
addressRegion: "WI",
postalCode: "53590",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.180611,
longitude: -89.2241329
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Sun Prairie, Madison, and surrounding Dane County communities",
knowsAbout: "Flooring, Homeowners seeking hardwood floor installation or refinishing, Property owners with wood floor restoration needs, Commercial spaces wanting durable hardwood solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Hardwood Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family Business"
}
],
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.