{"id":4988,"date":"2026-07-31T01:06:41","date_gmt":"2026-07-31T01:06:41","guid":{"rendered":"https:\/\/test.ribbonoem.com\/oem-odm\/"},"modified":"2026-07-31T05:17:19","modified_gmt":"2026-07-31T05:17:19","slug":"oem-odm","status":"publish","type":"page","link":"https:\/\/test.ribbonoem.com\/ja\/oem-odm\/","title":{"rendered":"OEM &#038; ODM"},"content":{"rendered":"\n<!--\n  ============================================================================\n  SUPPORT PAGE, OEM \/ ODM Services\n  File: website\/oem-odm.html  |  URL: \/oem-odm\/\n  ----------------------------------------------------------------------------\n  Per architecture\/02-page-content-strategy.md \u00a74.3, extended with the\n  buyer-requested \"Why Us + NDA\" and FAQ sections (page ends on FAQ, no\n  standalone CTA section; the inquiry popup lives in the theme footer).\n  SECTION MAP:\n    1. Hero                     .rb-oem-hero    (dark blue, white text, 1 CTA)\n    2. OEM vs ODM               .rb-oem-modes   (two-mode explainer)\n    3. Manufacturing Capability .rb-oem-caps    (dark blue, real counters)\n    4. Private Label & Packaging .rb-oem-label\n    5. Cooperation Process      .rb-oem-process (5 steps, sample days [TBD])\n    6. Why Us + NDA             .rb-oem-why     (dark blue, 4 certs, NDA)\n    7. OEM & ODM FAQ            .rb-oem-faq     (FAQPage schema, page ends here)\n  CONTRACT:\n    - Content sections only (theme supplies header\/footer).\n    - Each section carries its own scoped <style> (.rb-oem- prefix).\n    - Uses main.css CSS variables; dark sections = blue bg + white text.\n    - Images: ONLY real media-library URLs from research\/image-map.md.\n    - MOQ \/ payment \/ sample days => [TBD - awaiting client].\n    - Certifications: only Oeko-Tex \/ GRS \/ Sedex \/ ISO 9001:2015.\n    - No client brand logos (decision D1).\n    - Keywords: custom ribbon manufacturer \/ oem odm ribbon.\n  ============================================================================\n-->\n<div class=\"rb-oem rb-oem--oem-odm\">\n<!-- =====================================================================\n     SECTION 1, HERO (contains SHARED TEMPLATE BASE styles)\n     ===================================================================== -->\n<style>\n\/* ---------- SHARED TEMPLATE BASE (scoped to .rb-oem) ---------- *\/\n.rb-oem { font-family: var(--font-body, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif); color: var(--color-text, #293c82); -webkit-font-smoothing: antialiased; }\n.rb-oem *, .rb-oem *::before, .rb-oem *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.rb-oem img { max-width: 100%; height: auto; display: block; }\n.rb-oem a { text-decoration: none; color: inherit; }\n.rb-oem h1, .rb-oem h2, .rb-oem h3, .rb-oem h4 { font-family: var(--font-heading, 'Roboto', sans-serif); color: var(--color-heading, #1e2d63); line-height: 1.18; text-wrap: balance; }\n.rb-oem p { line-height: 1.7; }\n.rb-oem .rb-oem-wrap { max-width: var(--container-lg, 1240px); margin: 0 auto; padding-left: var(--container-gutter, 1rem); padding-right: var(--container-gutter, 1rem); }\n.rb-oem .rb-oem-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--color-accent, #cc9591); border-left: 3px solid var(--color-accent, #cc9591); padding-left: 14px; margin-bottom: 18px; }\n.rb-oem .rb-oem-sec-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }\n.rb-oem .rb-oem-sec-head h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; }\n.rb-oem .rb-oem-sec-head p { font-size: 1.02rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-oem .rb-oem-btn { display: inline-block; background: var(--color-accent, #cc9591); color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; padding: 16px 36px; border: 1px solid var(--color-accent, #cc9591); border-radius: var(--radius-sm, 6px); cursor: pointer; transition: transform var(--duration-fast, 250ms) var(--ease-out-expo, ease), box-shadow var(--duration-fast, 250ms) ease; }\n.rb-oem .rb-oem-btn:hover { transform: scale(1.04); box-shadow: var(--shadow-button-hover, 0 12px 26px rgba(204,149,145,.32)); }\n.rb-oem .rb-oem-textlink { display: inline-block; font-weight: 700; color: var(--color-primary, #293c82); border-bottom: 2px solid var(--color-accent, #cc9591); padding-bottom: 2px; transition: color var(--duration-fast, 250ms) ease; }\n.rb-oem .rb-oem-textlink:hover { color: var(--color-accent, #cc9591); }\n\/* progressive-enhancement reveal *\/\n.rb-oem--js .rb-oem-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-out-expo, ease), transform .7s var(--ease-out-expo, ease); }\n.rb-oem--js .rb-oem-reveal.is-in { opacity: 1; transform: none; }\n@media (prefers-reduced-motion: reduce) { .rb-oem--js .rb-oem-reveal { opacity: 1; transform: none; transition: none; } }\n\/* ---------- HERO (dark blue, white text) ---------- *\/\n.rb-oem-hero { position: relative; background: var(--color-primary, #293c82); color: #fff; overflow: hidden; }\n.rb-oem-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .28; }\n.rb-oem-hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(30,45,99,.95) 0%, rgba(41,60,130,.86) 46%, rgba(41,60,130,.55) 100%); }\n.rb-oem-hero__inner { position: relative; z-index: 2; max-width: var(--container-lg, 1240px); margin: 0 auto; padding: clamp(5rem, 11vw, 8.5rem) var(--container-gutter, 1rem); }\n.rb-oem-hero__crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 30px; }\n.rb-oem-hero__crumb a { color: rgba(255,255,255,.72); transition: color var(--duration-fast, 250ms) ease; }\n.rb-oem-hero__crumb a:hover { color: #fff; }\n.rb-oem-hero__crumb .sep { opacity: .5; }\n.rb-oem-hero__crumb .curr { color: #fff; font-weight: 700; }\n.rb-oem-hero__kicker { display: block; font-size: 13px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--color-accent, #cc9591); margin-bottom: 20px; }\n.rb-oem-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 900; letter-spacing: -.03em; line-height: 1.08; max-width: 860px; margin-bottom: 24px; text-shadow: 0 4px 22px rgba(0,0,0,.35); }\n.rb-oem-hero__sub { color: #fff; opacity: .94; font-size: 1.08rem; line-height: 1.75; max-width: 680px; margin-bottom: 36px; }\n.rb-oem-hero__facts { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }\n.rb-oem-hero__fact { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm, 6px); padding: 14px 20px; min-width: 158px; }\n.rb-oem-hero__fact b { display: block; font-size: 1.18rem; font-weight: 800; color: #fff; letter-spacing: -.01em; }\n.rb-oem-hero__fact span { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: 4px; }\n@media (max-width: 768px) {\n  .rb-oem-hero__inner { padding: clamp(4rem, 16vw, 6rem) 20px; }\n  .rb-oem-hero h1 { font-size: 2rem; }\n  .rb-oem-hero__fact { flex: 1 1 100%; }\n}\n<\/style>\n<section class=\"rb-oem-hero\">\n  <img decoding=\"async\" class=\"rb-oem-hero__bg\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-manufacturer-01.jpg\" alt=\"Meedee ribbon manufacturing floor with production machines\" fetchpriority=\"high\" title=\"\">\n  <div class=\"rb-oem-hero__overlay\" aria-hidden=\"true\"><\/div>\n  <div class=\"rb-oem-hero__inner\">\n    <nav class=\"rb-oem-hero__crumb\" aria-label=\"Breadcrumb\">\n      <a href=\"\/\">Home<\/a>\n      <span class=\"sep\">\/<\/span>\n      <span class=\"curr\">OEM &amp; ODM<\/span>\n    <\/nav>\n    <span class=\"rb-oem-hero__kicker\">Private Label &middot; Custom Packaging &middot; NDA Welcome<\/span>\n    <h1>OEM &amp; ODM Ribbon Manufacturing by a Custom Ribbon Manufacturer<\/h1>\n    <p class=\"rb-oem-hero__sub\">20+ years of OEM &amp; ODM ribbon manufacturing for brands, importers and packaging companies. 100 in-house designers, 300 production machines, private label printing and custom packaging, all on a 150,000+&#13217; factory floor certified to Oeko-Tex, GRS, Sedex and ISO 9001:2015.<\/p>\n    <div class=\"rb-oem-hero__facts\">\n      <div class=\"rb-oem-hero__fact\"><b>20+<\/b><span>Years OEM &amp; ODM<\/span><\/div>\n      <div class=\"rb-oem-hero__fact\"><b>100<\/b><span>In-house Designers<\/span><\/div>\n      <div class=\"rb-oem-hero__fact\"><b>300<\/b><span>Production Machines<\/span><\/div>\n      <div class=\"rb-oem-hero__fact\"><b>1,200+<\/b><span>Ribbon Styles<\/span><\/div>\n    <\/div>\n    <a class=\"rb-oem-btn\" href=\"\/contact\/\">Get a Free Quote<\/a>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 2, OEM vs ODM (two-mode explainer)\n     ===================================================================== -->\n<style>\n.rb-oem-modes { background: var(--color-bg, #fcfbfe); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-modes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 36px; }\n.rb-oem-mode { background: var(--color-surface, #fff); border: 1px solid var(--color-border, #E5E5E5); border-top: 4px solid var(--color-primary, #293c82); border-radius: var(--radius-md, 10px); padding: 34px 32px; min-width: 0; transition: transform var(--duration-fast, 250ms) ease, box-shadow var(--duration-fast, 250ms) ease; }\n.rb-oem-mode--odm { border-top-color: var(--color-accent, #cc9591); }\n.rb-oem-mode:hover { transform: translateY(-4px); box-shadow: var(--shadow-card, 0 10px 30px rgba(12,15,22,.07)); }\n.rb-oem-mode__tag { display: inline-block; font-family: var(--font-mono, 'Space Mono', monospace); font-size: 12px; font-weight: 700; letter-spacing: .16em; color: var(--color-primary, #293c82); background: var(--color-primary-ghost, #f1f4fa); padding: 5px 12px; border-radius: var(--radius-sm, 6px); margin-bottom: 18px; }\n.rb-oem-mode--odm .rb-oem-mode__tag { color: var(--color-accent, #cc9591); background: var(--color-accent, #cc9591); background: rgba(204,149,145,.14); }\n.rb-oem-mode h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }\n.rb-oem-mode > p { font-size: .95rem; color: var(--color-text-muted, rgba(41,60,130,.72)); margin-bottom: 20px; }\n.rb-oem-mode ul { list-style: none; }\n.rb-oem-mode li { position: relative; padding-left: 26px; font-size: .92rem; color: var(--color-text-muted, rgba(41,60,130,.72)); line-height: 1.6; margin-bottom: 10px; }\n.rb-oem-mode li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--color-accent, #cc9591); }\n.rb-oem-mode__fit { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--color-border-subtle, #F0F0F0); font-size: .85rem; color: var(--color-primary, #293c82); font-weight: 700; }\n.rb-oem-modes__note { max-width: 820px; margin: 0 auto; text-align: center; font-size: .98rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n@media (max-width: 900px) { .rb-oem-modes__grid { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-oem-modes\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-sec-head rb-oem-reveal\">\n      <span class=\"rb-oem-eyebrow\">Two Ways to Work With Us<\/span>\n      <h2>OEM vs ODM: Which Do You Need?<\/h2>\n      <p>Both models run on the same 150,000+&#13217; factory floor. The difference is where the design starts, with your spec, or with our 100-designer team.<\/p>\n    <\/div>\n    <div class=\"rb-oem-modes__grid\">\n      <article class=\"rb-oem-mode rb-oem-reveal\">\n        <span class=\"rb-oem-mode__tag\">OEM<\/span>\n        <h3>OEM, We Build to Your Design<\/h3>\n        <p>You bring the artwork, spec and target; we manufacture it exactly. Your logo, your color, your width, your packaging, produced at factory scale.<\/p>\n        <ul>\n          <li>Your design and spec, manufactured to tolerance across widths from 3mm to 100mm<\/li>\n          <li>Your logo printed with any of 17 in-house printing &amp; finishing techniques<\/li>\n          <li>Your branded packaging: retail winding, spools, hang tags, cartons<\/li>\n          <li>Consistent lot-to-lot color and print quality on repeat orders<\/li>\n        <\/ul>\n        <p class=\"rb-oem-mode__fit\">Best for: brands and importers with an established ribbon design.<\/p>\n      <\/article>\n      <article class=\"rb-oem-mode rb-oem-mode--odm rb-oem-reveal\">\n        <span class=\"rb-oem-mode__tag\">ODM<\/span>\n        <h3>ODM, We Design, You Brand<\/h3>\n        <p>Our 100 in-house designers develop new ribbon styles for your line, drawing on a library of 1,200+ existing styles and current market trends. You approve, we produce, you brand.<\/p>\n        <ul>\n          <li>New styles developed from your brief, target market and price point<\/li>\n          <li>1,200+ proven styles available as a starting point for adaptation<\/li>\n          <li>Free design service, artwork, colorways and print layouts included<\/li>\n          <li>From approved sample to mass production in one factory, no hand-off<\/li>\n        <\/ul>\n        <p class=\"rb-oem-mode__fit\">Best for: retailers and packaging brands expanding a private label line.<\/p>\n      <\/article>\n    <\/div>\n    <p class=\"rb-oem-modes__note rb-oem-reveal\">Many buyers run both: OEM for core SKUs, ODM for seasonal drops. Tell us your program and we&rsquo;ll recommend the mix, <a class=\"rb-oem-textlink\" href=\"\/contact\/\">start with a free consultation<\/a>.<\/p>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 3, MANUFACTURING CAPABILITIES (dark blue)\n     ===================================================================== -->\n<style>\n.rb-oem-caps { background: var(--color-primary-strong, #1e2d63); color: #fff; padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-caps .rb-oem-sec-head h2 { color: #fff; }\n.rb-oem-caps .rb-oem-sec-head p { color: rgba(255,255,255,.82); }\n.rb-oem-caps__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 44px; }\n.rb-oem-cap { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md, 10px); padding: 26px 24px; min-width: 0; transition: background var(--duration-fast, 250ms) ease, transform var(--duration-fast, 250ms) ease; }\n.rb-oem-cap:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); }\n.rb-oem-cap b { display: block; font-size: 1.9rem; font-weight: 900; color: #fff; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 6px; }\n.rb-oem-cap span { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent, #cc9591); font-weight: 700; margin-bottom: 10px; }\n.rb-oem-cap p { font-size: .88rem; color: rgba(255,255,255,.8); }\n.rb-oem-caps__media { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; }\n.rb-oem-caps__media figure { border-radius: var(--radius-md, 10px); overflow: hidden; min-width: 0; }\n.rb-oem-caps__media img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; }\n@media (max-width: 1024px) { .rb-oem-caps__stats { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 768px) { .rb-oem-caps__stats { grid-template-columns: 1fr; } .rb-oem-caps__media { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-oem-caps\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-sec-head rb-oem-reveal\">\n      <span class=\"rb-oem-eyebrow\">Factory Capability<\/span>\n      <h2>Manufacturing Capabilities<\/h2>\n      <p>One factory handles weaving, dyeing, printing, slitting and packing, so your OEM\/ODM program never crosses a supplier boundary between sample and mass production.<\/p>\n    <\/div>\n    <div class=\"rb-oem-caps__stats\">\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>300<\/b><span>Production Machines<\/span><p>Looms, dyeing vats, print lines and slitting machines under one roof.<\/p><\/div>\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>100<\/b><span>In-house Designers<\/span><p>ODM development, artwork adaptation and print layout, free design service.<\/p><\/div>\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>17<\/b><span>Printing Techniques<\/span><p>Screen ink, foil, plastisol, puff, silicone, glitter and thick plate finishes.<\/p><\/div>\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>3&ndash;100mm<\/b><span>Width Range<\/span><p>From 3mm detail ribbon to 100mm statement ribbon, single or double face.<\/p><\/div>\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>1,000,000+<\/b><span>Meters \/ Day<\/span><p>Daily output across all production lines for high-volume programs.<\/p><\/div>\n      <div class=\"rb-oem-cap rb-oem-reveal\"><b>1,200+<\/b><span>Ribbon Styles<\/span><p>9 ribbon families, satin to wired to ready-made bows, as ODM starting points.<\/p><\/div>\n    <\/div>\n    <div class=\"rb-oem-caps__media rb-oem-reveal\">\n      <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-02.jpg\" alt=\"Ribbon production machines on the Meedee factory floor\" loading=\"lazy\" title=\"\"><\/figure>\n      <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/Plastisol-Foil-Print.jpg\" alt=\"Plastisol and foil printed ribbon sample\" loading=\"lazy\" title=\"\"><\/figure>\n      <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-10.jpg\" alt=\"Finished ribbon rolls and packaging on the production floor\" loading=\"lazy\" title=\"\"><\/figure>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 4, PRIVATE LABEL & PACKAGING\n     ===================================================================== -->\n<style>\n.rb-oem-label { background: var(--color-bg-soft, #F7F7F7); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-label__layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }\n.rb-oem-label__list { list-style: none; margin-top: 26px; }\n.rb-oem-label__list li { position: relative; padding-left: 30px; font-size: .96rem; color: var(--color-text-muted, rgba(41,60,130,.72)); line-height: 1.65; margin-bottom: 16px; }\n.rb-oem-label__list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 50%; background: var(--color-accent, #cc9591); }\n.rb-oem-label__list li strong { color: var(--color-primary, #293c82); }\n.rb-oem-label__media { display: grid; gap: 16px; }\n.rb-oem-label__media figure { border-radius: var(--radius-md, 10px); overflow: hidden; min-width: 0; }\n.rb-oem-label__media img { width: 100%; object-fit: cover; }\n.rb-oem-label__media figcaption { padding: 10px 4px 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-text-secondary, rgba(41,60,130,.55)); }\n.rb-oem-label__intro { font-size: 1rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n@media (max-width: 1024px) { .rb-oem-label__layout { grid-template-columns: 1fr; gap: 40px; } }\n<\/style>\n<section class=\"rb-oem-label\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-label__layout\">\n      <div class=\"rb-oem-reveal\">\n        <span class=\"rb-oem-eyebrow\">Private Label<\/span>\n        <h2 style=\"font-size:clamp(1.7rem,3vw,2.35rem);font-weight:800;letter-spacing:-.02em;margin-bottom:16px;\">Private Label &amp; Packaging Solution<\/h2>\n        <p class=\"rb-oem-label__intro\">Your brand goes on the ribbon and on the box. We print your logo across the full roll and pack it retail-ready, one of three free services alongside Free Sample and Free Design.<\/p>\n        <ul class=\"rb-oem-label__list\">\n          <li><strong>Logo &amp; brand printing<\/strong>, repeat-position logos, monograms and text with 17 techniques, matched to your artwork on single or double face ribbon.<\/li>\n          <li><strong>Custom packaging<\/strong>, retail winding, spools, hang tags and branded cartons in standard 10 \/ 25 \/ 100-yard rolls or your own format.<\/li>\n          <li><strong>Color consistency<\/strong>, dyed to your swatch with lot-to-lot shade control, so reorder #10 matches order #1.<\/li>\n          <li><strong>Sustainable options<\/strong>, GRS-certified RPET recycled polyester and natural cotton for eco-positioned private label lines.<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"rb-oem-label__media rb-oem-reveal\">\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/Screen-Ink-Print-Foil-Print.jpg\" alt=\"Custom ribbon printed with logo using screen ink and foil\" loading=\"lazy\" title=\"\">\n          <figcaption>Logo print, screen ink + foil<\/figcaption>\n        <\/figure>\n        <figure>\n          <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-10.jpg\" alt=\"Ribbon rolls prepared for export packaging\" loading=\"lazy\" title=\"\">\n          <figcaption>Rolls ready for export packing<\/figcaption>\n        <\/figure>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 5, COOPERATION PROCESS (5 steps)\n     ===================================================================== -->\n<style>\n.rb-oem-process { background: var(--color-surface, #fff); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 40px; counter-reset: rbostep; }\n.rb-oem-step { position: relative; background: var(--color-bg, #fcfbfe); border: 1px solid var(--color-border, #E5E5E5); border-radius: var(--radius-md, 10px); padding: 30px 18px 24px; min-width: 0; }\n.rb-oem-step::before { counter-increment: rbostep; content: counter(rbostep, decimal-leading-zero); position: absolute; top: -15px; left: 18px; background: var(--color-primary, #293c82); color: #fff; font-family: var(--font-mono, 'Space Mono', monospace); font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: var(--radius-sm, 6px); letter-spacing: .08em; }\n.rb-oem-step h3 { font-size: .98rem; font-weight: 800; margin: 8px 0 8px; }\n.rb-oem-step p { font-size: .85rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-oem-process__meta { max-width: 860px; margin: 0 auto; text-align: center; font-size: .98rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-oem-process__meta strong { color: var(--color-primary, #293c82); }\n@media (max-width: 1024px) { .rb-oem-process__steps { grid-template-columns: repeat(3, 1fr); } }\n@media (max-width: 768px) { .rb-oem-process__steps { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .rb-oem-process__steps { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-oem-process\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-sec-head rb-oem-reveal\">\n      <span class=\"rb-oem-eyebrow\">How We Cooperate<\/span>\n      <h2>Our Cooperation Process<\/h2>\n      <p>Five steps from first inquiry to delivered goods. Standard production runs 2&ndash;3 weeks after sample approval; fully custom programs vary by complexity.<\/p>\n    <\/div>\n    <div class=\"rb-oem-process__steps\">\n      <div class=\"rb-oem-step rb-oem-reveal\">\n        <h3>Inquiry<\/h3>\n        <p>Send your spec or artwork, material, width, color, print, quantity. NDA signed before review if you wish.<\/p>\n      <\/div>\n      <div class=\"rb-oem-step rb-oem-reveal\">\n        <h3>Sampling<\/h3>\n        <p>Free sample and free design. Sample lead time: <strong>[TBD &#8211; awaiting client]<\/strong>.<\/p>\n      <\/div>\n      <div class=\"rb-oem-step rb-oem-reveal\">\n        <h3>Confirmation<\/h3>\n        <p>Approve sample, lock color \/ print \/ packaging, confirm MOQ and payment terms (<strong>[TBD &#8211; awaiting client]<\/strong>).<\/p>\n      <\/div>\n      <div class=\"rb-oem-step rb-oem-reveal\">\n        <h3>Mass Production<\/h3>\n        <p>2&ndash;3 weeks standard on 300 machines, with in-process QC under ISO 9001:2015.<\/p>\n      <\/div>\n      <div class=\"rb-oem-step rb-oem-reveal\">\n        <h3>Delivery<\/h3>\n        <p>Export packaging to your market&rsquo;s requirements, shipped worldwide from Xiamen.<\/p>\n      <\/div>\n    <\/div>\n    <p class=\"rb-oem-process__meta rb-oem-reveal\">Reply within service hours <strong>8:30AM&ndash;9:30PM Mon&ndash;Sat<\/strong> &middot; info@ribbonoem.com &middot; WhatsApp +86 131 1073 9215<\/p>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 6, WHY US + NDA (dark blue, 4 certs)\n     ===================================================================== -->\n<style>\n.rb-oem-why { background: var(--color-primary, #293c82); color: #fff; padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-why .rb-oem-sec-head h2 { color: #fff; }\n.rb-oem-why .rb-oem-sec-head p { color: rgba(255,255,255,.82); }\n.rb-oem-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 44px; }\n.rb-oem-why__card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-md, 10px); padding: 28px 26px; min-width: 0; }\n.rb-oem-why__card b { display: block; font-size: 1.7rem; font-weight: 900; color: #fff; margin-bottom: 6px; letter-spacing: -.02em; }\n.rb-oem-why__card span { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--color-accent, #cc9591); font-weight: 700; margin-bottom: 10px; }\n.rb-oem-why__card p { font-size: .88rem; color: rgba(255,255,255,.8); }\n.rb-oem-why__nda { background: rgba(255,255,255,.08); border: 1px solid rgba(204,149,145,.55); border-radius: var(--radius-md, 10px); padding: 30px 34px; display: flex; gap: 26px; align-items: flex-start; margin-bottom: 44px; }\n.rb-oem-why__nda-icon { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; background: var(--color-accent, #cc9591); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; }\n.rb-oem-why__nda h3 { color: #fff; font-size: 1.15rem; font-weight: 800; margin-bottom: 8px; }\n.rb-oem-why__nda p { font-size: .92rem; color: rgba(255,255,255,.85); }\n.rb-oem-why__certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\n.rb-oem-why__cert { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md, 10px); padding: 14px; text-align: center; min-width: 0; }\n.rb-oem-why__cert img { width: 100%; aspect-ratio: 3 \/ 4; object-fit: cover; border-radius: var(--radius-sm, 6px); margin-bottom: 10px; background: #fff; }\n.rb-oem-why__cert span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.85); font-weight: 700; }\n@media (max-width: 1024px) { .rb-oem-why__grid { grid-template-columns: 1fr; } .rb-oem-why__certs { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 600px) { .rb-oem-why__nda { flex-direction: column; } }\n<\/style>\n<section class=\"rb-oem-why\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-sec-head rb-oem-reveal\">\n      <span class=\"rb-oem-eyebrow\">Why Meedee<\/span>\n      <h2>Why Brands Choose Us as Their OEM &amp; ODM Partner<\/h2>\n      <p>Three numbers do the talking, and a signed NDA protects everything you share with us.<\/p>\n    <\/div>\n    <div class=\"rb-oem-why__grid\">\n      <div class=\"rb-oem-why__card rb-oem-reveal\"><b>20+<\/b><span>Years<\/span><p>Two decades of OEM &amp; ODM ribbon manufacturing for export markets, with 80+ branches and offices worldwide.<\/p><\/div>\n      <div class=\"rb-oem-why__card rb-oem-reveal\"><b>100<\/b><span>Designers<\/span><p>An in-house design team that turns your brief into production-ready artwork, free design service included.<\/p><\/div>\n      <div class=\"rb-oem-why__card rb-oem-reveal\"><b>300<\/b><span>Machines<\/span><p>Weaving, dyeing, printing and slitting capacity of 1,000,000+ meters a day on a 150,000+&#13217; factory floor.<\/p><\/div>\n    <\/div>\n    <div class=\"rb-oem-why__nda rb-oem-reveal\">\n      <div class=\"rb-oem-why__nda-icon\" aria-hidden=\"true\">&sect;<\/div>\n      <div>\n        <h3>Your Design Is Protected, NDA Welcome<\/h3>\n        <p>We sign a Non-Disclosure Agreement before you share artwork, specs or packaging files. Your designs, print screens and molds are used only for your orders and are never resold or shown to other buyers. Ask for our standard NDA template with your first inquiry.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"rb-oem-why__certs rb-oem-reveal\">\n      <div class=\"rb-oem-why__cert\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/Oeko-Tex-Certificate.jpg\" alt=\"Oeko-Tex certificate\" loading=\"lazy\" title=\"\"><span>Oeko-Tex<\/span><\/div>\n      <div class=\"rb-oem-why__cert\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/GRS-scaled.jpg\" alt=\"Global Recycled Standard certificate\" loading=\"lazy\" title=\"\"><span>GRS<\/span><\/div>\n      <div class=\"rb-oem-why__cert\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/SMETA-scaled.jpg\" alt=\"Sedex SMETA audit certificate\" loading=\"lazy\" title=\"\"><span>Sedex (SMETA)<\/span><\/div>\n      <div class=\"rb-oem-why__cert\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/AS9100D-and-ISO-9001-2015-scaled.jpg\" alt=\"ISO 9001:2015 quality management certificate\" loading=\"lazy\" title=\"\"><span>ISO 9001:2015<\/span><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 7, OEM & ODM FAQ (+ FAQPage schema below), page ends here\n     ===================================================================== -->\n<style>\n.rb-oem-faq { background: var(--color-bg-soft, #F7F7F7); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-oem-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 26px; align-items: start; }\n.rb-oem-faq__item { background: var(--color-surface, #fff); border: 1px solid var(--color-border, #E5E5E5); border-radius: var(--radius-sm, 6px); transition: border-color var(--duration-fast, 250ms) ease; }\n.rb-oem-faq__item[open] { border-color: var(--color-accent, #cc9591); }\n.rb-oem-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 700; color: var(--color-heading, #1e2d63); line-height: 1.4; }\n.rb-oem-faq__item summary::-webkit-details-marker { display: none; }\n.rb-oem-faq__item summary::after { content: '+'; flex: 0 0 auto; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-border-strong, #D4D4D4); border-radius: var(--radius-full, 999px); color: var(--color-primary, #293c82); font-size: 1.15rem; font-weight: 400; line-height: 1; transition: transform var(--duration-base, 400ms) var(--ease-out-expo, ease), background var(--duration-fast, 250ms) ease, color var(--duration-fast, 250ms) ease, border-color var(--duration-fast, 250ms) ease; }\n.rb-oem-faq__item[open] summary::after { content: '\\2212'; transform: rotate(180deg); background: var(--color-accent, #cc9591); border-color: var(--color-accent, #cc9591); color: #fff; }\n.rb-oem-faq__a { padding: 0 24px 22px; font-size: .94rem; line-height: 1.75; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-oem-faq__foot { text-align: center; margin-top: 44px; }\n@media (max-width: 768px) { .rb-oem-faq__grid { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-oem-faq\">\n  <div class=\"rb-oem-wrap\">\n    <div class=\"rb-oem-sec-head rb-oem-reveal\">\n      <span class=\"rb-oem-eyebrow\">Buyer Questions<\/span>\n      <h2>OEM &amp; ODM Ribbon FAQ<\/h2>\n      <p>The questions brand owners and importers ask before starting a private label ribbon program.<\/p>\n    <\/div>\n    <div class=\"rb-oem-faq__grid\">\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>What is the difference between OEM and ODM ribbon manufacturing?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>In OEM, we manufacture ribbon to your design, your artwork, color, width and packaging. In ODM, our 100 in-house designers develop new styles for you to brand, drawing on a library of 1,200+ existing styles. Both run on the same 150,000+&#13217; factory floor with 300 machines.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>What is the MOQ for a private label ribbon order?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>MOQ varies by ribbon type, width, print and customization, <strong>[TBD &#8211; awaiting client]<\/strong>. Send your target quantity and we&rsquo;ll confirm the minimum and volume-tiered pricing for your program.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>How long does sampling take?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>A free sample and free design are available for every OEM\/ODM program. Sample lead time is <strong>[TBD &#8211; awaiting client]<\/strong>; standard mass production then runs 2&ndash;3 weeks after sample approval, longer for complex custom work.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>Will you sign an NDA before we share our designs?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>Yes. We sign a Non-Disclosure Agreement before reviewing your artwork, specs or packaging files. Your designs, print screens and molds are used only for your orders and are never resold or shown to other buyers.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>What are your payment terms?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>Payment terms are confirmed per program, <strong>[TBD &#8211; awaiting client]<\/strong>. Ask for the full terms together with your quote.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-oem-faq__item rb-oem-reveal\">\n        <summary>Can you handle both small trial runs and large-volume programs?<\/summary>\n        <div class=\"rb-oem-faq__a\"><p>Yes. Daily capacity is 1,000,000+ meters across 300 machines, so we scale from a first trial order to container-load volumes without changing factory, QC system or export packaging.<\/p><\/div>\n      <\/details>\n    <\/div>\n    <div class=\"rb-oem-faq__foot rb-oem-reveal\">\n      <a class=\"rb-oem-textlink\" href=\"\/faq\/\">More questions? Visit our full FAQ &rarr;<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div><!-- \/.rb-oem -->\n<!-- =====================================================================\n     SHARED JS, progressive-enhancement reveal (scoped)\n     ===================================================================== -->\n<script>\n(function () {\n  var root = document.querySelector('.rb-oem--oem-odm');\n  if (!root) { return; }\n  root.classList.add('rb-oem--js');\n  var items = root.querySelectorAll('.rb-oem-reveal');\n  if (!('IntersectionObserver' in window) || !items.length) {\n    items.forEach(function (el) { el.classList.add('is-in'); });\n    return;\n  }\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (entry.isIntersecting) { entry.target.classList.add('is-in'); io.unobserve(entry.target); }\n    });\n  }, { threshold: 0.12, rootMargin: '0px 0px -8% 0px' });\n  items.forEach(function (el) { io.observe(el); });\n})();\n<\/script>\n<!-- =====================================================================\n     JSON-LD, Service + Organization + BreadcrumbList\n     ===================================================================== -->\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Service\",\"@id\":\"https:\/\/test.ribbonoem.com\/oem-odm\/#service\",\"name\":\"OEM & ODM Ribbon Manufacturing\",\"serviceType\":\"Private label ribbon manufacturing (OEM and ODM)\",\"url\":\"https:\/\/test.ribbonoem.com\/oem-odm\/\",\"description\":\"OEM & ODM ribbon manufacturer: 20+ years, 100 in-house designers, 300 machines, 17 printing techniques, private label printing, custom packaging and NDA protection. Widths 3-100mm, 1,000,000+ meters daily output.\",\"provider\":{\"@type\":\"Organization\",\"name\":\"Meedee Ribbon Inc\",\"alternateName\":\"MEEDEE Ribbon\",\"url\":\"https:\/\/test.ribbonoem.com\",\"logo\":\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/site-logo-05.png\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"3 Fr, No.5 Xinyang Industrial Zone\",\"addressLocality\":\"Xiamen\",\"addressRegion\":\"Fujian\",\"addressCountry\":\"CN\"},\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+86-131-1073-9215\",\"email\":\"info@ribbonoem.com\",\"contactType\":\"sales\",\"availableLanguage\":[\"en\",\"zh\"]}},\"areaServed\":\"Worldwide\",\"hasOfferCatalog\":{\"@type\":\"OfferCatalog\",\"name\":\"OEM & ODM Services\",\"itemListElement\":[{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"OEM Ribbon Manufacturing (build to your design)\"}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"ODM Ribbon Development (we design, you brand)\"}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Private Label Printing & Packaging\"}},{\"@type\":\"Offer\",\"itemOffered\":{\"@type\":\"Service\",\"name\":\"Free Sample & Free Design\"}}]}},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.ribbonoem.com\/oem-odm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.ribbonoem.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OEM & ODM\",\"item\":\"https:\/\/test.ribbonoem.com\/oem-odm\/\"}]}]}\n<\/script>\n<!-- =====================================================================\n     JSON-LD, FAQPage (kept in sync with the FAQ accordion above)\n     ===================================================================== -->\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is the difference between OEM and ODM ribbon manufacturing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"In OEM, we manufacture ribbon to your design - your artwork, color, width and packaging. In ODM, our 100 in-house designers develop new styles for you to brand, drawing on a library of 1,200+ existing styles. Both run on the same 150,000+ sqm factory floor with 300 machines.\"}},{\"@type\":\"Question\",\"name\":\"What is the MOQ for a private label ribbon order?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"MOQ varies by ribbon type, width, print and customization. Send your target quantity and we will confirm the minimum and volume-tiered pricing for your program.\"}},{\"@type\":\"Question\",\"name\":\"How long does sampling take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A free sample and free design are available for every OEM\/ODM program. Standard mass production runs 2-3 weeks after sample approval, longer for complex custom work.\"}},{\"@type\":\"Question\",\"name\":\"Will you sign an NDA before we share our designs?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. We sign a Non-Disclosure Agreement before reviewing your artwork, specs or packaging files. Your designs, print screens and molds are used only for your orders and are never resold or shown to other buyers.\"}},{\"@type\":\"Question\",\"name\":\"What are your payment terms?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Payment terms are confirmed per program. Ask for the full terms together with your quote.\"}},{\"@type\":\"Question\",\"name\":\"Can you handle both small trial runs and large-volume programs?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Daily capacity is 1,000,000+ meters across 300 machines, so we scale from a first trial order to container-load volumes without changing factory, QC system or export packaging.\"}}]}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Two Ways to Work With Us OEM vs ODM: Which Do You Need? Both models run on the same 150,000+&#13217; factory floor. The difference is where the design starts, with your spec, or with our 100-designer team. OEM OEM, We Build to Your Design You bring the artwork, spec and target; we manufacture it exactly. Your logo, your color, your width, your packaging, produced at factory scale. Your design and spec, manufactured to tolerance across widths from 3mm to 100mm Your logo printed with any of 17 in-house printing &amp; finishing techniques Your branded packaging: retail winding, spools, hang tags, cartons Consistent lot-to-lot color and print quality on repeat orders &#8230; <a title=\"OEM &#038; ODM\" class=\"read-more\" href=\"https:\/\/test.ribbonoem.com\/ja\/oem-odm\/\" aria-label=\"OEM &#038; ODM \u306b\u3064\u3044\u3066\u3055\u3089\u306b\u8aad\u3080\">\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"rank_math_title":"","rank_math_description":"","rank_math_focus_keyword":"","rank_math_robots":"","rank_math_canonical_url":"","rank_math_facebook_title":"","rank_math_facebook_description":"","rank_math_twitter_title":"","rank_math_twitter_description":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_yoast_wpseo_focuskw":"","_yoast_wpseo_canonical":"","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_aioseo_title":"","_aioseo_description":"","_aioseo_keywords":"","_aioseo_robots_default":"","_aioseo_robots_noindex":"","_aioseo_og_title":"","_aioseo_og_description":"","_aioseo_twitter_title":"","_aioseo_twitter_description":"","aiosp_title":"","aiosp_description":"","aiosp_keywords":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_analysis_target_kw":"","_seopress_robots_canonical":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_genesis_title":"","_genesis_description":"","_genesis_canonical":"","_genesis_noindex":"","_genesis_nofollow":"","slim_seo":"","footnotes":""},"class_list":["post-4988","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/pages\/4988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/comments?post=4988"}],"version-history":[{"count":1,"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/pages\/4988\/revisions"}],"predecessor-version":[{"id":5005,"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/pages\/4988\/revisions\/5005"}],"wp:attachment":[{"href":"https:\/\/test.ribbonoem.com\/ja\/wp-json\/wp\/v2\/media?parent=4988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}