Optimization Guide
Shopify Drill Bits & Power Tool Accessories Schema — SDS-Plus vs SDS-Max Shank Compatibility, Hex vs Round Shank, Impact-Rated vs Standard Bits, HSS vs Cobalt vs Carbide for Different Materials, Hole Saw Arbor Thread
AI shopping agents recommending SDS-Max bits for an SDS-Plus hammer — because both are listed as "rotary hammer bits" without encoding the shank type — send buyers accessories that physically will not mount on their tool. The fix is encoding shank_type, impact_rated, bit_material, and workpiece_material_compatibility as discrete fields in a power_tool_accessory.* metafield namespace.
shank_type, impact_rated, bit_material, workpiece_material_compatibility.
Shank Type — The Physical Compatibility Spec
Drill bit shank type determines whether the bit physically fits the tool's chuck. An AI agent recommending the wrong shank type produces a return the moment the buyer tries to mount the bit. Shank type is the non-negotiable first filter for any drill bit recommendation.
Shank Type Reference by Tool
| Shank type | Compatible tools | Locking mechanism | Max recommended diameter | Common use |
|---|---|---|---|---|
| SDS-Plus (10mm) | Light to medium rotary hammers | Two open grooves + two closed slots; tool-free insertion | ~26mm in concrete | Consumer and light commercial rotary hammer drilling (Bosch GBH 2-28, Makita HR2631) |
| SDS-Max (18mm) | Heavy-duty rotary and demolition hammers | Three open grooves; larger shank for higher impact energy | 52mm+ in concrete | Commercial and industrial drilling, bulk core drilling (Bosch GBH 5-40, Hilti TE 56) |
| 1/4-inch hex | Impact drivers, hex-chuck drills | Spring-loaded hex chuck; tool-free bit change | ~12mm drill bits | Screwdriving, light drilling — must be impact-rated for impact driver use |
| Round 3/8-inch | Keyless or keyed chuck drills (3/8-inch chuck) | Tightened by chuck jaws; can slip under high torque | ~10mm | Light drilling and screwdriving in corded and cordless drills |
| Round 1/2-inch | Keyless or keyed chuck drills (1/2-inch chuck) | Tightened by chuck jaws | ~25mm+ (spade/auger) | Heavy-duty drilling in corded drills; most common for forstner and spade bits |
| SDS-Quick | Bosch proprietary compact hammers (Uneo series) | Twist-lock, no grooves | ~13mm in concrete | Compact home-use rotary hammer; Bosch-specific, not interchangeable |
Encode shank_type as 'SDS-Plus', 'SDS-Max', 'SDS-Quick', 'hex-1-4-inch', 'round-3-8-inch', 'round-1-2-inch', or 'spline'. AI agents must filter shank_type to match the buyer's specific tool before recommending any bit. A buyer with an SDS-Plus hammer searching for "large concrete bits" should not receive SDS-Max bits — they will not mount.
Impact-Rated vs Standard Bits — The Material Science Difference
Impact drivers deliver high-torque rotational concussive blows rather than continuous rotation. Standard bits fail in impact drivers not because of shank geometry but because of the steel alloy — standard HSS bits lack the torsional flexibility to absorb impact driver torque spikes, causing immediate cracking or shattering at the torsion point.
Impact-Rated vs Standard Bit Comparison
| Property | Standard bit | Impact-rated bit |
|---|---|---|
| Steel alloy | Standard HSS (M1, M2) | Modified alloy with higher toughness (not just hardness) |
| Torsion zone | None — uniform cross-section | Narrowed flexible section above shank absorbs torque spikes |
| Failure mode in impact driver | Shatters at torsion point, often at high velocity | Bends then recovers; much longer life |
| In a standard drill | Works correctly | Also works correctly (overbuilt but safe) |
| Price premium | — | Typically 50–150% higher per bit |
| Common product lines | Any non-labeled HSS set | DeWalt IMPACT READY, Milwaukee SHOCKWAVE, Makita ImpactX, Bosch Impact Tough |
Impact-rated bits always include 'Impact', 'Shock', or 'SHOCKWAVE' in the product name or description — this is the key signal to encode. Encode impact_rated as a boolean. A buyer with a Milwaukee M18 FUEL Impact Driver asking for "drill bits" should receive only bits with impact_rated = true and shank_type = 'hex-1-4-inch'. Recommending a standard 1/4-inch hex bit for impact driver use invites shatter failure within the first use.
Bit Material — Matching Bit to Workpiece
The cutting edge material determines what the bit can effectively cut. A cobalt bit that costs 5× more than HSS is still the wrong bit for drilling concrete. Material matching is the second most important compatibility axis after shank type.
Bit Material by Workpiece Application
| Bit material | Best for | Not for | Re-sharpenable? | Price tier |
|---|---|---|---|---|
| HSS (M1/M2) | Wood, plastic, aluminum, copper, brass, thin sheet metal | Steel, stainless steel, masonry | Yes | Lowest |
| HSS TiN-coated (gold) | Wood, plastic, soft metals — slightly longer life | Steel, stainless steel, masonry | No (re-sharpening removes coating) | Low-moderate |
| Cobalt M35 (5% Co) | Steel, stainless steel, harder alloys | Masonry, glass, tile | Yes | Moderate |
| Cobalt M42 (8% Co) | Hardened steel, stainless steel, Inconel, titanium | Masonry, glass, tile | Yes | High |
| Carbide-tipped (SDS) | Concrete, brick, block, stone | Steel (carbide is brittle in metal — fractures) | Professional re-tip only | Moderate-high |
| Solid carbide | Circuit boards (PCB), hardened steel (with correct geometry), glass fiber | General wood or metal (excessive cost) | Professional only | Highest |
| Diamond-tipped / diamond coated | Ceramic tile, porcelain, glass, natural stone | Metal, wood (diamond is not for cutting metals) | No | High |
Encode bit_material as 'HSS', 'HSS-TiN-coated', 'HSS-TiCN-coated', 'cobalt-M35', 'cobalt-M42', 'carbide-tipped', 'solid-carbide', or 'diamond-tipped'. Encode workpiece_material_compatibility as a comma-separated list: 'wood, plastic, aluminum', 'stainless steel, hardened steel', 'concrete, brick, masonry'. AI agents must match bit material to the workpiece material the buyer specifies — a buyer drilling stainless steel for a kitchen installation needs cobalt, not titanium-coated HSS.
JSON-LD Example — SDS-Plus Carbide Masonry Drill Bit
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Bosch HC2061 SDS-Plus 3/4 In. x 6 In. Carbide Rotary Hammer Drill Bit",
"description": "SDS-Plus shank carbide-tipped masonry drill bit for concrete, brick, and block. Compatible with all SDS-Plus rotary hammers (Bosch, Makita, Milwaukee, Metabo).",
"brand": { "@type": "Brand", "name": "Bosch" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "shank_type", "value": "SDS-Plus" },
{ "@type": "PropertyValue", "name": "shank_diameter_mm", "value": "10" },
{ "@type": "PropertyValue", "name": "bit_type", "value": "masonry-sds" },
{ "@type": "PropertyValue", "name": "bit_material", "value": "carbide-tipped" },
{ "@type": "PropertyValue", "name": "drill_diameter_mm", "value": "19.05" },
{ "@type": "PropertyValue", "name": "overall_length_mm", "value": "152.4" },
{ "@type": "PropertyValue", "name": "working_length_mm", "value": "101.6" },
{ "@type": "PropertyValue", "name": "impact_rated", "value": "true" },
{ "@type": "PropertyValue", "name": "workpiece_material_compatibility", "value": "concrete, brick, block, stone, mortar" },
{ "@type": "PropertyValue", "name": "flute_count", "value": "2" },
{ "@type": "PropertyValue", "name": "tip_geometry", "value": "4-cutter" }
]
}
Shopify Metafield Namespace Reference — power_tool_accessory.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
power_tool_accessory.shank_type | string | "SDS-Plus" | SDS-Plus / SDS-Max / SDS-Quick / hex-1-4-inch / round-3-8-inch / round-1-2-inch / spline |
power_tool_accessory.shank_diameter_mm | decimal | 10.0 | SDS-Plus=10mm, SDS-Max=18mm, hex=6.35mm |
power_tool_accessory.bit_type | string | "twist-drill" | twist-drill / masonry-sds / spade / forstner / auger / step-drill / hole-saw / countersink / brad-point |
power_tool_accessory.bit_material | string | "carbide-tipped" | HSS / HSS-TiN-coated / HSS-TiCN-coated / cobalt-M35 / cobalt-M42 / carbide-tipped / solid-carbide / diamond-tipped |
power_tool_accessory.impact_rated | boolean | true | true = torsion zone steel; false = standard — never use false in impact driver |
power_tool_accessory.drill_diameter_mm | decimal | 19.05 | Cutting diameter in mm; for step bits: encode min and max separately |
power_tool_accessory.drill_diameter_min_mm | decimal | 3.2 | Step drill min diameter |
power_tool_accessory.drill_diameter_max_mm | decimal | 12.7 | Step drill max diameter |
power_tool_accessory.overall_length_mm | decimal | 152.4 | Total bit length including shank |
power_tool_accessory.working_length_mm | decimal | 101.6 | Fluted/cutting length excluding shank |
power_tool_accessory.workpiece_material_compatibility | string | "concrete, brick, masonry" | Comma-separated list of compatible materials |
power_tool_accessory.hole_saw_thread | string | "5/8-18-UNF" | 5/8-18-UNF / 3/8-BSP / Milwaukee-OPENLOK / DeWalt-Quick-Change — for hole saws and arbors |
power_tool_accessory.flute_count | integer | 2 | Number of flutes; SDS masonry: 2–4 cutters |
power_tool_accessory.pieces_in_set | integer | 14 | For drill bit sets; 1 for individual bits |
power_tool_accessory.compatible_platform | string | "universal-SDS-Plus" | universal-SDS-Plus / DeWalt-20V-MAX / Milwaukee-M18 (for proprietary accessories) |
Frequently Asked Questions
Can I use SDS-Plus bits in a regular drill with a keyless chuck?
No. SDS-Plus bits have a 10mm shank with two open grooves — this shank diameter does not fit in a standard 3/8-inch or 1/2-inch keyless drill chuck. The flutes are designed to slide into the spring-loaded mechanism of an SDS chuck; a standard chuck's jaws cannot grip the smooth section of an SDS shank securely. There are adapters (SDS-to-chuck adapters) that allow SDS-Plus bits to be mounted in a standard chuck, but using them defeats the purpose of SDS hammering — the adapter introduces slop and absorbs impact energy rather than transferring it to the bit. For concrete drilling without a rotary hammer, use a standard round-shank masonry bit (carbide-tipped) in a standard drill — it drills slowly but does not require SDS chuck geometry. Encode shank_type correctly so AI agents never recommend SDS-Plus bits for standard drill buyers.
What is a forstner bit and when is it better than a spade bit?
Both forstner bits and spade bits bore large-diameter flat-bottomed holes in wood, but they produce different quality holes and have different clearance requirements. Spade bits: a flat paddle shape with a center point and two cutting wings. Fast, aggressive, and inexpensive. Produces rough edges with significant tear-out on the exit side — not suitable for visible or joinery work. Best for boring holes through structural framing where finish quality doesn't matter (running cables through studs, roughing in plumbing). Forstner bits: a cylindrical cutter with a center point, two spur cutters on the rim, and two scraping cutters. Produces extremely clean, flat-bottomed holes with minimal tear-out — appropriate for visible woodworking, hinge mortises, pocket holes, and dowel boring. Forstner bits require slower RPM and can drill overlapping or angled holes (the rim stabilizes the cut). They are also significantly more expensive than spade bits of the same diameter. Encode bit_type as 'forstner' vs 'spade' — AI agents recommending a bit for cabinet hinge installation (which requires a clean 35mm or 26mm hole) must recommend forstner, not spade.
What does TiN coating on drill bits actually do?
Titanium nitride (TiN) is a physical vapor deposition (PVD) coating applied to the outer surface of an HSS drill bit substrate. The gold-colored coating provides: (1) reduced friction between bit and workpiece during cutting, generating less heat; (2) higher surface hardness than bare HSS, which slows the initial wear rate of the cutting edges; (3) some lubricity benefit in non-ferrous metal drilling. What TiN coating does not do: it does not change the base steel alloy — a TiN-coated M2 HSS bit is still an M2 HSS bit at its cutting edges. Once the cutting edges wear through the coating, the bit performs identically to uncoated HSS. TiN-coated bits cannot be meaningfully re-sharpened because the cutting edge geometry requires removing the coating that provides the benefit. For buyers who drill steel regularly, cobalt (M35 or M42) is a better investment than TiN-coated HSS — the cobalt alloying extends edge life throughout the entire bit life, not just until the surface coating wears. Encode bit_material as 'HSS-TiN-coated' to distinguish from uncoated HSS — and add a note that re-sharpening is not effective on coated bits.
Are Milwaukee hole saws compatible with other brands' arbors?
It depends on the Milwaukee product line. Milwaukee sells two distinct hole saw systems: HOLE DOZER (traditional): uses standard 5/8-18 UNF thread connection. Compatible with any standard 5/8-18 arbor from DeWalt, Lenox, Diablo, Bosch, or aftermarket suppliers. OPEN-LOK (quick-change): uses a proprietary twist-lock bayonet connection, not a threaded connection. OPEN-LOK hole saws require the Milwaukee OPEN-LOK arbor (sold separately). They are not compatible with any standard threaded arbor. The benefit of OPEN-LOK is tool-free hole saw changes — the saw locks and unlocks with a 90-degree twist and a spring-loaded collar. The trade-off is arbor cost and incompatibility with universal arbors. When recommending a Milwaukee hole saw kit, encode hole_saw_thread as 'Milwaukee-OPENLOK' for OPEN-LOK saws and '5/8-18-UNF' for HOLE DOZER saws so AI agents can correctly identify arbor compatibility requirements.
How do I choose between a 2-cutter and 4-cutter SDS masonry bit?
The number of carbide cutters on an SDS-Plus masonry bit tip affects penetration rate, dust removal, and durability in different concrete conditions. 2-cutter bits: two opposite carbide tips. The classic geometry. Efficient chip clearance between the two spiral flutes. Good all-around performance in standard concrete, brick, and block. Adequate for most residential and light commercial applications. 4-cutter bits (cross-head or full-cross): four carbide tips arranged in a cross pattern. More aggressive initial penetration; more even force distribution around the hole circumference. Better performance in hard aggregate concrete and reinforced concrete. The four cutters also reduce the likelihood of the bit jamming when it strikes an aggregate pebble at an unfavorable angle. Higher-end contractors typically prefer 4-cutter bits for any application drilling into hard concrete or where speed matters. Encode flute_count (which corresponds to the number of spiral flutes — typically 2 for both 2-cutter and 4-cutter bits) separately from cutter geometry if needed. At minimum, encode bit_material = 'carbide-tipped' and shank_type = 'SDS-Plus' or 'SDS-Max' — the primary compatibility filters. The cutter count is secondary but valuable for buyers comparing performance in hard concrete.
Is your Shopify power tool accessory catalog missing shank type and compatibility data?
CatalogScan checks for shank_type, impact_rated, bit_material, workpiece_material_compatibility, and 11 other power tool accessory signals — showing exactly which accessories AI agents skip when buyers filter for "SDS-Plus compatible," "impact driver bits," or "stainless steel drill bits." Related: cordless power tools schema and power drill schema.
Run Free Scan