§ 01 The extraction
What AI engines read in a variant title
AI shopping engines that consume Shopify Catalog see a variant as a structured tuple of Option name plus Option value pairs, joined with the parent product's Title, Description, and Images. The Option name carries the semantic axis ('Size', 'Color', 'Material'); the Option value carries the specific instance ('Medium', 'Indigo', 'Linen Blend'). The engine extracts the tuple and uses it to answer queries like 'show me the linen version of this shirt in medium' — but only if the Option names are recognizable axes the engine can map to the buyer's query vocabulary.
The Catalog optimization doc1 documents Variants with Option name as AI-readable, alongside the other six fields. The Option name is the discipline lever — naming an axis "Size" lets the engine map it to size queries; naming the same axis "Type 1" leaves the engine guessing. Engines like ChatGPT, Perplexity, Gemini, and Copilot all use the same Catalog feed structure, so the Option-name discipline compounds across surfaces.
§ 02 Canonical names
Canonical Option names — Size, Color, Material
Apparel converges on three canonical Option name axes: Size, Color, and Material. Some categories add a fourth (Fit, Length, Inseam, Cut, Style) or substitute one for a category-specific axis (Style for prints, Cut for denim, Inseam for trousers). The canonical names match the vocabulary buyers use when querying AI engines and the vocabulary the engines use when generating product cards in response.
Use "Size" not "Sizing" or "Type". Use "Color" not "Colour" or "Shade" (American spelling is the canonical engine vocabulary even for UK brands). Use "Material" not "Fabric" or "Composition" — though "Fabric" is acceptable as a secondary axis for brands that need to distinguish raw material (cotton) from fabric construction (jersey vs poplin). Use "Length" for trousers and skirts; use "Inseam" for trousers when Length is already used for the overall garment length. Use "Fit" for cuts that vary independent of size (slim, regular, relaxed). The Catalog feed documentation4 emphasizes consistency over creativity in Option naming.
§ 03 Ordering
When a product has multiple Option name axes, the order of Options in the variant title matters. Shopify constructs the auto-generated variant title from Options in the order they appear in the product admin. The recommended order for apparel: Size first, Color second, Material third, with category-specific axes (Fit, Inseam, Length) inserted where they vary across SKUs.
Size-first ordering is the most-asked-first order. AI engines responding to 'show me a medium' map cleanest when Size is the first variant token. The Shopify AI optimization doc2 recommends clear, concise titles for human readers and structured detail for AI agents — the variant title is one of the surfaces where the two intersect, and Size-Color-Material is the order that satisfies both. The auto-generated variant title becomes "Medium / Indigo / Linen Blend" rather than "Linen Blend / Indigo / Medium", which is the structure the engines parse most cleanly.
§ 04 Auto-titles
Shopify's auto-generated variant titles
Shopify auto-generates a variant title by concatenating the Option values in Option order, joined with ' / '. The merchant cannot override the format directly, but can influence it by ordering the Options correctly in the product admin and by naming the Options canonically. The auto-generated title is what the Catalog feed exposes to AI agents, what the storefront displays in variant selectors, and what the order line item carries — three downstream uses of the same string.
The auto-generated title pattern is documented in the variant handling section of the Catalog optimization doc4. The implication for the install: the Option order and the Option names are the two levers the merchant has. Naming the first Option "Size" with canonical values (XS, S, M, L, XL, XXL — not "Small", "Medium", "Large") gets the AI agents parsing the variant cleanly. Adding a second Option "Color" with the actual color names (Indigo, Charcoal, Sand) joins Size-Color into a parseable tuple. Adding "Material" third completes the canonical three-axis structure for most apparel.
§ 05 The rename
Renaming Options without breaking redirects
Brands inheriting non-canonical Option names (Type 1, Variant A, Style) face a one-time rename. Shopify allows Option name changes via the product admin, but variant URLs that include the Option value may need URL redirects to preserve link equity. The install ships the rename with a redirect map for any externally-linked variant URLs, then re-publishes the product so the Catalog feed picks up the new structure.
The rename mechanics are straightforward: edit the Option name in the product admin, save, verify the auto-generated variant titles reflect the new names. The redirect work is the lift — any external links pointing to the old variant URLs need 301 redirects to the new structure, per Shopify's general redirect guidance5. The install audits the inbound link set, builds the redirect map, applies it via Online Store > Navigation > URL Redirects, and re-publishes the Catalog feed. The 30-day visibility report verifies the AI agents have picked up the new variant titles in their citation set.