Home / Catalog / Mountain Bicycles

Sports & Outdoors · Product category taxonomy

Mountain Bicycles product category taxonomy for ecommerce

This page is a ready-made product category taxonomy for Mountain Bicycles. It shows how to organize bikes built for off-road trails, climbs, and rough terrain into a clear browse hierarchy, with the searchable facets shoppers expect on an ecommerce site.

Built for merchants, product managers, and taxonomy leads who need a solid starting structure—not a blank spreadsheet. Use the navigation tree for menus, collections, and breadcrumbs; use the facet groups for filters, search, and merchandising; then copy the exportable JSON into Shopify, Magento, or your PIM.

8 subcategories5 facet groups23 facetsJSON export

Navigation Tree

Main category structure used for browse paths, collection pages, breadcrumbs, and menu design.

Browse Layer
  • Mountain BicyclesBikes built for off-road trails, climbs, and rough terrain
    mountain bikeMTBtrail bikeoff-roadhardtailfull suspension
    • Hardtail Mountain BicyclesFront suspension only for efficiency and simpler maintenance
      hardtailfront suspension
    • Full Suspension Mountain BicyclesFront and rear suspension for control on technical terrain
      full suspensionrear suspension
    • Trail Mountain BicyclesBalanced geometry for everyday riding and moderate technical trails
      trailall-mountain
    • Cross-Country (XC) Mountain BicyclesLightweight, fast-rolling bikes for climbs and longer distances
      XCcross-country
    • Enduro Mountain BicyclesMore travel and stability for steep descents and rough stages
      endurodescending
    • Downhill Mountain BicyclesHigh-travel, gravity-focused bikes for bike parks and racing
      downhillDHgravity
    • Electric Mountain Bicycles (eMTB)Pedal-assist mountain bikes for extended range and easier climbs
      eMTBelectric
    • Kids Mountain BicyclesSmaller sizes for young riders learning off-road skills
      kidsyouth

Searchable Facets

Normalized filters used for faceted navigation, internal search, merchandising rules, and AI recommendations.

Decision Layer

Core Specs

Key attributes to narrow by bike type and performance

Suspension TypeWheel SizeFrame MaterialTravel (Front/Rear)Riding Style

Fit & Rider

Choose the right size and intended rider

Bike SizeGenderRider Height RangeAge Range

Drivetrain

Compatibility and shifting performance filters

Drivetrain Speed (Number of Gears)Gear System (1x / 2x / 3x)Brake TypeCassette Range

Power (If Electric)

Electric assist details for eMTB models

Motor TypeMotor PositionBattery CapacityAssist LevelsEstimated Range

Budget & Condition

Shop by price and availability

Price RangeBrandConditionColorAvailability (In Stock / Preorder)
Raw taxonomy JSON
{
    "category_label": "Mountain Bicycles",
    "category_group": "Sports & Outdoors",
    "root": {
        "title": "Mountain Bicycles",
        "subtitle": "Bikes built for off-road trails, climbs, and rough terrain",
        "tags": [
            "mountain bike",
            "MTB",
            "trail bike",
            "off-road",
            "hardtail",
            "full suspension"
        ],
        "children": [
            {
                "title": "Hardtail Mountain Bicycles",
                "subtitle": "Front suspension only for efficiency and simpler maintenance",
                "tags": [
                    "hardtail",
                    "front suspension"
                ],
                "children": []
            },
            {
                "title": "Full Suspension Mountain Bicycles",
                "subtitle": "Front and rear suspension for control on technical terrain",
                "tags": [
                    "full suspension",
                    "rear suspension"
                ],
                "children": []
            },
            {
                "title": "Trail Mountain Bicycles",
                "subtitle": "Balanced geometry for everyday riding and moderate technical trails",
                "tags": [
                    "trail",
                    "all-mountain"
                ],
                "children": []
            },
            {
                "title": "Cross-Country (XC) Mountain Bicycles",
                "subtitle": "Lightweight, fast-rolling bikes for climbs and longer distances",
                "tags": [
                    "XC",
                    "cross-country"
                ],
                "children": []
            },
            {
                "title": "Enduro Mountain Bicycles",
                "subtitle": "More travel and stability for steep descents and rough stages",
                "tags": [
                    "enduro",
                    "descending"
                ],
                "children": []
            },
            {
                "title": "Downhill Mountain Bicycles",
                "subtitle": "High-travel, gravity-focused bikes for bike parks and racing",
                "tags": [
                    "downhill",
                    "DH",
                    "gravity"
                ],
                "children": []
            },
            {
                "title": "Electric Mountain Bicycles (eMTB)",
                "subtitle": "Pedal-assist mountain bikes for extended range and easier climbs",
                "tags": [
                    "eMTB",
                    "electric"
                ],
                "children": []
            },
            {
                "title": "Kids Mountain Bicycles",
                "subtitle": "Smaller sizes for young riders learning off-road skills",
                "tags": [
                    "kids",
                    "youth"
                ],
                "children": []
            }
        ]
    },
    "facet_groups": [
        {
            "title": "Core Specs",
            "description": "Key attributes to narrow by bike type and performance",
            "facets": [
                "Suspension Type",
                "Wheel Size",
                "Frame Material",
                "Travel (Front\/Rear)",
                "Riding Style"
            ]
        },
        {
            "title": "Fit & Rider",
            "description": "Choose the right size and intended rider",
            "facets": [
                "Bike Size",
                "Gender",
                "Rider Height Range",
                "Age Range"
            ]
        },
        {
            "title": "Drivetrain",
            "description": "Compatibility and shifting performance filters",
            "facets": [
                "Drivetrain Speed (Number of Gears)",
                "Gear System (1x \/ 2x \/ 3x)",
                "Brake Type",
                "Cassette Range"
            ]
        },
        {
            "title": "Power (If Electric)",
            "description": "Electric assist details for eMTB models",
            "facets": [
                "Motor Type",
                "Motor Position",
                "Battery Capacity",
                "Assist Levels",
                "Estimated Range"
            ]
        },
        {
            "title": "Budget & Condition",
            "description": "Shop by price and availability",
            "facets": [
                "Price Range",
                "Brand",
                "Condition",
                "Color",
                "Availability (In Stock \/ Preorder)"
            ]
        }
    ]
}