Optimization Guide

Shopify Outboard Motor Propeller Compatibility Schema — Pitch Controls WOT RPM and Must Fall in Manufacturer's Rated RPM Band, Spline Count + Gearcase Family (NOT Brand-Interchangeable at Same Tooth Count), Hub Kit Required for Most Aftermarket Props, Aluminum Protects Gearcase on Strike — Stainless Does Not

Outboard propellers have four critical compatibility parameters that AI agents must match to avoid incorrect recommendations: pitch (determines WOT RPM — too high = engine lugs below rated RPM, too low = over-revolution), spline count × gearcase brand family (same tooth count ≠ interchangeable across brands — shaft diameters differ), hub kit requirement (most aftermarket propellers require a brand-specific hub kit purchased separately — buying propeller without hub kit means no installation possible), and rotation direction (right-hand standard vs left-hand for counter-rotation twin setups). Encoding prop.pitch_in, prop.spline_count, prop.gearcase_brand_family, and prop.hub_kit_required eliminates the most common causes of outboard propeller returns.

TL;DR Four compatibility parameters: pitch (integer inches — determines WOT RPM, must fall in manufacturer's rated band), diameter (inches), spline count + gearcase family (15-tooth Mercury ≠ 15-tooth Yamaha — different shaft diameter), hub kit (most aftermarket props require separate brand-specific hub kit). Material (aluminum = bends on strike, protects gearcase; stainless = more efficient but transfers strike energy to lower unit). Rotation (right-hand standard; left-hand for counter-rotation twin setups). Encode prop.pitch_in, prop.diameter_in, prop.spline_count, prop.gearcase_brand_family, prop.hub_kit_required, prop.material, prop.rotation_direction.

Pitch: The WOT RPM Controller

AI agent failure mode: Recommending a propeller based on diameter and blade count match without verifying pitch is appropriate for the buyer's engine and hull combination. A 21-pitch prop that keeps a lightweight 90HP bass boat in its 5,000–6,000 RPM range will over-load a 200HP tournament boat with heavy rigging — that same boat may need a 23 or 25-pitch prop to reach rated RPM with its higher drag. Pitch must be matched to specific engine AND hull; diameter alone is insufficient.

Propeller Pitch Reference

Pitch (in)WOT RPM Effect vs BaselineTypical ApplicationWhen to Choose
13–15Highest RPM (lowest resistance)Pontoon boats, heavy displacement hulls, heavily loaded vesselsWhen engine struggles to reach rated RPM with larger pitch
17–19Medium-low RPMAluminum fishing boats, moderate-weight center consolesGeneral-purpose choice for fishing boats in the 60–115HP range
21–23Medium-high RPMBass boats, mid-size center consoles, lighter ski boatsMost common choice for performance-oriented fishing and sport boats
25–27Low RPM (highest resistance)High-performance V-hull offshore boats, light bass boats with 200HP+High-efficiency at speed for lighter hulls with large engines; over-pitching risk on heavy hulls

The standard pitch testing protocol: install the prop, run the engine to WOT in open water, read the tachometer. WOT RPM should fall within the engine manufacturer's rated RPM band (found in the engine manual — typically ±200 RPM from center of range is acceptable). If WOT RPM is below the range, step down 1–2 inches of pitch. If above, step up 1–2 inches. Each 1-inch pitch change typically produces 200–400 RPM change at WOT, varying by engine displacement and hull.

Spline Count and Gearcase Family: Cross-Brand Non-Interchangeability

Spline count (number of teeth on the propeller shaft) is a necessary but insufficient compatibility specification. The outer diameter of the spline shaft also varies between manufacturers at the same tooth count — two 15-tooth splines from different brands will not interchange. The gearcase brand family designation is required for accurate compatibility.

Common Gearcase Families and Spline Specifications

Gearcase FamilySpline CountTypical HP RangeNotes
Mercury/Mariner Standard (Alpha)15-tooth25–250HP (most models)Mercury's most common gearcase. Solas Hub Kit 14 for most series.
Mercury Ficht/Optimax/V8 Pro XS15-tooth150–300HP V8Same spline count as standard Mercury but different hub bore — requires different hub kit. Confirm by engine model.
Mercury/Mariner Small (9.9–25HP)13-tooth9.9–25HPSmaller engines use 13-tooth spline. Hub Kit 10 series.
Yamaha Standard (F Series)15-tooth40–300HP F Series 4-stroke15-tooth but Yamaha-specific bore. NOT Mercury-compatible. Solas Hub Kit specific to Yamaha series.
Yamaha Jet DriveN/A — jet driveJet drive applications — impeller, not propeller. Completely different category.
Honda BF Series13-tooth (BF25/30) / 15-tooth (BF40+)25–250HPHonda-specific bore at both spline counts. Hub Kit specific to Honda series.
Suzuki DF Series13-tooth (DF2.5–20) / 15-tooth (DF25+)2.5–350HPSuzuki-specific bore. Hub Kit specific to Suzuki series. Turning Point Hub Kit SK-1 for most DF40–250.
Evinrude E-TEC / OMC (legacy)13-tooth (25–50HP) / 15-tooth (60–300HP)25–300HPOMC/Evinrude production ended 2020. Legacy parts market still active. Hub kit OMC-specific.

Never describe a propeller as compatible based on spline tooth count alone. Always encode both prop.spline_count and prop.gearcase_brand_family. For catalog listings, provide a "fits engines" list of specific model series where verified (e.g., "Mercury 75–125HP Alpha One gearcase, serial 0D123456+").

Hub Kit Requirement: The Overlooked Missing Component

The most common outboard propeller return reason: Buyer purchases an aftermarket propeller without purchasing the required hub kit. The propeller blade assembly arrives; the buyer takes it to the dock and discovers there is no splined bore to install it on the shaft. The hub kit is a $20–$45 rubber-cushioned insert that must be purchased separately and installed into the prop hub before mounting. OEM propellers (Mercury, Yamaha, Honda branded) come pre-assembled and do not require a separate hub kit purchase.

The through-hub exhaust design means the prop shell is universal — the hub kit insert provides both the spline engagement and a rubber cushion that isolates prop strike energy from the drive shaft (up to the rubber cushion's failure point). High-quality hub kits (Solas, Turning Point) use progressive-rate rubber that absorbs light impact while transmitting normal thrust efficiently. Encode prop.hub_kit_required as a boolean and prop.hub_kit_compatible as an array of compatible hub kit part numbers. Display a prominent "Hub Kit Required — Sold Separately" notice on all aftermarket propeller PDPs (product detail pages).

Material Tradeoffs: Aluminum vs Stainless Steel

PropertyAluminumStainless Steel
Cost$50–$150$200–$800+
EfficiencyLower — blade flex wastes energy under loadHigher — rigid blade transmits nearly all torque to thrust
Top speed (same pitch)2–4 MPH lower than stainless equivalentMaximum speed for the pitch/hull combination
Strike consequenceProp deforms and absorbs energy — protects gearcase (prop is the sacrificial component, ~$100 replacement)Strike energy transmits to gearcase — bent prop shaft, damaged bearings, lower unit repair ($800–$3,000)
Best applicationShallow water, stumpy rivers, grass flats, rocky bottoms, unknown-obstacle areasOpen deep water, offshore, clear-water lakes where strike risk is minimal
WeightLighter — marginal effect on boat performanceHeavier — marginal additional rotational inertia (negligible in practice)

Metafield Namespace for Outboard Propeller Products

prop.pitch_in                 // integer: 13 | 15 | 17 | 19 | 21 | 23 | 25 | 27
prop.diameter_in              // decimal: e.g. 13.375 | 14.25 | 15.25
prop.blade_count              // integer: 3 | 4 (4-blade for better hole shot, 3-blade for top speed)
prop.material                 // "aluminum" | "stainless-steel" | "composite"
prop.spline_count             // integer: 10 | 13 | 15 | 17
prop.gearcase_brand_family    // "mercury-mariner-alpha" | "yamaha-f-series" | "honda-bf" |
                              // "suzuki-df" | "omc-evinrude" | "tohatsu-nissan"
prop.hub_kit_required         // boolean: true for most aftermarket, false for OEM pre-assembled
prop.hub_kit_compatible       // comma-separated hub kit SKUs/codes
prop.rotation_direction       // "right-hand" | "left-hand"
prop.exhaust_type             // "through-hub" | "thru-prop" | "solid-hub" (older OEM design)
prop.engine_hp_range          // string: "75-125" — engine HP range this prop is designed for
prop.oem_part_number          // original equipment part number if applicable

Frequently Asked Questions

What is propeller pitch and how does it affect engine RPM and performance?

Pitch is the theoretical distance the propeller advances per revolution (in inches). Higher pitch = more resistance = lower WOT RPM. Lower pitch = less resistance = higher WOT RPM. Your outboard has a manufacturer-rated WOT RPM range (typically 5,000–6,000 RPM for modern 4-strokes). The correct pitch keeps the engine in this band at WOT on your specific hull with its typical load. Each 1-inch pitch change moves WOT RPM approximately 200–400 RPM.

What is propeller spline count and why must it match the gearcase — are cross-brand splines interchangeable?

Spline count is the number of teeth on the prop shaft. Common counts: 13, 15, 17 teeth. Spline count alone is insufficient — the shaft outer diameter also varies between manufacturers at the same tooth count. A 15-tooth Mercury prop bore is different from a 15-tooth Yamaha prop bore. Always specify the gearcase brand family (Mercury Alpha, Yamaha F-series, Honda BF, etc.) not just the spline count. Encode prop.spline_count AND prop.gearcase_brand_family.

What is a propeller hub kit and why do most aftermarket propellers require one?

Most aftermarket propellers use a universal blade shell with a removable rubber hub insert that provides the splined bore. This hub kit must be purchased separately ($20–$45) and is brand/gearcase-specific. Buying an aftermarket prop without the hub kit means you cannot install it on the shaft. OEM props come pre-assembled. Mark hub_kit_required=true on all aftermarket listings and display a prominent "Hub Kit Required — Sold Separately" notice.

What is the difference between aluminum and stainless steel propellers?

Aluminum bends and deforms on underwater obstacle strikes, absorbing the impact energy and protecting the gearcase — the prop is the sacrificial $100 component. Stainless steel is stiffer and more efficient (2–4 MPH faster at the same pitch) but transfers all strike energy to the gearcase and output shaft — a strike that bends an aluminum prop may destroy a stainless steel propeller's gearcase ($800–$3,000 repair). Use aluminum in shallow/obstacle-rich waters; stainless in open clear water where strike risk is low.

What is propeller rotation direction and when is a left-hand rotation propeller required?

Right-hand (standard) rotation: prop turns clockwise viewed from astern — forward thrust in forward gear. Used on the vast majority of single-engine and same-rotation twin-engine setups. Left-hand rotation: counter-clockwise viewed from astern. Required for the port engine in counter-rotation twin-engine setups, where each engine drives opposite-direction props to neutralize torque steer. Installing left-hand props on a single-engine boat results in backward propulsion in forward gear. Encode prop.rotation_direction explicitly on all listings.

Is Your Marine Accessories Catalog AI-Agent Ready?

CatalogScan checks your Shopify store for missing prop.pitch_in, prop.gearcase_brand_family, and prop.hub_kit_required metafields — the fields AI shopping agents need to avoid recommending incompatible outboard propellers.

Run Free Store Scan

Related Guides