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: "Father & Sons Hardwood Floors",
description: "Father & Sons Hardwood Floors is a Portland-based hardwood flooring specialist serving the Portland metro area with installation, refinishing, and hardwood flooring expertise. With decades of family-owned experience, they handle residential hardwood projects from new installations to full refinishing work, offering personalized service and quality craftsmanship. Their showroom allows customers to view samples and discuss projects in person.",
url: "http://www.fswoodfloors.com/",
telephone: "+1-503-236-8334",
address: {
@type: "PostalAddress",
streetAddress: "1324 SE Sherrett St",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97202",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4612769,
longitude: -122.65242920000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Portland, OR and surrounding areas",
knowsAbout: "Flooring, Homeowners seeking hardwood installation or refinishing, property managers, remodelers needing quality hardwood subcontractors",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Family-Owned Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom Available"
}
],
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.