{"id":4074,"date":"2026-08-05T07:51:58","date_gmt":"2026-08-05T07:51:58","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4074"},"modified":"2026-08-10T02:21:30","modified_gmt":"2026-08-10T02:21:30","slug":"high-thermal-conductivity-aluminum-substrate-board","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/fr\/high-thermal-conductivity-aluminum-substrate-board\/","title":{"rendered":"cURL Too many subrequests by single Worker invocation. To configure this limit, refer to https:\/\/developers.cloudflare.com\/workers\/wrangler\/configuration\/#limits"},"content":{"rendered":"<style>\n:root { --primary:#34C759; --primary-dark:#28a745; --primary-light:#eaf9ee; --ink:#0f172a; --muted:#475569; --soft:#f8fafc; --line:#e2e8f0; --dark:#08131f; --dark2:#0d201a; --white:#fff; --shadow:0 22px 70px rgba(15,23,42,.10); --radius:28px; }\n* { box-sizing:border-box; }\nbody { margin:0; font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif; color:var(--ink); background:#fff; line-height:1.72; }\na { color:inherit; text-decoration:none; } img,svg { max-width:100%; display:block; }\n.container { width:min(1180px, calc(100% - 40px)); margin-inline:auto; }\n.nav { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.94); backdrop-filter:blur(18px); border-bottom:1px solid var(--line); }\n.nav-inner { height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }\n.logo { display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:-.03em; } .logo-dot { width:16px; height:16px; border-radius:50%; background:var(--primary); box-shadow:0 0 0 8px rgba(52,199,89,.12); }\n.nav-links { display:flex; gap:20px; font-size:14px; color:#334155; font-weight:700; }\n.btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:999px; font-weight:900; letter-spacing:-.02em; border:1px solid transparent; transition:.2s ease; }\n.btn.primary { background:var(--primary); color:white; box-shadow:0 18px 36px rgba(52,199,89,.28); } .btn.primary:hover { background:var(--primary-dark); transform:translateY(-1px); }\n.btn.secondary { background:#fff; color:var(--ink); border-color:var(--line); box-shadow:0 12px 28px rgba(15,23,42,.06); }\n.btn-row { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }\n.hero { position:relative; overflow:hidden; background:radial-gradient(circle at 80% 20%, rgba(52,199,89,.22), transparent 30%), linear-gradient(135deg,#f8fafc 0%,#fff 55%,#eaf9ee 100%); padding:88px 0 68px; }\n.hero-layout { display:grid; grid-template-columns:1.02fr .98fr; gap:48px; align-items:center; }\n.eyebrow { display:inline-flex; align-items:center; gap:9px; padding:9px 14px; border-radius:999px; background:var(--primary-light); color:#047857; font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }\n.eyebrow::before { content:\"\"; width:8px; height:8px; border-radius:50%; background:var(--primary); }\nh1,h2,h3 { font-family:Lexend,Inter,sans-serif; margin:0; letter-spacing:-.045em; line-height:1.15; }\nh1 { font-size:clamp(42px,6vw,74px); margin:18px 0 20px; max-width:860px; }\nh2 { font-size:clamp(30px,4vw,48px); margin:14px 0 18px; }\nh3 { font-size:22px; margin-bottom:10px; }\n.lead { color:#52657d; font-size:18px; max-width:760px; margin:0; }\n.hero .lead { font-size:20px; color:#334155; }\n.hero-tags { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 30px; }\n.hero-tags span { padding:9px 12px; border-radius:999px; background:#fff; border:1px solid var(--line); color:#334155; font-size:13px; font-weight:800; }\n.hero-visual { background:#fff; border:1px solid rgba(226,232,240,.95); border-radius:34px; padding:18px; box-shadow:var(--shadow); }\n.hero-visual img { width:100%; height:440px; object-fit:contain; background:#fff; }\n.trust-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:34px; }\n.trust-item { background:rgba(255,255,255,.88); border:1px solid var(--line); border-radius:22px; padding:18px; } .trust-item strong { display:block; font-size:28px; color:#16a34a; letter-spacing:-.04em; } .trust-item span { display:block; font-size:13px; color:#64748b; font-weight:800; }\n.section { padding:88px 0; } .section.soft { background:#f8fafc; } .section.dark { background:linear-gradient(135deg,#07111d,#0d201a); color:#fff; }\n.section-head { margin-bottom:34px; } .section-head.center { text-align:center; } .section-head.center .lead { margin-inline:auto; }\n.section.dark .section-head h2 { color:#f8fafc; } .section.dark .section-head .lead { color:#dbeafe; } .section.dark .eyebrow { background:rgba(52,199,89,.14); color:#bbf7d0; }\n.grid { display:grid; gap:24px; } .grid.two { grid-template-columns:repeat(2,minmax(0,1fr)); } .grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); } .grid.four { grid-template-columns:repeat(4,minmax(0,1fr)); }\n.card,.visual-card,.table-wrap { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 18px 50px rgba(15,23,42,.06); }\n.card p,.visual-card p { margin:0; color:#475569; }\n.card h3,.visual-card figcaption { color:#0f172a; }\n.section.dark .card,.section.dark .visual-card { background:#fff; color:#0f172a; border-color:rgba(255,255,255,.12); }\n.section.dark .card h3,.section.dark .visual-card figcaption { color:#0f172a; } .section.dark .card p,.section.dark .visual-card p { color:#334155; }\n.visual-card { margin:0; } .visual-card figcaption { font-family:Lexend,Inter,sans-serif; font-size:20px; font-weight:800; letter-spacing:-.035em; margin:18px 0 8px; }\n.image-slot { background:#fff; border:0; border-radius:24px; overflow:hidden; min-height:220px; display:flex; align-items:center; justify-content:center; } .image-slot.large { min-height:340px; } .image-slot img { width:100%; height:260px; object-fit:contain; object-position:center; background:#fff; padding:8px; } .image-slot.large img { height:340px; padding:12px; }\n.table-wrap { overflow:visible; padding:0; } table { width:100%; border-collapse:collapse; table-layout:fixed; } th,td { padding:18px 20px; text-align:left; vertical-align:top; border-bottom:1px solid var(--line); color:#334155; word-break:normal; overflow-wrap:anywhere; } th { color:#0f172a; background:#f8fafc; font-size:13px; text-transform:uppercase; letter-spacing:.06em; } tr:last-child td { border-bottom:0; }\n.check-list { display:grid; gap:12px; } .check-item { display:flex; gap:10px; align-items:flex-start; color:#334155; font-weight:600; } .check-item::before { content:\"\"; width:10px; height:10px; border-radius:50%; background:var(--primary); margin-top:9px; flex:0 0 auto; }\n.steps { counter-reset:step; } .step { position:relative; padding-left:58px; } .step::before { counter-increment:step; content:counter(step); position:absolute; left:0; top:0; width:38px; height:38px; border-radius:50%; background:var(--primary); color:#fff; display:grid; place-items:center; font-weight:900; }\n.compare-row { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }\n.quote-box,.final { border-radius:34px; background:linear-gradient(135deg,#07111d,#0d201a); color:#fff; } .quote-box { display:grid; grid-template-columns:1fr .9fr; gap:36px; align-items:center; padding:44px; } .quote-box h2,.final h2 { color:#f8fafc; } .quote-box .lead,.final .lead { color:#dbeafe; } .quote-box .visual-card { background:#fff; }\n.faq { display:grid; gap:14px; } details { background:#fff; border:1px solid var(--line); border-radius:20px; padding:20px 22px; } summary { cursor:pointer; font-weight:900; color:#0f172a; } details p { color:#475569; margin:12px 0 0; }\n.related a { display:block; background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; font-weight:900; color:#0f172a; box-shadow:0 16px 40px rgba(15,23,42,.05); } .related a span { display:block; margin-top:8px; font-weight:500; color:#64748b; }\n.final { text-align:center; padding:70px 20px; margin:30px auto 90px; width:min(1180px, calc(100% - 40px)); } .final .lead { margin-inline:auto; }\n@media (max-width:980px) { .nav-links { display:none; } .hero-layout,.grid.two,.grid.three,.grid.four,.quote-box { grid-template-columns:1fr; } .trust-strip,.compare-row { grid-template-columns:repeat(2,minmax(0,1fr)); } .hero-visual img,.image-slot.large img { height:auto; } table { table-layout:auto; } th,td { min-width:180px; } .table-wrap { overflow-x:auto; } }\n@media (max-width:620px) { .container { width:min(100% - 24px,1180px); } .hero { padding:56px 0 42px; } .section { padding:60px 0; } .trust-strip,.compare-row { grid-template-columns:1fr; } h1 { font-size:40px; } h2 { font-size:30px; } .btn { width:100%; } .quote-box { padding:28px; } }\n\n\n\/* <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> Contact Popup *\/\n\n.ycpcbs-contact-popup {\n  display:none;\n  position:fixed;\n  inset:0;\n  z-index:99999;\n  align-items:center;\n  justify-content:center;\n  padding:20px;\n  background:rgba(2,6,23,.72);\n  backdrop-filter:blur(8px);\n  -webkit-backdrop-filter:blur(8px);\n}\n\n.ycpcbs-contact-popup:target {\n  display:flex;\n}\n\n.ycpcbs-popup-dialog {\n  position:relative;\n  width:min(560px,100%);\n  max-height:calc(100vh - 40px);\n  overflow:auto;\n  background:#ffffff;\n  border:1px solid #dbe5ee;\n  border-radius:28px;\n  box-shadow:0 28px 80px rgba(2,6,23,.28);\n  padding:30px;\n}\n\n.ycpcbs-popup-close {\n  position:absolute;\n  top:16px;\n  right:18px;\n  width:38px;\n  height:38px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:#f8fafc;\n  border:1px solid #e2e8f0;\n  color:#0f172a!important;\n  font-size:24px;\n  line-height:1;\n  font-weight:700;\n}\n\n.ycpcbs-popup-close:hover {\n  background:#f1f5f9;\n}\n\n.ycpcbs-popup-head {\n  padding-right:44px;\n  margin-bottom:22px;\n}\n\n.ycpcbs-popup-head h3 {\n  margin:0;\n  font-size:28px;\n  line-height:1.18;\n  color:#0f172a!important;\n}\n\n.ycpcbs-popup-head p {\n  margin-top:10px;\n  color:#64748b!important;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.ycpcbs-contact-popup label {\n  display:block;\n  margin:0 0 8px;\n  color:#0f172a!important;\n  font-weight:800!important;\n  font-size:14px!important;\n}\n\n.ycpcbs-contact-popup input,\n.ycpcbs-contact-popup textarea {\n  width:100%!important;\n  border:1px solid #cbd5e1!important;\n  background:#ffffff!important;\n  color:#0f172a!important;\n  border-radius:14px!important;\n  padding:13px 14px!important;\n  font-family:'Inter',sans-serif!important;\n  font-size:15px!important;\n  line-height:1.5!important;\n  outline:none!important;\n  box-shadow:none!important;\n  box-sizing:border-box!important;\n}\n\n.ycpcbs-contact-popup input:focus,\n.ycpcbs-contact-popup textarea:focus {\n  border-color:#34C759!important;\n  box-shadow:0 0 0 4px rgba(52,199,89,.12)!important;\n}\n\n.ycpcbs-contact-popup textarea {\n  min-height:135px!important;\n  resize:vertical!important;\n}\n\n.ycpcbs-popup-field {\n  margin-bottom:16px;\n}\n\n.ycpcbs-popup-submit {\n  width:100%;\n  min-height:54px;\n  border:0;\n  border-radius:999px;\n  background:#34C759;\n  color:#052e16!important;\n  font-family:'Lexend',sans-serif;\n  font-weight:800;\n  font-size:15px;\n  cursor:pointer;\n  box-shadow:0 16px 34px rgba(52,199,89,.24);\n}\n\n.ycpcbs-popup-submit:hover {\n  background:#2eb94f;\n}\n\n.ycpcbs-popup-submit:disabled {\n  opacity:.65;\n  cursor:not-allowed;\n}\n\n.ycpcbs-popup-note {\n  margin-top:14px;\n  text-align:center;\n  font-size:13px;\n  line-height:1.55;\n  color:#64748b!important;\n}\n\n.ycpcbs-popup-note a {\n  color:#166534!important;\n  font-weight:800;\n}\n\n@media(max-width:640px) {\n  .ycpcbs-contact-popup {\n    padding:12px;\n    align-items:flex-end;\n  }\n\n  .ycpcbs-popup-dialog {\n    width:100%;\n    max-height:88vh;\n    border-radius:24px 24px 18px 18px;\n    padding:24px 18px 20px;\n  }\n\n  .ycpcbs-popup-head h3 {\n    font-size:24px;\n  }\n}\n\n<\/style>\n<header class=\"hero\"><div class=\"container hero-layout\"><div><span class=\"eyebrow\">High Thermal Aluminum PCB<\/span><h1>High Thermal Aluminum PCB<\/h1><p class=\"lead\">YC PCB supplies high <a href=\"\/aluminum-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">thermal conductivity<\/a> aluminum substrate boards for high-power LED modules, UFO high bay lights and thermal management electronics. Available support covers aluminum base selection, dielectric thermal performance, copper thickness, solder mask, surface finish, LED PCBA and order-specific testing.<\/p><div class=\"hero-tags\"><span>Aluminum Substrate Board<\/span><span>High Thermal Conductivity<\/span><span>High-Power LED PCB<\/span><span>LED PCBA Support<\/span><\/div><div class=\"btn-row\"><a class=\"btn primary\" href=\"#ycpcbs-contact-popup\">Send Gerber for Review<\/a><a class=\"btn secondary\" href=\"#quote\">View Quote Checklist<\/a><\/div><div class=\"trust-strip\"><div class=\"trust-item\"><strong>20+<\/strong><span>Years PCB Manufacturing<\/span><\/div><div class=\"trust-item\"><strong>100k+<\/strong><span>m\u00b2 Monthly PCB Capacity<\/span><\/div><div class=\"trust-item\"><strong>DFM<\/strong><span>Thermal Route Review<\/span><\/div><div class=\"trust-item\"><strong>PCBA<\/strong><span>LED Assembly Support<\/span><\/div><\/div><\/div><div class=\"hero-visual\"><img alt=\"high thermal conductivity aluminum substrate board for high-power LED modules and thermal management electronics\" decoding=\"async\" fetchpriority=\"high\" loading=\"eager\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp\"\/><\/div><\/div><\/header>\n<main>\n<section class=\"section\" id=\"details\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Product Details<\/span><h2>High Thermal Aluminum PCB Details<\/h2><p class=\"lead\">This aluminum substrate route is intended for projects that need stronger heat transfer than standard FR4 or general aluminum PCB. Selection is based on LED power, board shape, dielectric thermal conductivity, copper thickness, fixture contact and assembly requirements.<\/p><\/div><div class=\"grid three\"><div class=\"card\"><h3>For High-Power LEDs<\/h3><p>Suitable for LED modules, UFO high bay lights, industrial lighting boards and compact lighting systems that require efficient heat transfer away from concentrated LED pads.<\/p><\/div><div class=\"card\"><h3>Thermal Route First<\/h3><p>The aluminum base, dielectric layer, copper circuit, LED pad opening and fixture contact area work together as one thermal system and should match the product\u2019s operating conditions.<\/p><\/div><div class=\"card\"><h3>PCB + LED PCBA<\/h3><p>YC PCB provides bare-board manufacturing and optional LED assembly when complete BOM, placement data, polarity information and testing requirements are supplied.<\/p><\/div><\/div><\/div><\/section>\n<section class=\"section soft\" id=\"visuals\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Buyer Review Points<\/span><h2>What Buyers Should Check Before Quotation<\/h2><p class=\"lead\">Before quotation, provide the board outline, LED layout, thermal conductivity target, mounting interface, surface finish and assembly requirements so the manufacturing route and cost can be matched accurately.<\/p><\/div><div class=\"grid four\"><figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"high thermal conductivity aluminum PCB main product view with black solder mask and LED pad layout\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-Black-solder-mask.jpg\"\/><\/div><figcaption>Board Shape and LED Layout<\/figcaption><p>Available for round, square, strip and custom outlines with specified LED positions, mounting holes, connector areas and fixture interfaces.<\/p><\/figure><figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"aluminum substrate PCB raw material showing copper circuit dielectric layer and aluminum base structure\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/aluminum-pcb-raw-material.jpg\"\/><\/div><figcaption>Thermal Stack Review<\/figcaption><p>The construction combines the copper circuit, electrically insulating thermal dielectric and aluminum base to transfer heat toward the fixture or heat sink.<\/p><\/figure><figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"ENIG high thermal aluminum PCB LED pad layout and copper circuit detail\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/5Aluminum-PCB-Board-for-LED-Light-ENIG-scaled.webp\"\/><\/div><figcaption>LED Pad Detail<\/figcaption><p>Pad openings, reflective solder mask, copper width and component clearance are controlled according to the LED package and assembly data.<\/p><\/figure><figure class=\"visual-card\"><div class=\"image-slot\"><img alt=\"UFO high bay light high thermal conductivity aluminum substrate PCB application\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/4High-Thermal-Conductivity-Aluminum-Substrate-UFO-scaled.webp\"\/><\/div><figcaption>Lighting Application Fit<\/figcaption><p>Suitable for high bay, industrial, warehouse, outdoor and compact LED modules with application-specific thermal and mechanical requirements.<\/p><\/figure><\/div><\/div><\/section>\n<section class=\"section\" id=\"specs\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Specifications<\/span><h2>High Thermal Aluminum PCB Specifications<\/h2><p class=\"lead\">Final capability, tolerance, price and lead time are based on Gerber files, drill data, mechanical drawings, material requirements, thermal target, copper thickness, finish and order quantity.<\/p><\/div><div class=\"table-wrap\"><table><thead><tr><th>Parameter<\/th><th>Standard Review Scope<\/th><th>Confirm by File<\/th><\/tr><\/thead><tbody><tr><td>Product Route<\/td><td>High thermal conductivity aluminum substrate board<\/td><td>Board use, LED power, heat sink and fixture structure<\/td><\/tr><tr><td>Base Material<\/td><td>Aluminum substrate \/ high thermal aluminum route<\/td><td>Aluminum grade, base thickness and thermal requirement<\/td><\/tr><tr><td>Thermal Conductivity<\/td><td>Project-specified dielectric thermal conductivity<\/td><td>Target W\/m\u00b7K, LED power, working temperature and lifetime goal<\/td><\/tr><tr><td>Copper Circuit<\/td><td>Copper thickness and trace width matched to current load<\/td><td>Copper weight, current path, pad size and copper balance<\/td><\/tr><tr><td>Solder Mask<\/td><td>White or high-reflective solder mask for LED boards<\/td><td>LED opening, color, reflectivity requirement and silkscreen<\/td><\/tr><tr><td>Surface Finish<\/td><td>OSP, HASL, ENIG or silver plating options<\/td><td>Assembly method, storage time, solderability and cost target<\/td><\/tr><tr><td>Board Shape<\/td><td>Round, square, strip or custom profiles<\/td><td>DXF outline, mounting holes, slots, V-cut or CNC routing<\/td><\/tr><tr><td>Testing<\/td><td>AOI, visual inspection and electrical testing<\/td><td>Functional test, aging test or PCBA test if required<\/td><\/tr><tr><td>Assembly<\/td><td>LED PCBA with complete assembly files<\/td><td>BOM, placement, polarity, LED bin, connector and packing<\/td><\/tr><\/tbody><\/table><\/div><\/div><\/section>\n<section class=\"section soft\" id=\"thermal\"><div class=\"container\"><div class=\"grid two\"><div><span class=\"eyebrow\">Thermal Path<\/span><h2>Thermal Path for High-Power LEDs<\/h2><p class=\"lead\">High thermal aluminum PCB is used when LED junction temperature, lumen stability and service life depend on efficient heat transfer from the LED pads through the dielectric layer to the aluminum base and fixture housing.<\/p><div class=\"grid two\" style=\"margin-top:24px\"><div class=\"card\"><h3>LED Heat Source<\/h3><p>LED pad geometry, dense LED zones, copper width and solder mask clearance are matched to the heat concentration and current load.<\/p><\/div><div class=\"card\"><h3>Dielectric Layer<\/h3><p>The dielectric layer provides electrical insulation while transferring heat from the copper circuit to the aluminum substrate.<\/p><\/div><div class=\"card\"><h3>Aluminum Base<\/h3><p>Aluminum base thickness, flatness, board size and mounting contact directly affect heat spreading into the finished fixture.<\/p><\/div><div class=\"card\"><h3>Fixture Interface<\/h3><p>Thermal interface material, screw positions, housing contact and surface flatness should match the board design to minimize thermal resistance.<\/p><\/div><\/div><\/div><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"high-power LED soldering and thermal path review from LED pad through metal substrate to heat sink\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/\u53cc\u9762\u94dd\u57fa\u677f\u6b63\u9762.jpg\"\/><\/div><figcaption>Heat Transfer Review<\/figcaption><p>The complete heat path runs from the LED pad through the copper circuit and dielectric layer into the aluminum base and fixture housing.<\/p><\/figure><\/div><\/div><\/section>\n<section class=\"section\" id=\"material\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Material and Finish<\/span><h2>Material and Finish Options<\/h2><p class=\"lead\">YC PCB supports standard aluminum, high thermal aluminum, copper substrate and FR4 routes. Material and finish are selected according to heat load, solderability, reflectivity, weight, cost and production volume.<\/p><\/div><div class=\"grid two\"><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"high thermal conductivity aluminum substrate board with reflective solder mask and LED finish details\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-downlight-aluminum-substrate.jpg\"\/><\/div><figcaption>Finish and Mask Review<\/figcaption><p>Surface finish and solder mask are selected according to the LED assembly process, storage period, pad design, optical requirements and required solderability.<\/p><\/figure><div class=\"table-wrap\"><table><thead><tr><th>Route<\/th><th>When to Use<\/th><th>Buyer Review Point<\/th><\/tr><\/thead><tbody><tr><td>Standard Aluminum PCB<\/td><td>Common LED lighting projects with moderate heat load<\/td><td>Cost, board shape and basic thermal performance<\/td><\/tr><tr><td>High Thermal Aluminum PCB<\/td><td>High LED density, higher power or tighter lifetime target<\/td><td>Thermal conductivity target and fixture heat sink<\/td><\/tr><tr><td>Copper Substrate PCB<\/td><td>Stronger thermal transfer demand<\/td><td>Cost, weight, machining and application necessity<\/td><\/tr><tr><td>FR4 PCB<\/td><td>Low-power lighting or control circuits<\/td><td>Not preferred for high-power LED heat loads<\/td><\/tr><\/tbody><\/table><\/div><\/div><\/div><\/section>\n<section class=\"section soft\" id=\"design\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Design Checks<\/span><h2>Design Checks for High Thermal Aluminum PCB<\/h2><p class=\"lead\">Production files should define thermal transfer, current load, insulation, LED placement, board profile, surface finish and assembly requirements.<\/p><\/div><div class=\"grid three\"><div class=\"card\"><h3>LED Pad and Mask Opening<\/h3><p>Pad size, LED polarity, solder mask opening, reflective surface and clearance around high-temperature zones should match the component package and assembly process.<\/p><\/div><div class=\"card\"><h3>Copper Width and Current Load<\/h3><p>Trace width, copper weight and current path should support the specified load while limiting voltage drop and localized heating.<\/p><\/div><div class=\"card\"><h3>Insulation and Safety<\/h3><p>Dielectric insulation, creepage, clearance and base material should meet the product\u2019s electrical and environmental requirements.<\/p><\/div><div class=\"card\"><h3>Board Outline and Mounting<\/h3><p>Diameter, slots, mounting holes, CNC routing, V-cut and fixture alignment are manufactured from the approved mechanical drawing.<\/p><\/div><div class=\"card\"><h3>Connector and Driver Area<\/h3><p>Connector and driver areas should be positioned to support assembly access and reduce exposure of heat-sensitive parts to concentrated LED heat.<\/p><\/div><div class=\"card\"><h3>PCBA and Testing Route<\/h3><p>For assembled orders, provide BOM, LED bin, polarity, functional test method, labeling and packing requirements.<\/p><\/div><\/div><\/div><\/section>\n<section class=\"section\" id=\"manufacturing\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Manufacturing Flow<\/span><h2>Manufacturing Flow<\/h2><p class=\"lead\">Production includes material preparation, circuit imaging, etching, solder mask, surface finish, outline processing, inspection and protected packing.<\/p><\/div><div class=\"grid two\"><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"YC PCB manufacturing capability for high thermal aluminum PCB material processing and production review\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/08\/\u8f66\u95f4\u56fe01.webp\"\/><\/div><figcaption>Manufacturing Process Review<\/figcaption><p>The approved stack-up, circuit data and mechanical drawing control imaging, etching, surface finish, CNC routing and inspection.<\/p><\/figure><div class=\"grid two steps\"><div class=\"card step\"><h3>File and DFM Review<\/h3><p>Gerber files, drill data, outline, LED layout and thermal requirements are checked before material and production planning.<\/p><\/div><div class=\"card step\"><h3>Material Preparation<\/h3><p>The specified aluminum substrate, dielectric thermal performance, copper thickness and solder mask are prepared for the approved order.<\/p><\/div><div class=\"card step\"><h3>Circuit and Finish<\/h3><p>Circuit patterns, pad openings, solder mask and surface finish are produced according to the released manufacturing files.<\/p><\/div><div class=\"card step\"><h3>Inspection and Packing<\/h3><p>Appearance, AOI, electrical performance, quantity, labeling and packing are verified before shipment.<\/p><\/div><\/div><\/div><\/div><\/section>\n<section class=\"section dark\" id=\"quality\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Quality Control<\/span><h2>Quality Control for High Thermal Aluminum PCB<\/h2><p class=\"lead\">Quality control covers thermal construction, circuit continuity, solder mask alignment, reflective surface, pad finish, board dimensions and optional LED PCBA testing.<\/p><\/div><div class=\"grid two\"><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"AOI and electrical testing equipment for high thermal aluminum PCB quality inspection\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8\uff0cAOI--scaled.webp\"\/><\/div><figcaption>Inspection Before Shipment<\/figcaption><p>AOI, visual inspection and electrical testing reduce the risk of open circuits, shorts, incorrect pad openings and visible surface defects.<\/p><\/figure><div class=\"grid two\"><div class=\"card\"><h3>Pad and Mask Review<\/h3><p>LED pad openings, solder mask alignment, silkscreen legibility and reflective surface condition are inspected before release.<\/p><\/div><div class=\"card\"><h3>Electrical Test<\/h3><p>Electrical testing verifies continuity and identifies open or short circuits before shipment.<\/p><\/div><div class=\"card\"><h3>Outline Accuracy<\/h3><p>Board diameter, slots, mounting holes, connector position and fixture interface are measured against the approved drawings.<\/p><\/div><div class=\"card\"><h3>PCBA Test Route<\/h3><p>For assembled boards, functional testing, polarity checks and protective packing can be included according to the purchase specification.<\/p><\/div><\/div><\/div><\/div><\/section>\n<section class=\"section\" id=\"pcba\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">LED PCBA<\/span><h2>LED PCBA Support<\/h2><p class=\"lead\">YC PCB supports PCB fabrication, component sourcing, SMT assembly, functional testing and packing for high thermal aluminum substrate orders.<\/p><\/div><div class=\"grid two\"><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"high thermal conductivity aluminum substrate LED PCBA assembly with mounted LED components\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-LEDPCBA-aluminum-substrate%E9%AB%98%E5%AF%BC%E7%83%AD-LEDPCBA-%E9%93%9D%E5%9F%BA%E6%9D%BF503-e1758520835692.jpg\"\/><\/div><figcaption>PCB and Assembly Review<\/figcaption><p>For LED PCBA, provide the BOM, pick-and-place file, assembly drawing, polarity information, testing method and acceptance criteria.<\/p><\/figure><div class=\"card\"><h3>Assembly Files to Send<\/h3><div class=\"check-list\"><div class=\"check-item\">BOM with LED and connector models<\/div><div class=\"check-item\">Pick-and-place file<\/div><div class=\"check-item\">Assembly drawing and polarity marks<\/div><div class=\"check-item\">Functional test requirement<\/div><div class=\"check-item\">Packing and label requirement<\/div><div class=\"check-item\">Special LED bin or CCT requirement<\/div><\/div><\/div><\/div><\/div><\/section>\n<section class=\"section soft\" id=\"compare\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Route Comparison<\/span><h2>Choose the Right Thermal PCB Route<\/h2><p class=\"lead\">Choose among standard aluminum PCB, high thermal aluminum substrate, copper substrate and FR4 according to heat density, electrical design, weight, cost and production requirements.<\/p><\/div><div class=\"compare-row\"><div class=\"card\"><h3>FR4 PCB<\/h3><p>Suitable for low-power electronics and control circuits where the PCB is not the primary heat-spreading path.<\/p><\/div><div class=\"card\"><h3>Standard Aluminum PCB<\/h3><p>A practical metal-core route for standard LED lighting requiring balanced heat transfer, weight and cost.<\/p><\/div><div class=\"card\"><h3>High Thermal Aluminum<\/h3><p>Selected when LED density, power or lifetime requirements demand stronger heat transfer through the dielectric layer.<\/p><\/div><div class=\"card\"><h3>Copper Substrate<\/h3><p>Suitable for higher heat density when stronger thermal spreading justifies the additional weight, machining requirements and cost.<\/p><\/div><\/div><\/div><\/section>\n<section class=\"section\" id=\"quote\"><div class=\"container quote-box\"><div><span class=\"eyebrow\">Start Review<\/span><h2>Files Needed for Quotation<\/h2><p class=\"lead\">For an accurate quotation, send Gerber files, drill data, board outline, LED layout, aluminum base and thermal conductivity requirements, solder mask, surface finish, quantity, delivery target and BOM when assembly is required.<\/p><div class=\"btn-row\"><a class=\"btn primary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">Send Files for Review<\/a><a class=\"btn secondary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">Request Quote<\/a><\/div><\/div><figure class=\"visual-card\"><div class=\"image-slot large\"><img alt=\"PCB module layout design and Gerber engineering review for high thermal aluminum substrate board quotation\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3High-Thermal-Conductivity-Aluminum-Substrate-scaled.webp';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3Aluminum-PCB-Board-for-LED-Light-scaled.webp\"\/><\/div><figcaption>Quote Review Based on Your Files<\/figcaption><p>The quotation covers material selection, thermal construction, finish, LED layout, outline processing, quantity, testing and delivery requirements.<\/p><\/figure><\/div><\/section>\n<section class=\"section\" id=\"faq\"><div class=\"container\"><div class=\"section-head center\"><span class=\"eyebrow\">FAQ<\/span><h2>High Thermal Aluminum PCB FAQ<\/h2><p class=\"lead\">Answers to common purchasing questions about high thermal conductivity aluminum substrate boards, LED aluminum PCB manufacturing, material selection, PCBA and delivery.<\/p><\/div><div class=\"faq\"><details><summary>What is a high thermal conductivity aluminum substrate board?<\/summary><p>A high thermal conductivity aluminum substrate board is a metal-core PCB with a copper circuit layer, thermally conductive dielectric and aluminum base that moves heat away from LEDs or power components.<\/p><\/details><details><summary>When should I choose high thermal aluminum PCB instead of standard aluminum PCB?<\/summary><p>Choose a high thermal route when LED density, current load, fixture temperature, required lifetime or heat-sink design needs stronger heat transfer than a standard aluminum PCB.<\/p><\/details><details><summary>Is this board suitable for UFO high bay lights?<\/summary><p>Yes. This board is suitable for UFO high bay lights, industrial LED fixtures and compact high-power LED modules that require stable thermal performance during continuous operation.<\/p><\/details><details><summary>What files are needed for quotation?<\/summary><p>Please send Gerber files, drill data, board outline, LED layout, target thermal conductivity, aluminum base thickness, copper thickness, solder mask, surface finish, quantity and BOM for assembled orders.<\/p><\/details><details><summary>Can YC PCB review the thermal path before production?<\/summary><p>Yes. YC PCB can assess the LED pad design, copper width, dielectric system, aluminum base, mounting holes, fixture contact and thermal interface from the submitted production files.<\/p><\/details><details><summary>What surface finish can be used on high thermal aluminum PCB?<\/summary><p>Available options include OSP, HASL, ENIG and silver plating. Selection depends on solderability, storage time, LED assembly process, reliability target and cost.<\/p><\/details><details><summary>Can high reflective solder mask be used?<\/summary><p>Yes. High-reflective solder mask is available for LED lighting boards. The selected mask, pad openings, LED clearance, silkscreen and surface finish should match the optical and assembly requirements.<\/p><\/details><details><summary>Can YC PCB provide LED PCBA for this board?<\/summary><p>Yes. YC PCB provides PCB fabrication, component sourcing, SMT assembly, LED polarity control, connector assembly, functional testing and protective packing when complete assembly files are supplied.<\/p><\/details><details><summary>Can FR4 replace high thermal aluminum substrate board?<\/summary><p>FR4 can be used for low-power controls and driver circuits, but a metal-core route is generally more suitable when the board must conduct heat away from high-power LEDs.<\/p><\/details><details><summary>How is quality checked before shipment?<\/summary><p>Quality control can include incoming material checks, visual inspection, AOI, electrical testing, solder mask and surface-finish inspection, dimensional checks and optional PCBA functional testing.<\/p><\/details><details><summary>Can I order <a href=\"\/quick-turn-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">prototype<\/a>s or small batches?<\/summary><p>Yes. Prototype, sample, small-batch and repeat production orders are supported. Lead time depends on material availability, board dimensions, finish, quantity and assembly scope.<\/p><\/details><details><summary>How do I know whether to use aluminum or copper substrate?<\/summary><p>Aluminum substrate offers a practical balance of thermal performance, weight and cost. Copper substrate is considered when the heat density requires stronger spreading and the additional weight and cost are acceptable.<\/p><\/details><\/div><\/div><\/section>\n<section class=\"section soft related\" id=\"related\"><div class=\"container\"><div class=\"section-head\"><span class=\"eyebrow\">Related Routes<\/span><h2>Related Aluminum PCB Routes<\/h2><p class=\"lead\">These related routes cover standard aluminum PCB, high bay light aluminum PCB and copper substrate options for different thermal loads and cost targets.<\/p><\/div><div class=\"grid three\"><a href=\"\/products\/aluminum-pcb\/\">Aluminum PCB<span>Metal core route for LED lighting and thermal applications<\/span><\/a><a href=\"\/products\/aluminum-pcb\/high-bay-light-aluminum-pcb\/\">High Bay Light Aluminum PCB<span>LED high bay and UFO high bay lighting boards<\/span><\/a><a href=\"\/products\/copper-substrate-pcb\/\">Copper Substrate PCB<span>Higher thermal transfer route for demanding LED projects<\/span><\/a><\/div><\/div><\/section>\n<section class=\"final\"><div class=\"container\"><span class=\"eyebrow\">Get Quote<\/span><h2>Get High Thermal Aluminum PCB Quote<\/h2><p class=\"lead\">Send the Gerber files, board outline, LED layout, thermal target, surface finish, quantity and PCBA data. YC PCB will confirm the production route, price and lead time from the supplied specifications.<\/p><div class=\"btn-row\" style=\"justify-content:center\"><a class=\"btn primary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">Send Gerber for Review<\/a><a class=\"btn secondary\" href=\"#ycpcbs-contact-popup\">Talk to Engineering Team<\/a><\/div><\/div><\/section>\n<\/main>\n\n<!-- YC PCB Contact Popup -->\n<div class=\"ycpcbs-contact-popup\" id=\"ycpcbs-contact-popup\">\n  <div\n    class=\"ycpcbs-popup-dialog\"\n    role=\"dialog\"\n    aria-modal=\"true\"\n    aria-labelledby=\"ycpcbs-popup-title\"\n  >\n    <a class=\"ycpcbs-popup-close\" href=\"#\" aria-label=\"Close contact form\">\u00d7<\/a>\n\n    <div class=\"ycpcbs-popup-head\">\n      <span class=\"eyebrow\">Quick Project Inquiry<\/span>\n\n      <h3 id=\"ycpcbs-popup-title\">Send Your High Thermal Aluminum PCB Requirements<\/h3>\n\n      <p>\n        Tell us what you need. For Gerber files, drill data, LED layouts,\n        mechanical drawings, BOM or other attachments, email them directly to\n        sales@ycelectronic.com after submitting this form.\n      <\/p>\n    <\/div>\n\n    <form\n      id=\"ycpcbs-contact-form\"\n      data-endpoint=\"https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions\"\n    >\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-name\">Name<\/label>\n        <input\n          id=\"ycpcbs-name\"\n          name=\"name\"\n          type=\"text\"\n          placeholder=\"Your name\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-phone\">Email \/ WhatsApp \/ Phone<\/label>\n        <input\n          id=\"ycpcbs-phone\"\n          name=\"phone\"\n          type=\"text\"\n          placeholder=\"Email, WhatsApp or phone number\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-message\">Project Requirements<\/label>\n        <textarea\n          id=\"ycpcbs-message\"\n          name=\"message\"\n          placeholder=\"Please include board size, target thermal conductivity, aluminum-base thickness, copper weight, LED layout, surface finish, quantity, PCBA needs and target delivery time.\"\n          required\n        ><\/textarea>\n      <\/div>\n\n      <input\n        type=\"text\"\n        name=\"_zeroy_hp\"\n        value=\"\"\n        tabindex=\"-1\"\n        autocomplete=\"off\"\n        aria-hidden=\"true\"\n        style=\"display:none !important;\"\n      \/>\n\n      <input\n        type=\"hidden\"\n        name=\"_zeroy_redirect\"\n        value=\"https:\/\/ycpcbs.com\/\"\n      \/>\n\n      <button class=\"ycpcbs-popup-submit\" type=\"submit\">\n        Send Project Requirements\n      <\/button>\n\n      <div class=\"ycpcbs-popup-note\">\n        Need to send Gerber, BOM or drawings?\n        <a href=\"mailto:sales@ycelectronic.com\">sales@ycelectronic.com<\/a>\n      <\/div>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const form = document.getElementById('<a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">ycpcb<\/a>s-contact-form');\n\n  if (!form) return;\n\n  form.addEventListener('submit', async function (event) {\n    event.preventDefault();\n\n    const submitButton = form.querySelector('[type=\"submit\"]');\n    const originalButtonText = submitButton ? submitButton.textContent : '';\n\n    if (submitButton) {\n      submitButton.disabled = true;\n      submitButton.textContent = 'Sending...';\n    }\n\n    try {\n      const endpoint =\n        form.dataset.endpoint ||\n        'https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions';\n\n      const formData = new FormData(form);\n\n      const response = await fetch(endpoint, {\n        method: 'POST',\n        body: formData\n      });\n\n      const result = await response.json();\n\n      if (result && result.success === true) {\n        window.location.href = 'https:\/\/ycpcbs.com\/';\n        return;\n      }\n\n      throw new Error(\n        (result && result.data && result.data.message) ||\n        (result && result.message) ||\n        'Submission failed.'\n      );\n\n    } catch (error) {\n      console.error('Zeroy submission error:', error);\n\n      alert(\n        'Submission failed. Please try again or email your project to sales@ycelectronic.com.'\n      );\n\n      if (submitButton) {\n        submitButton.disabled = false;\n        submitButton.textContent = originalButtonText;\n      }\n    }\n  });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>High Thermal Aluminum PCBHigh Thermal Aluminum PCBYC PCB supplies high thermal conductivity aluminum substrate boards for high-power LED modules, UFO high bay lights and thermal management electronics. Available support covers aluminum base selection, dielectric thermal performance, copper thickness, solder mask, surface finish, LED PCBA and order-specific testing.Aluminum Substrate BoardHigh Thermal ConductivityHigh-Power LED PCBLED PCBA SupportSend [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-08-07 08:55:15","footnotes":""},"class_list":["post-4074","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/pages\/4074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/comments?post=4074"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/pages\/4074\/revisions"}],"predecessor-version":[{"id":4231,"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/pages\/4074\/revisions\/4231"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/fr\/wp-json\/wp\/v2\/media?parent=4074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}