Pillar 1 Spec — Carbide Inserts by Material
1. SEO 5 Fields (Shopify Admin → Pages → Create new page)
⚠️ IMPORTANT — This file is a deployment spec, do NOT paste the whole HTML into Shopify. Use only the SEO fields (Section 1), JSON-LD (Section 2), and Body HTML (Section 3) below.
Title Field (Shopify admin → Pages → Title input)
Carbide Inserts by Material: Steel, Stainless, Cast Iron, Aluminum & HRSA Guide
SEO Title (Search engine listing → SEO title)
Carbide Inserts by Material | US7020 VP15TF Grade Guide 2026
Meta Description (Search engine listing → Description)
Choose the right carbide insert for steel, stainless steel, cast iron, aluminum, and HRSA superalloys. ISO grade maps (US7020, GC4325, VP15TF), CVD vs PVD selection, and recommended speeds & feeds for each material class.
URL Handle (Search engine listing → URL and handle)
carbide-inserts-by-material
Keywords Meta (Search engine listing → bottom)
(leave empty — Google ignores keywords meta since 2003)
Social Sharing Image (Search engine listing → Image)
/cdn/shop/files/OYYU_LOGO.jpg?v=1721949873 (use logo first; replace with 1200×630 hero later)
2. JSON-LD (Articles + FAQPage Schema)
Architecture Create
snippets/page-schema.liquid (sibling to article-schema) for centralized page-level JSON-LD. Add 3 lines to layout/theme.liquid to render it.2.1 Create snippet: snippets/page-schema.liquid
{%- case page.handle -%}
{%- when 'carbide-inserts-by-material' -%}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Carbide Inserts by Material: Steel, Stainless, Cast Iron, Aluminum & HRSA Guide",
"description": "Complete carbide insert selection guide by material — steel, stainless steel, cast iron, aluminum, hardened steel, and HRSA superalloys. ISO grade maps (US7020, GC4325, VP15TF), CVD vs PVD selection, and recommended cutting parameters.",
"image": "https://cnchome-beyond.com/cdn/shop/files/OYYU_LOGO.jpg?v=1721949873",
"author": {"@type": "Organization", "name": "CNCHome-Beyond", "url": "https://cnchome-beyond.com"},
"publisher": {"@type": "Organization", "name": "CNCHome-Beyond", "logo": {"@type": "ImageObject", "url": "https://cnchome-beyond.com/cdn/shop/files/OYYU_LOGO.jpg?v=1721949873"}},
"datePublished": "2026-09-21",
"dateModified": "2026-09-21"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{"@type": "Question", "name": "What ISO material classification should I use for steel turning?", "acceptedAnswer": {"@type": "Answer", "text": "Use ISO P-class (P05-P45) for all carbon, alloy, and tool steels under 48 HRC. CVD-coated grades with thick Al2O3 layers (Mitsubishi US7020, Sandvik GC4325, ZCC·CT YBC151) are field-tested for high-speed steel turning. For stainless use ISO M-class with PVD grades like VP15TF."}},
{"@type": "Question", "name": "Which carbide grade is best for stainless steel turning?", "acceptedAnswer": {"@type": "Answer", "text": "For stainless steel (304/316/321/430), choose a PVD-coated grade with sharp positive geometry to prevent work hardening. Top picks: Mitsubishi VP15TF (universal PVD Al-Ti-N), TaeguTec TT9080 (high-toughness for HRSA+stainless), ZCC·CT YBM151 (CVD with thermal stability), Sandvik GC2025."}},
{"@type": "Question", "name": "What grade do I use for cast iron (gray or ductile)?", "acceptedAnswer": {"@type": "Answer", "text": "For cast iron use ISO K-class with CVD-coated grades designed for abrasive wear resistance. Mitsubishi MP8015 (cast iron specialist), ZCC·CT YBD102 / YBD252 (K-grade CVD), KORLOY KF2500 / KF5800 (cast iron specific), Sandvik GC3210. Avoid PVD grades on cast iron — the abrasive wear is too aggressive for thin PVD layers."}},
{"@type": "Question", "name": "Can I use the same insert for steel and stainless steel?", "acceptedAnswer": {"@type": "Answer", "text": "General-purpose grades (e.g. Mitsubishi VP15TF, Sandvik GC4325) can handle light interruptions across both materials, but dedicated grades deliver 30-50% longer tool life. Steel → CVD Al2O3 grades (US7020, GC4325, YBC151). Stainless → PVD grades (VP15TF, TT9080, YBM151). If you must use one grade, choose PVD (works on both but compromises steel wear resistance)."}},
{"@type": "Question", "name": "What carbide insert works on aluminum without built-up edge?", "acceptedAnswer": {"@type": "Answer", "text": "For aluminum (ISO N-class), use uncoated polished carbide or DLC-coated inserts with sharp ground edges and high positive rake. K10 grade (uncoated) is the standard. TaeguTec CCGT K10 polished, ZCC·CT YD201 uncoated, Mitsubishi US7020 not recommended (CVD will chip on aluminum). Cutting speed 300-600 m/min with sharp edge prevents built-up edge (BUE)."}},
{"@type": "Question", "name": "Which insert grade handles Inconel 718 and HRSA superalloys?", "acceptedAnswer": {"@type": "Answer", "text": "For HRSA (ISO S-class) and Inconel 718, use tough PVD ceramic or whisker-reinforced grades. Best picks: TaeguTec TT9080 (PVD high-toughness for Inconel), Sandvik GC1105 (ceramic), Mitsubishi VP15TF (lower-speed stainless-style), KORLOY PC5300 (PVD stainless-grade extension). Reduce cutting speed to 30-50 m/min with high-pressure coolant; ceramic tools run at 200-300 m/min dry."}},
{"@type": "Question", "name": "What's the difference between CVD and PVD coating, and when to choose each?", "acceptedAnswer": {"@type": "Answer", "text": "CVD (Chemical Vapor Deposition) lays thick Al2O3 + TiCN layers (10-20 microns) for heat resistance and crater wear in continuous high-speed cuts. Best for steel. PVD (Physical Vapor Deposition) lays thin Al-Ti-N or TiAlN (3-5 microns) for sharp edges and toughness in interrupted cuts and stainless. Best for stainless, superalloys, and finishing. CVD cannot match PVD edge sharpness; PVD cannot match CVD wear life."}}
]
}
</script>
{%- endcase -%}
2.2 Extend theme.liquid (add 3 lines next to existing article render)
Edit layout/theme.liquid — find the existing {% render 'article-schema' %} block, add this right below:
{%- if template == 'article' -%}
{% render 'article-schema' %}
{%- endif -%}
{%- if template == 'page' -%}
{% render 'page-schema' %}
{%- endif -%}
Theme.liquid footprint stays at 6 lines (3 per content type). All JSON-LD logic lives in dedicated snippet files. Adding a new page JSON-LD only requires adding a case when to snippets/page-schema.liquid.
3. Body Outline (before paste)
- Hero / TL;DR — direct answer to "best carbide insert by material" + 5-stat grid (Vc/fz/ap range, ISO class, top grade family)
- ISO Material Classification Chart — P/M/K/N/S/H table with color codes (yellow/blue/red/green/yellow/gray)
- Steel (P05-P45) — Grade map (CVD universal: US7020, GC4325, YBC151) + chipbreaker selection (rough/medium/finish) + speeds table
- Stainless Steel (M10-M30) — Grade map (PVD: VP15TF, TT9080, YBM151, GC2025) + work-hardening prevention + coolant strategy
- Cast Iron (K10-K25) — Grade map (CVD: MP8015, YBD102, KF5800) + dry machining preference + abrasive wear notes
- Aluminum (N10-N25) — Uncoated polished grades (K10, YD201, CCGT K10) + BUE prevention + 300-600 m/min speeds
- Hardened Steel (H05-H25) — CBN inserts + ceramic (SiAlON) + coated carbide at low Vc
- HRSA Superalloys (S05-S25) — Inconel/Hastelloy/Titanium: TT9080, ceramic whisker, low Vc with HP coolant
- Cross-Material Quick-Reference Grade Table — 6 materials × 5 brands × best grade recommendation
- Decision Tree (text-based) — Material → operation → grade → chipbreaker flow
- 6 FAQ Accordion (matches JSON-LD FAQPage above)
- 3 CTAs — WhatsApp engineering support / Browse Material-Specific Inserts / Use Grade Cross-Reference Tool
4. Internal Links Verification (all must return 200 before paste)
| # | Anchor Text | URL | 200? |
|---|---|---|---|
| 1 | Mitsubishi carbide inserts | /pages/mitsubishi | ☐ |
| 2 | TaeguTec carbide inserts | /pages/taegutec | ☐ |
| 3 | ZCC·CT carbide inserts | /pages/zcc-ct | ☐ |
| 4 | Mitsubishi positive turning | /collections/positive-turning-insert-mitsubishi | ☐ |
| 5 | ZCC·CT negative turning | /collections/negative-turning-insert-zcc-ct | ☐ |
| 6 | TaeguTec positive turning | /collections/positive-turning-insert-taegutec | ☐ |
| 7 | Speeds & Feeds Calculator | /pages/speeds-and-feeds-calculator | ☐ |
| 8 | Mitsubishi Grade Cross-Reference | /pages/mitsubishi-equivalent-finder | ☐ |
| 9 | Insert Grade Cross-Reference | /pages/insert-grade-cross-ref | ☐ |
| 10 | Top Global Brands | /pages/top-global-cnc-insert-brands | ☐ |
| 11 | Carbide Inserts by Operation (sister pillar) | /pages/carbide-inserts-by-operation | ☐ (build later) |
| 12 | Carbide Inserts by ISO Code (sister pillar) | /pages/carbide-inserts-by-iso-code | ☐ (build later) |
5. Body HTML — Paste This into Shopify Page Content
⚠️ Body HTML is below. Do NOT paste anything else from this document into Shopify. Self-contained HTML with inline CSS. Paste as-is. Kalles will preserve the markup (memory-verified behavior).
<style>
.p1-root { max-width: 1100px; margin: 0 auto; font-family: 'Inter', sans-serif; color: #1f2937; line-height: 1.7; }
.p1-hero { background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); color: #fff; padding: 36px 32px; border-radius: 12px; margin-bottom: 24px; }
.p1-hero h1 { font-size: 32px; margin-bottom: 8px; font-weight: 700; }
.p1-hero p { font-size: 16px; opacity: 0.95; margin-bottom: 0; color: #fff; }
.p1-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 24px 0; }
.p1-stat { background: #f9fafb; padding: 16px; border-radius: 8px; border-left: 3px solid #2563eb; }
.p1-stat .label { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; }
.p1-stat .value { font-size: 22px; font-weight: 700; color: #1f2937; margin: 4px 0; }
.p1-stat .note { font-size: 12px; color: #4b5563; }
.p1-h2 { font-size: 24px; color: #1e3a8a; margin: 32px 0 12px; padding-bottom: 8px; border-bottom: 2px solid #f3f4f6; }
.p1-h3 { font-size: 18px; color: #1f2937; margin: 20px 0 10px; font-weight: 600; }
.p1-table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
.p1-table th { background: #f3f4f6; text-align: left; padding: 10px 12px; font-weight: 600; }
.p1-table td { padding: 10px 12px; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.p1-table tr:last-child td { border-bottom: none; }
.p1-callout { padding: 14px 18px; border-radius: 8px; margin: 14px 0; border-left: 4px solid; }
.p1-callout-info { background: #eff6ff; border-color: #2563eb; }
.p1-callout-warn { background: #fffbeb; border-color: #f59e0b; }
.p1-callout-success { background: #f0fdf4; border-color: #10b981; }
.p1-callout strong { display: block; margin-bottom: 4px; color: #1f2937; }
.p1-link { color: #2563eb; text-decoration: underline; }
.p1-link:hover { color: #1e40af; }
.p1-cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 24px 0; }
.p1-cta { background: #2563eb; color: #fff; padding: 18px 20px; border-radius: 10px; text-decoration: none; display: block; text-align: center; font-weight: 600; }
.p1-cta:hover { background: #1e40af; color: #fff; }
.p1-cta.alt { background: #f3f4f6; color: #1e3a8a; }
.p1-cta.alt:hover { background: #e5e7eb; color: #1e3a8a; }
.p1-details { background: #f9fafb; padding: 14px 18px; border-radius: 8px; margin: 8px 0; cursor: pointer; }
.p1-details summary { font-weight: 600; color: #1e3a8a; padding: 4px 0; }
.p1-details[open] { background: #eff6ff; }
.p1-tag { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; margin-right: 4px; }
.p1-tag-p { background: #fef3c7; color: #92400e; }
.p1-tag-m { background: #dbeafe; color: #1e40af; }
.p1-tag-k { background: #fee2e2; color: #991b1b; }
.p1-tag-n { background: #d1fae5; color: #065f46; }
.p1-tag-h { background: #e5e7eb; color: #374151; }
.p1-tag-s { background: #f3e8ff; color: #6b21a8; }
</style>
<div class="p1-root">
<div class="p1-hero">
<h1>Carbide Inserts by Material: The Complete Selection Guide</h1>
<p>Match the right ISO carbide grade to your workpiece — steel, stainless, cast iron, aluminum, hardened steel, and HRSA superalloys. Field-tested grade recommendations, CVD vs PVD coating logic, and cutting parameters for every material class.</p>
</div>
<div class="p1-stat-grid">
<div class="p1-stat"><div class="label">ISO Material Classes</div><div class="value">6</div><div class="note">P / M / K / N / S / H</div></div>
<div class="p1-stat"><div class="label">Coating Types</div><div class="value">3</div><div class="note">CVD / PVD / Uncoated</div></div>
<div class="p1-stat"><div class="label">Top Grades Covered</div><div class="value">25+</div><div class="note">US7020, GC4325, VP15TF, MP8015...</div></div>
<div class="p1-stat"><div class="label">Speed Range</div><div class="value">30-600 m/min</div><div class="note">HRSA (slow) to aluminum (fast)</div></div>
<div class="p1-stat"><div class="label">Brands Compared</div><div class="value">17</div><div class="note">Authorized global manufacturers</div></div>
</div>
<h2 class="p1-h2">ISO Material Classification — The Universal Color Code</h2>
<p>Every carbide grade on the market is engineered for a specific ISO material class. The color-coded label on the insert box tells you what to use it on. Match the workpiece to the grade — not the other way around.</p>
<table class="p1-table">
<thead><tr><th>ISO</th><th>Color</th><th>Material Class</th><th>Common Workpieces</th><th>Coating Strategy</th></tr></thead>
<tbody>
<tr><td><span class="p1-tag p1-tag-p">P05-P45</span></td><td>Yellow</td><td>Steel (carbon, alloy, tool steel under 48 HRC)</td><td>1045, 4140, A36 shafts, gears, automotive components</td><td>CVD with Al2O3 + TiCN</td></tr>
<tr><td><span class="p1-tag p1-tag-m">M10-M30</span></td><td>Blue</td><td>Stainless Steel (austenitic, ferritic, martensitic)</td><td>304, 316, 321, 17-4 PH, valve bodies, food-grade parts</td><td>PVD Al-Ti-N / TiAlN</td></tr>
<tr><td><span class="p1-tag p1-tag-k">K10-K25</span></td><td>Red</td><td>Cast Iron (gray, ductile, CGI)</td><td>Engine blocks, pump housings, brake rotors</td><td>CVD thick Al2O3 + TiCN</td></tr>
<tr><td><span class="p1-tag p1-tag-n">N10-N25</span></td><td>Green</td><td>Non-Ferrous (aluminum, copper, brass, composites)</td><td>Aerospace alloys, automotive parts, electronics</td><td>Uncoated polished / DLC</td></tr>
<tr><td><span class="p1-tag p1-tag-s">S05-S25</span></td><td>Yellow (often striped)</td><td>HRSA Superalloys (Inconel, Hastelloy, Titanium)</td><td>Turbine blades, aerospace structural, chemical processing</td><td>Tough PVD ceramic / whisker-reinforced</td></tr>
<tr><td><span class="p1-tag p1-tag-h">H05-H25</span></td><td>Gray</td><td>Hardened Steel (48-65 HRC)</td><td>Tooling components, dies, hardened gears, bearing races</td><td>CBN / ceramic SiAlON / coated carbide at low Vc</td></tr>
</tbody>
</table>
<h2 class="p1-h2">Steel (ISO P-class) — The Workhorse Material</h2>
<p>Steel accounts for 70% of CNC turning work. P-class inserts dominate this segment, typically with CVD coatings featuring thick Al2O3 + TiCN layers that resist crater wear at high cutting temperatures.</p>
<h3 class="p1-h3">Recommended Steel Grades (continuous → interrupted cuts)</h3>
<table class="p1-table">
<thead><tr><th>Grade</th><th>Brand</th><th>Coating</th><th>Best For</th></tr></thead>
<tbody>
<tr><td>US7020</td><td>Mitsubishi</td><td>CVD TiCN+Al2O3</td><td>High-speed finishing to medium; continuous to light interrupted; P05-P25</td></tr>
<tr><td>GC4325</td><td>Sandvik</td><td>CVD Inveio</td><td>General steel turning; medium to roughing; P10-P35</td></tr>
<tr><td>YBC151</td><td>ZCC·CT</td><td>CVD TiCN+Al2O3</td><td>High-speed steel finishing; cost-effective alternative to premium brands</td></tr>
<tr><td>NC3225</td><td>KORLOY</td><td>CVD multi-layer</td><td>Versatile steel P20-P40; balanced wear + toughness</td></tr>
<tr><td>T9115</td><td>Tungaloy</td><td>CVD premium</td><td>High-speed continuous steel finishing</td></tr>
<tr><td>AC8025P</td><td>Sumitomo</td><td>CVD Absotech</td><td>General steel P20-P35; field-tested equivalent to GC4325</td></tr>
</tbody>
</table>
<h3 class="p1-h3">Steel Turning Speeds & Feeds</h3>
<table class="p1-table">
<thead><tr><th>Operation</th><th>Cutting Speed (Vc)</th><th>Feed Rate (fz)</th><th>Depth of Cut (ap)</th></tr></thead>
<tbody>
<tr><td>High-speed finishing</td><td>250-350 m/min</td><td>0.10-0.20 mm/rev</td><td>0.3-1.0 mm</td></tr>
<tr><td>Medium turning</td><td>180-250 m/min</td><td>0.20-0.40 mm/rev</td><td>1.0-3.0 mm</td></tr>
<tr><td>Roughing</td><td>120-180 m/min</td><td>0.40-0.80 mm/rev</td><td>3.0-8.0 mm</td></tr>
<tr><td>Heavy interrupted</td><td>80-150 m/min</td><td>0.30-0.60 mm/rev</td><td>2.0-5.0 mm</td></tr>
</tbody>
</table>
<div class="p1-callout p1-callout-success">
<strong>💡 Pro Tip</strong>
For steel work, always start at the lower end of the speed range and listen to the cut. If chip color is straw-gold, you're in the sweet spot (180-220 m/min). Blue chips indicate excessive heat — reduce Vc by 15%. Use our <a href="/pages/speeds-and-feeds-calculator" class="p1-link">Speeds & Feeds Calculator</a> for grade-specific values.
</div>
<p>Browse our <a href="/collections/positive-turning-insert-mitsubishi" class="p1-link">Mitsubishi positive turning inserts (366 SKUs)</a> or <a href="/collections/negative-turning-insert-zcc-ct" class="p1-link">ZCC·CT negative turning inserts for steel</a> to see the full grade range.</p>
<h2 class="p1-h2">Stainless Steel (ISO M-class) — Work-Hardening Risk</h2>
<p>Stainless steel is the most demanding common material. It work-hardens under heat, conducts heat poorly (heat stays at the cutting edge), and chips weld to the tool. The solution is sharp PVD edges with positive rake and high-pressure coolant.</p>
<h3 class="p1-h3">Recommended Stainless Grades</h3>
<table class="p1-table">
<thead><tr><th>Grade</th><th>Brand</th><th>Coating</th><th>Best For</th></tr></thead>
<tbody>
<tr><td>VP15TF</td><td>Mitsubishi</td><td>PVD Miracle Al-Ti-N</td><td>Universal stainless; M10-M30; the industry go-to</td></tr>
<tr><td>TT9080</td><td>TaeguTec</td><td>PVD high-toughness</td><td>HRSA + stainless; toughness + edge security for HRSA Inconel</td></tr>
<tr><td>YBM151</td><td>ZCC·CT</td><td>CVD TiCN+Al2O3+TiN</td><td>Stainless stable conditions; high-speed finishing</td></tr>
<tr><td>GC2025</td><td>Sandvik</td><td>CVD+post-coat</td><td>Stainless finishing; field-tested for 304/316</td></tr>
<tr><td>PC9030</td><td>KORLOY</td><td>PVD TiAlN</td><td>Stainless roughing; high-feed rate PVD</td></tr>
<tr><td>AC630M</td><td>Sumitomo</td><td>PVD Absotech</td><td>Stainless general purpose; equivalent to VP15TF</td></tr>
</tbody>
</table>
<div class="p1-callout p1-callout-warn">
<strong>⚠️ Work-Hardening Trap</strong>
If you stop a cut and let the insert dwell on the workpiece, the surface work-hardens beneath the cut. When you resume, the new edge has to cut through previously-hardened material, accelerating wear or chipping. Always use continuous cuts — never "park" the insert on stainless.
</div>
<p>For stainless turning, see our <a href="/collections/positive-turning-insert-taegutec" class="p1-link">TaeguTec positive turning (200 SKUs)</a> and the <a href="/pages/mitsubishi-equivalent-finder" class="p1-link">Mitsubishi Grade Cross-Reference Tool</a> to map your current grade to a PVD equivalent.</p>
<h2 class="p1-h2">Cast Iron (ISO K-class) — Abrasive Wear Dominates</h2>
<p>Cast iron contains abrasive carbide particles and free graphite. The abrasive wear mode is different from steel — not heat, but mechanical abrasion. CVD-coated K-grade carbides handle this with thick, hard coatings on tough substrates.</p>
<h3 class="p1-h3">Recommended Cast Iron Grades</h3>
<table class="p1-table">
<thead><tr><th>Grade</th><th>Brand</th><th>Coating</th><th>Best For</th></tr></thead>
<tbody>
<tr><td>MP8015</td><td>Mitsubishi</td><td>CVD ceramic-tough</td><td>Cast iron specialist; high-speed gray cast iron turning</td></tr>
<tr><td>GC3210</td><td>Sandvik</td><td>CVD Al2O3-rich</td><td>Cast iron all-around; K05-K25</td></tr>
<tr><td>YBD102 / YBD252</td><td>ZCC·CT</td><td>CVD TiCN+Al2O3</td><td>Cast iron turning and milling; K10-K25</td></tr>
<tr><td>KF2500 / KF5800</td><td>KORLOY</td><td>CVD Al2O3</td><td>Gray and ductile cast iron; high-volume production</td></tr>
<tr><td>TT8020</td><td>TaeguTec</td><td>CVD multi-layer</td><td>Cast iron roughing and finishing</td></tr>
</tbody>
</table>
<div class="p1-callout p1-callout-info">
<strong>💡 Coolant Strategy</strong>
For cast iron: <strong>dry machining preferred</strong>. Flood coolant can cause thermal cracking on uncoated or thin-coated edges. Compressed air is often the optimal choice — it evacuates chips and prevents thermal shock.
</div>
<h2 class="p1-h2">Aluminum (ISO N-class) — Sharp Edge is King</h2>
<p>Aluminum is gummy. Chips weld to the cutting edge (built-up edge, BUE) at high temperatures. The solution is a polished uncoated edge with sharp geometry and high cutting speed (300-600 m/min) that evacuates heat through the chip.</p>
<h3 class="p1-h3">Recommended Aluminum Grades</h3>
<table class="p1-table">
<thead><tr><th>Grade</th><th>Brand</th><th>Coating</th><th>Best For</th></tr></thead>
<tbody>
<tr><td>CCGT K10 (polished uncoated)</td><td>TaeguTec / Sandvik / Mitsubishi</td><td>Uncoated polished</td><td>Universal aluminum finishing; mirror surface</td></tr>
<tr><td>YD201</td><td>ZCC·CT</td><td>Uncoated polished</td><td>Aluminum non-ferrous; high-speed precision</td></tr>
<tr><td>SPEX / APKT (polished edge)</td><td>All brands</td><td>Uncoated</td><td>Aluminum milling; high Vc with sharp positive rake</td></tr>
<tr><td>DLC-coated</td><td>Premium brands</td><td>Diamond-Like Carbon</td><td>Aluminum with extended tool life; high-volume production</td></tr>
</tbody>
</table>
<div class="p1-callout p1-callout-warn">
<strong>⚠️ Never Use CVD-Coated on Aluminum</strong>
CVD coatings like US7020, GC4325, YBC151 will chip instantly on aluminum due to chemical reaction between coating and aluminum. Use only polished uncoated K-grade or DLC.
</div>
<h2 class="p1-h2">Hardened Steel (ISO H-class, >48 HRC)</h2>
<p>Above 48 HRC, conventional carbide wears too fast. The standard solution is CBN (cubic boron nitride) inserts. For lower-hardness H-class (48-55 HRC), coated carbide with reduced cutting speed still works.</p>
<table class="p1-table">
<thead><tr><th>HRC Range</th><th>Tool Material</th><th>Grade Family</th><th>Cutting Speed</th></tr></thead>
<tbody>
<tr><td>48-55 HRC</td><td>Coated carbide</td><td>Mitsubishi VP15TF, Sandvik GC4325, ZCC·CT YBM151 with TiAlN coating</td><td>80-150 m/min</td></tr>
<tr><td>55-62 HRC</td><td>Mixed ceramic (Al2O3+TiC)</td><td>Sandvik CC6190, Kennametal KY1615</td><td>150-250 m/min</td></tr>
<tr><td>58-65 HRC</td><td>CBN (low-content)</td><td>Sandvik CB7015, Kennametal KD120, Mitsubishi BC8110</td><td>120-200 m/min continuous; finish-only</td></tr>
<tr><td>62-70 HRC</td><td>CBN (high-content)</td><td>Sandvik CB7525, Kennametal KD200</td><td>80-150 m/min; finish-only</td></tr>
</tbody>
</table>
<h2 class="p1-h2">HRSA Superalloys (ISO S-class) — Inconel, Hastelloy, Titanium</h2>
<p>Heat-Resistant Superalloys (HRSA) including Inconel 718, Waspaloy, and titanium alloys retain strength at high temperatures. They are abrasive, work-harden rapidly, and generate extreme cutting heat. Use tough PVD grades with low cutting speeds and high-pressure coolant.</p>
<h3 class="p1-h3">Recommended HRSA Grades</h3>
<table class="p1-table">
<thead><tr><th>Grade</th><th>Brand</th><th>Best For</th></tr></thead>
<tbody>
<tr><td>TT9080</td><td>TaeguTec</td><td>Inconel 718 roughing and finishing; the HRSA specialist</td></tr>
<tr><td>VP15TF</td><td>Mitsubishi</td><td>Lower-speed HRSA finishing; universal backup</td></tr>
<tr><td>PC5300 / PC9030</td><td>KORLOY</td><td>Inconel 718 with stainless-grade extension</td></tr>
<tr><td>Ceramic SiAlON</td><td>Sandvik CC6090, Kennametal KY4300</td><td>Inconel at 200-300 m/min dry; high-speed finishing</td></tr>
</tbody>
</table>
<div class="p1-callout p1-callout-warn">
<strong>⚠️ HRSA Coolant Strategy</strong>
Use <strong>high-pressure coolant (70+ bar)</strong> for Inconel turning. The heat must be evacuated by the chip — without HP coolant, thermal damage destroys the edge within minutes. Reduce Vc to 30-50 m/min for carbide grades; ceramic can run at 200+ m/min dry.
</div>
<h2 class="p1-h2">Cross-Material Quick Reference: Best Grade by Material × Brand</h2>
<table class="p1-table">
<thead><tr><th>Material</th><th>Mitsubishi</th><th>Sandvik</th><th>ZCC·CT</th><th>KORLOY</th><th>TaeguTec</th></tr></thead>
<tbody>
<tr><td>Steel (P)</td><td>US7020</td><td>GC4325</td><td>YBC151</td><td>NC3225</td><td>TT7015</td></tr>
<tr><td>Stainless (M)</td><td>VP15TF</td><td>GC2025</td><td>YBM151</td><td>PC9030</td><td>TT9080</td></tr>
<tr><td>Cast Iron (K)</td><td>MP8015</td><td>GC3210</td><td>YBD102</td><td>KF5800</td><td>TT8020</td></tr>
<tr><td>Aluminum (N)</td><td>Uncoated K10</td><td>CCGT K10</td><td>YD201</td><td>Uncoated K10</td><td>CCGT K10</td></tr>
<tr><td>HRSA (S)</td><td>VP15TF / ceramic</td><td>GC1105 ceramic</td><td>YBM153</td><td>PC5300</td><td>TT9080</td></tr>
<tr><td>Hardened (H)</td><td>US7020 / BC8110</td><td>GC4325 / CB7015</td><td>YBC151 + CBN</td><td>NC3225 + CBN</td><td>TT7015 + CBN</td></tr>
</tbody>
</table>
<p>Need a cross-reference between brands? Use our <a href="/pages/insert-grade-cross-ref" class="p1-link">Insert Grade Cross-Reference Tool</a> or the deeper <a href="/pages/mitsubishi-equivalent-finder" class="p1-link">Mitsubishi Grade Finder</a> covering 20 grades across 12 brands.</p>
<h2 class="p1-h2">Decision Tree: How to Choose the Right Insert</h2>
<pre style="background:#1f2937;color:#f9fafb;padding:18px;border-radius:8px;font-size:13px;line-height:1.6;font-family:'Courier New',monospace;overflow-x:auto;white-space:pre-wrap;">1. Identify your workpiece material → ISO class (P/M/K/N/S/H)
↓
2. Identify the operation type → finishing / medium / roughing
↓
3. Match grade family → CVD for steel/cast iron, PVD for stainless/HRSA, uncoated for aluminum
↓
4. Pick chipbreaker geometry
• Finishing → -FF / -FV / -SF (sharp positive)
• Medium → -PM / -MM / -GM (balanced)
• Roughing → -PR / -MR / -GR (strong negative)
↓
5. Verify with our Speeds & Feeds Calculator → start at low end of range, listen to chip color
↓
6. Cross-check with grade cross-ref tool if switching brands</pre>
<h2 class="p1-h2">Frequently Asked Questions</h2>
<details class="p1-details">
<summary>What ISO material classification should I use for steel turning?</summary>
<p>Use ISO P-class (P05-P45) for all carbon, alloy, and tool steels under 48 HRC. CVD-coated grades with thick Al2O3 layers (Mitsubishi US7020, Sandvik GC4325, ZCC·CT YBC151) are field-tested for high-speed steel turning. For stainless, use ISO M-class with PVD grades like VP15TF.</p>
</details>
<details class="p1-details">
<summary>Which carbide grade is best for stainless steel turning?</summary>
<p>For stainless steel (304/316/321/430), choose a PVD-coated grade with sharp positive geometry to prevent work hardening. Top picks: Mitsubishi VP15TF (universal PVD Al-Ti-N), TaeguTec TT9080 (high-toughness for HRSA+stainless), ZCC·CT YBM151 (CVD with thermal stability), Sandvik GC2025.</p>
</details>
<details class="p1-details">
<summary>What grade do I use for cast iron (gray or ductile)?</summary>
<p>For cast iron, use ISO K-class with CVD-coated grades designed for abrasive wear resistance. Mitsubishi MP8015 (cast iron specialist), ZCC·CT YBD102 / YBD252 (K-grade CVD), KORLOY KF2500 / KF5800 (cast iron specific), Sandvik GC3210. Avoid PVD grades on cast iron — the abrasive wear is too aggressive for thin PVD layers.</p>
</details>
<details class="p1-details">
<summary>Can I use the same insert for steel and stainless steel?</summary>
<p>General-purpose grades (e.g. Mitsubishi VP15TF, Sandvik GC4325) can handle light interruptions across both materials, but dedicated grades deliver 30-50% longer tool life. Steel → CVD Al2O3 grades (US7020, GC4325, YBC151). Stainless → PVD grades (VP15TF, TT9080, YBM151). If you must use one grade, choose PVD (works on both but compromises steel wear resistance).</p>
</details>
<details class="p1-details">
<summary>What carbide insert works on aluminum without built-up edge?</summary>
<p>For aluminum (ISO N-class), use uncoated polished carbide or DLC-coated inserts with sharp ground edges and high positive rake. K10 grade (uncoated) is the standard. TaeguTec CCGT K10 polished, ZCC·CT YD201 uncoated, Mitsubishi US7020 not recommended (CVD will chip on aluminum). Cutting speed 300-600 m/min with sharp edge prevents built-up edge (BUE).</p>
</details>
<details class="p1-details">
<summary>Which insert grade handles Inconel 718 and HRSA superalloys?</summary>
<p>For HRSA (ISO S-class) and Inconel 718, use tough PVD ceramic or whisker-reinforced grades. Best picks: TaeguTec TT9080 (PVD high-toughness for Inconel), Sandvik GC1105 (ceramic), Mitsubishi VP15TF (lower-speed stainless-style), KORLOY PC5300 (PVD stainless-grade extension). Reduce cutting speed to 30-50 m/min with high-pressure coolant; ceramic tools run at 200-300 m/min dry.</p>
</details>
<details class="p1-details">
<summary>What's the difference between CVD and PVD coating, and when to choose each?</summary>
<p>CVD (Chemical Vapor Deposition) lays thick Al2O3 + TiCN layers (10-20 microns) for heat resistance and crater wear in continuous high-speed cuts. Best for steel. PVD (Physical Vapor Deposition) lays thin Al-Ti-N or TiAlN (3-5 microns) for sharp edges and toughness in interrupted cuts and stainless. Best for stainless, superalloys, and finishing. CVD cannot match PVD edge sharpness; PVD cannot match CVD wear life.</p>
</details>
<h2 class="p1-h2">Talk to a Tooling Engineer</h2>
<p>Not sure which grade fits your material and operation? Send us your workpiece alloy, hardness, operation type (roughing/medium/finishing), and machine specs. Our engineering team responds within one business day with a tailored recommendation and quote.</p>
<div class="p1-cta-grid">
<a href="https://wa.me/8615990663752?text=Hi%2C%20I%20need%20a%20carbide%20insert%20recommendation%20for%20[material]" class="p1-cta" target="_blank" rel="noopener">WhatsApp Engineering Support</a>
<a href="/pages/top-global-cnc-insert-brands" class="p1-cta alt">Browse Top Global Brands</a>
<a href="/pages/mitsubishi-equivalent-finder" class="p1-cta alt">Use Grade Cross-Reference Tool</a>
</div>
</div>
6. Deployment Checklist
- Create new page in Shopify admin with handle
carbide-inserts-by-material - Fill SEO 5 fields from Section 1 above
- Paste Body HTML from Section 5 into page Content (use rich text or HTML mode if available)
- Verify all 10+ internal links return 200 (live test before publishing)
- Create
snippets/page-schema.liquidwith JSON-LD from Section 2.1 - Add 3-line page render to
layout/theme.liquidfrom Section 2.2 - Live test: open page, scroll, check FAQ accordion works, hover internal links
- Google Rich Results test: https://search.google.com/test/rich-results
- Schema validator: https://validator.schema.org/
- GSC URL Inspection: submit for re-indexing
