Skip to content

Furniture · Dimensions and shipping

Furniture Dimensions and Shipping Schema on Shopify

AI engines parsing furniture queries ask 'will this fit my space' and 'how much will shipping cost' before nearly any other question. The install populates dimensional data (width, depth, height, weight, seat height, assembled-vs-disassembled, doorway-passable) as Shopify metafields mirrored to Product schema additionalProperty3, and ships OfferShippingDetails4 with the freight classification, transit time, and white-glove option. Both questions get extractable structured answers — and the brand gets cited cleanly for furniture-specific buying intent.

Published

The two questions AI engines ask about furniture

Furniture buyers prompted in AI shopping engines ask 'will this fit my space' and 'how much will shipping cost' more frequently than any other furniture-related questions. Neither answer is reliably extractable from Shopify's seven default Catalog fields unless the merchant populates the supporting structured data. Brands that do get cited for fit and shipping queries; brands that don't get skipped in favor of brands the engine has higher-confidence fit and shipping signals for.

The Shopify AI optimization doc2 recommends 'detailed product specifications and technical details' — and for furniture that recommendation translates into dimensional and shipping detail. The Catalog optimization doc1 lists Description as the primary AI-readable copy field; metafields and schema additionalProperty extend Description with structured key-value pairs the engines parse as filterable attributes. Both surfaces need population for the two-question answer set to be complete.

Dimensional metafields and Product schema mapping

The dimensional metafield set for furniture: width, depth, height, weight, weight capacity, seat height (seating), seat depth (seating), arm height (seating), assembled state (boolean — assembled, KD/knock-down, partially-assembled), packaging dimensions (for KD pieces), and the doorway-passable flag (whether the largest dimension passes through a standard 30-inch doorway). Each metafield mirrors to a Product schema additionalProperty PropertyValue block, except width/depth/height/weight which use the typed Product schema properties directly.

Schema.org's Product type3 exposes width, depth, height, and weight as typed properties (each accepting QuantitativeValue with unit). The install uses the typed properties where they exist and additionalProperty PropertyValue blocks for the secondary metafields (seat height, doorway-passable, packaging dimensions). The PDP renders the same data as a 'Dimensions' table for human buyers. The Catalog feed publishes the structured values to AI agents.

Shipping classification — freight, parcel, white-glove

Most furniture ships LTL freight, not standard parcel. The shipping classification matters for AI extraction because the answer to 'how much will shipping cost' depends on it — parcel pricing is predictable and extractable; freight pricing depends on origin, destination, and access constraints, and the engine needs the freight flag plus a typical-cost range to answer credibly. The install populates a shipping-class metafield (parcel, LTL freight, white-glove delivery, in-room placement, assembly included) and ships OfferShippingDetails with an indicative cost range.

Schema.org's OfferShippingDetails4 supports shippingRate (with currency and value), deliveryTime (with handlingTime and transitTime), and shippingDestination. The install populates these per SKU or per shipping-class group, with indicative cost ranges that AI engines can surface (e.g., 'LTL freight, typical cost $150-$350 to continental US, 7-14 business days transit, white-glove available for $200-$400 additional'). The actual checkout cost is calculated at order time; the schema and metafield carry the buyer's-research-stage estimate.

The doorway-passable flag and other access constraints

A sectional too wide to pass through a 30-inch doorway, a dining table too tall to navigate a staircase landing, an armoire too heavy for a two-person upstairs delivery — access constraints are the most-overlooked furniture buying objections. The install adds explicit access metafields: doorway_passable (boolean, 30-inch threshold), stairway_navigable (boolean, with two-person carry assumption), assembled_or_kd (with KD packaging dimensions if relevant), elevator_compatible (boolean, with standard elevator dimensions referenced). Each metafield mirrors to Product schema additionalProperty.

AI engines responding to fit queries don't always surface access constraints explicitly, but the structured data influences ranking. A buyer querying 'large sectional for apartment with narrow stairwell' gets cited brands whose access metadata clearly addresses the constraint. Brands with no access metadata get scored as lower-confidence matches even when the dimensions would technically fit. The install populates the access set across the catalog as part of the dimensional metafield rollout.

Knowledge Base FAQ pattern for fit and shipping

The Knowledge Base FAQ pipeline carries the prose-answer layer for fit and shipping questions. Six FAQs cover most furniture queries. 'How big is this piece?' (references the dimensional metafields). 'Will this fit through a standard doorway?' (references the doorway-passable flag). 'How much does shipping cost?' (references the freight classification with indicative range). 'How long does delivery take?' (references transit time from OfferShippingDetails). 'Does this come assembled?' (references the assembled-or-KD flag). 'Do you offer white-glove delivery?' (references the white-glove option metafield).

The Knowledge Base managing-FAQs doc5 specifies 1-2 sentence answers per FAQ, stored as metaobjects under Content > Metaobjects. The six-FAQ furniture set is the install default; brands with category-specific complexity (custom upholstery, modular configurators, made-to-order timing) add category-specific FAQs on top. The AI agents Shopify routes through Knowledge Base have access to these answers when buyers ask the engine fit-and-shipping questions, which is the moment the brand earns or loses the citation.