{"id":4989,"date":"2026-07-31T01:06:42","date_gmt":"2026-07-31T01:06:42","guid":{"rendered":"https:\/\/test.ribbonoem.com\/factory\/"},"modified":"2026-07-31T05:17:28","modified_gmt":"2026-07-31T05:17:28","slug":"factory","status":"publish","type":"page","link":"https:\/\/test.ribbonoem.com\/da\/factory\/","title":{"rendered":"Factory"},"content":{"rendered":"\n<!--\n  ============================================================================\n  SUPPORT PAGE, Factory\n  File: website\/factory.html  |  URL: \/factory\/\n  ----------------------------------------------------------------------------\n  Per architecture\/02-page-content-strategy.md \u00a74.4, extended with the\n  buyer-requested factory-visit invitation; page ends on FAQ (no standalone\n  CTA section, the inquiry popup lives in the theme footer).\n  SECTION MAP:\n    1. Hero                  .rb-fac-hero   (dark blue, white text, 1 CTA)\n    2. Meedee by the Numbers .rb-fac-nums   (dark blue, animated real counters)\n    3. Production & Equipment .rb-fac-lines (factory photo group, image-map \u00a72)\n    4. 100 In-house Designers .rb-fac-design (ODM capability)\n    5. QC & Export Packaging .rb-fac-qc     (4 certs only)\n    6. Visit Our Factory     .rb-fac-visit  (dark blue, audit invitation)\n    7. Ribbon Manufacturer FAQ .rb-fac-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-fac- 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 (\u00a72).\n    - Certifications: only Oeko-Tex \/ GRS \/ Sedex \/ ISO 9001:2015.\n    - Export destinations stated as \"worldwide\" (no country list - TBD).\n    - Counters use ONLY real figures from research\/facts.md.\n    - Keywords: wholesale ribbon manufacturers (590) \/ ribbon manufacturer (90).\n  ============================================================================\n-->\n<div class=\"rb-fac rb-fac--factory\">\n<!-- =====================================================================\n     SECTION 1, HERO (contains SHARED TEMPLATE BASE styles)\n     ===================================================================== -->\n<style>\n\/* ---------- SHARED TEMPLATE BASE (scoped to .rb-fac) ---------- *\/\n.rb-fac { font-family: var(--font-body, 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif); color: var(--color-text, #293c82); -webkit-font-smoothing: antialiased; }\n.rb-fac *, .rb-fac *::before, .rb-fac *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.rb-fac img { max-width: 100%; height: auto; display: block; }\n.rb-fac a { text-decoration: none; color: inherit; }\n.rb-fac h1, .rb-fac h2, .rb-fac h3, .rb-fac h4 { font-family: var(--font-heading, 'Roboto', sans-serif); color: var(--color-heading, #1e2d63); line-height: 1.18; text-wrap: balance; }\n.rb-fac p { line-height: 1.7; }\n.rb-fac .rb-fac-wrap { max-width: var(--container-lg, 1240px); margin: 0 auto; padding-left: var(--container-gutter, 1rem); padding-right: var(--container-gutter, 1rem); }\n.rb-fac .rb-fac-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-fac .rb-fac-sec-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }\n.rb-fac .rb-fac-sec-head h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 16px; }\n.rb-fac .rb-fac-sec-head p { font-size: 1.02rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-fac .rb-fac-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-fac .rb-fac-btn:hover { transform: scale(1.04); box-shadow: var(--shadow-button-hover, 0 12px 26px rgba(204,149,145,.32)); }\n.rb-fac .rb-fac-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-fac .rb-fac-textlink:hover { color: var(--color-accent, #cc9591); }\n\/* progressive-enhancement reveal *\/\n.rb-fac--js .rb-fac-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-out-expo, ease), transform .7s var(--ease-out-expo, ease); }\n.rb-fac--js .rb-fac-reveal.is-in { opacity: 1; transform: none; }\n@media (prefers-reduced-motion: reduce) { .rb-fac--js .rb-fac-reveal { opacity: 1; transform: none; transition: none; } }\n\/* ---------- HERO (dark blue, white text) ---------- *\/\n.rb-fac-hero { position: relative; background: var(--color-primary, #293c82); color: #fff; overflow: hidden; }\n.rb-fac-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .30; }\n.rb-fac-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-fac-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-fac-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-fac-hero__crumb a { color: rgba(255,255,255,.72); transition: color var(--duration-fast, 250ms) ease; }\n.rb-fac-hero__crumb a:hover { color: #fff; }\n.rb-fac-hero__crumb .sep { opacity: .5; }\n.rb-fac-hero__crumb .curr { color: #fff; font-weight: 700; }\n.rb-fac-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-fac-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: 880px; margin-bottom: 24px; text-shadow: 0 4px 22px rgba(0,0,0,.35); }\n.rb-fac-hero__sub { color: #fff; opacity: .94; font-size: 1.08rem; line-height: 1.75; max-width: 680px; margin-bottom: 36px; }\n.rb-fac-hero__facts { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }\n.rb-fac-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-fac-hero__fact b { display: block; font-size: 1.18rem; font-weight: 800; color: #fff; letter-spacing: -.01em; }\n.rb-fac-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-fac-hero__inner { padding: clamp(4rem, 16vw, 6rem) 20px; }\n  .rb-fac-hero h1 { font-size: 2rem; }\n  .rb-fac-hero__fact { flex: 1 1 100%; }\n}\n<\/style>\n<section class=\"rb-fac-hero\">\n  <img decoding=\"async\" class=\"rb-fac-hero__bg\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-01.jpg\" alt=\"Meedee ribbon factory building and production floor in Xiamen, China\" fetchpriority=\"high\" title=\"\">\n  <div class=\"rb-fac-hero__overlay\" aria-hidden=\"true\"><\/div>\n  <div class=\"rb-fac-hero__inner\">\n    <nav class=\"rb-fac-hero__crumb\" aria-label=\"Breadcrumb\">\n      <a href=\"\/\">Home<\/a>\n      <span class=\"sep\">\/<\/span>\n      <span class=\"curr\">Factory<\/span>\n    <\/nav>\n    <span class=\"rb-fac-hero__kicker\">Xiamen, China &middot; Est. 20+ Years &middot; Audited &amp; Certified<\/span>\n    <h1>Wholesale Ribbon Manufacturers, Inside Our 150,000+&#13217; Ribbon Factory<\/h1>\n    <p class=\"rb-fac-hero__sub\">A real ribbon manufacturer you can verify before you order: 150,000+&#13217; of production floor, 300 machines, 100 in-house designers and 1,000,000+ meters of ribbon a day, exported worldwide under Oeko-Tex, GRS, Sedex and ISO 9001:2015 audits.<\/p>\n    <div class=\"rb-fac-hero__facts\">\n      <div class=\"rb-fac-hero__fact\"><b>150,000+&#13217;<\/b><span>Factory Floor<\/span><\/div>\n      <div class=\"rb-fac-hero__fact\"><b>300<\/b><span>Production Machines<\/span><\/div>\n      <div class=\"rb-fac-hero__fact\"><b>1,000,000+<\/b><span>Meters \/ Day<\/span><\/div>\n      <div class=\"rb-fac-hero__fact\"><b>80+<\/b><span>Branches Worldwide<\/span><\/div>\n    <\/div>\n    <a class=\"rb-fac-btn\" href=\"\/contact\/\">Get a Free Quote<\/a>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 2, MEEDEE BY THE NUMBERS (animated real counters)\n     ===================================================================== -->\n<style>\n.rb-fac-nums { background: var(--color-primary-strong, #1e2d63); color: #fff; padding: var(--section-space-sm, clamp(3.5rem, 6vw, 5rem)) 0; }\n.rb-fac-nums .rb-fac-sec-head h2 { color: #fff; }\n.rb-fac-nums .rb-fac-sec-head p { color: rgba(255,255,255,.82); }\n.rb-fac-nums .rb-fac-sec-head { margin-bottom: 44px; }\n.rb-fac-counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }\n.rb-fac-counter { text-align: center; padding: 30px 14px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md, 10px); min-width: 0; }\n.rb-fac-counter__val { display: block; font-family: var(--font-heading, 'Roboto', sans-serif); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 8px; letter-spacing: -.02em; }\n.rb-fac-counter__label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--color-accent, #cc9591); font-weight: 700; margin-bottom: 6px; }\n.rb-fac-counter__note { display: block; font-size: .78rem; color: rgba(255,255,255,.6); line-height: 1.5; }\n@media (max-width: 1024px) { .rb-fac-counters { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .rb-fac-counters { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-fac-nums\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-sec-head rb-fac-reveal\">\n      <span class=\"rb-fac-eyebrow\">Factory Scale<\/span>\n      <h2>Meedee by the Numbers<\/h2>\n      <p>Every figure below is from our audited company profile, the scale behind stable lead times and consistent quality on repeat orders.<\/p>\n    <\/div>\n    <div class=\"rb-fac-counters\">\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"20\" data-suffix=\"+\">20+<\/span>\n        <span class=\"rb-fac-counter__label\">Years Manufacturing<\/span>\n        <span class=\"rb-fac-counter__note\">Ribbon production in Xiamen since founding<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"150000\" data-suffix=\"+\">150,000+<\/span>\n        <span class=\"rb-fac-counter__label\">Factory Floor (&#13217;)<\/span>\n        <span class=\"rb-fac-counter__note\">Weaving, dyeing, printing, slitting &amp; packing lines<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"100\" data-suffix=\"\">100<\/span>\n        <span class=\"rb-fac-counter__label\">In-house Designers<\/span>\n        <span class=\"rb-fac-counter__note\">ODM development &amp; custom artwork team<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"300\" data-suffix=\"\">300<\/span>\n        <span class=\"rb-fac-counter__label\">Production Machines<\/span>\n        <span class=\"rb-fac-counter__note\">Looms, dyeing vats, print lines &amp; slitting machines<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"1200\" data-suffix=\"+\">1,200+<\/span>\n        <span class=\"rb-fac-counter__label\">Ribbon Styles<\/span>\n        <span class=\"rb-fac-counter__note\">Across 9 families, width 3&ndash;100mm<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"1000000\" data-suffix=\"+\">1,000,000+<\/span>\n        <span class=\"rb-fac-counter__label\">Meters \/ Day<\/span>\n        <span class=\"rb-fac-counter__note\">Daily output across all production lines<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"80\" data-suffix=\"+\">80+<\/span>\n        <span class=\"rb-fac-counter__label\">Branches &amp; Offices<\/span>\n        <span class=\"rb-fac-counter__note\">Sales and service network worldwide<\/span>\n      <\/div>\n      <div class=\"rb-fac-counter rb-fac-reveal\">\n        <span class=\"rb-fac-counter__val\" data-target=\"4\" data-suffix=\"\">4<\/span>\n        <span class=\"rb-fac-counter__label\">Certifications<\/span>\n        <span class=\"rb-fac-counter__note\">Oeko-Tex &middot; GRS &middot; Sedex &middot; ISO 9001:2015<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 3, PRODUCTION & EQUIPMENT (factory photo group)\n     ===================================================================== -->\n<style>\n.rb-fac-lines { background: var(--color-bg, #fcfbfe); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-fac-lines__lead { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; margin-bottom: 16px; }\n.rb-fac-lines__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\n.rb-fac-lines figure { border-radius: var(--radius-md, 10px); overflow: hidden; position: relative; min-width: 0; background: var(--color-primary-ghost, #f1f4fa); }\n.rb-fac-lines img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-smooth, ease); }\n.rb-fac-lines figure:hover img { transform: scale(1.06); }\n.rb-fac-lines figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #fff; background: linear-gradient(to top, rgba(30,45,99,.85), rgba(30,45,99,0)); }\n.rb-fac-lines__lead figure { min-height: 340px; }\n.rb-fac-lines__grid figure { aspect-ratio: 4 \/ 3; }\n.rb-fac-lines__note { max-width: 860px; margin: 36px auto 0; text-align: center; font-size: .98rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n@media (max-width: 1024px) { .rb-fac-lines__grid { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 768px) { .rb-fac-lines__lead { grid-template-columns: 1fr; } .rb-fac-lines__lead figure { min-height: 240px; } }\n@media (max-width: 480px) { .rb-fac-lines__grid { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-fac-lines\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-sec-head rb-fac-reveal\">\n      <span class=\"rb-fac-eyebrow\">Production Lines<\/span>\n      <h2>Production &amp; Equipment<\/h2>\n      <p>Weaving, dyeing, printing, slitting and packing all happen on this floor, 300 machines that keep your order under one roof from yarn to finished roll.<\/p>\n    <\/div>\n    <div class=\"rb-fac-lines__lead rb-fac-reveal\">\n      <figure>\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-02.jpg\" alt=\"Ribbon weaving machines on the Meedee production floor\" loading=\"lazy\" title=\"\">\n        <figcaption>Weaving lines<\/figcaption>\n      <\/figure>\n      <figure>\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-05.jpg\" alt=\"Ribbon production equipment in the Meedee factory\" loading=\"lazy\" title=\"\">\n        <figcaption>Production floor<\/figcaption>\n      <\/figure>\n    <\/div>\n    <div class=\"rb-fac-lines__grid\">\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-04.png\" alt=\"Ribbon manufacturing machinery detail\" loading=\"lazy\" title=\"\">\n        <figcaption>Machinery detail<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-030.jpg\" alt=\"Ribbon production line in operation\" loading=\"lazy\" title=\"\">\n        <figcaption>Production line<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-021.jpg\" alt=\"Ribbon factory equipment row\" loading=\"lazy\" title=\"\">\n        <figcaption>Equipment row<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-019.jpg\" alt=\"Ribbon manufacturing floor overview\" loading=\"lazy\" title=\"\">\n        <figcaption>Floor overview<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-034.jpg\" alt=\"Ribbon processing machines\" loading=\"lazy\" title=\"\">\n        <figcaption>Processing<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-035.jpg\" alt=\"Ribbon slitting and winding machines\" loading=\"lazy\" title=\"\">\n        <figcaption>Slitting &amp; winding<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-037.jpg\" alt=\"Ribbon rolls on the production line\" loading=\"lazy\" title=\"\">\n        <figcaption>Rolls in production<\/figcaption>\n      <\/figure>\n      <figure class=\"rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-038.jpg\" alt=\"Finished ribbon rolls stacked in the factory\" loading=\"lazy\" title=\"\">\n        <figcaption>Finished rolls<\/figcaption>\n      <\/figure>\n    <\/div>\n    <p class=\"rb-fac-lines__note rb-fac-reveal\">Daily output of 1,000,000+ meters runs across these lines, with widths from 3mm to 100mm in single face and double face constructions, the capacity that keeps 80+ branches and offices supplied worldwide.<\/p>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 4, 100 IN-HOUSE DESIGNERS (ODM capability)\n     ===================================================================== -->\n<style>\n.rb-fac-design { background: var(--color-bg-soft, #F7F7F7); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-fac-design__layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }\n.rb-fac-design__copy p { font-size: 1rem; color: var(--color-text-muted, rgba(41,60,130,.72)); margin-bottom: 18px; }\n.rb-fac-design__copy p strong { color: var(--color-primary, #293c82); }\n.rb-fac-design__points { list-style: none; margin-top: 22px; }\n.rb-fac-design__points li { position: relative; padding-left: 28px; font-size: .94rem; color: var(--color-text-muted, rgba(41,60,130,.72)); line-height: 1.65; margin-bottom: 12px; }\n.rb-fac-design__points li::before { content: ''; position: absolute; left: 0; top: 7px; width: 9px; height: 9px; border-radius: 50%; background: var(--color-accent, #cc9591); }\n.rb-fac-design__media { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.rb-fac-design__media figure { border-radius: var(--radius-md, 10px); overflow: hidden; min-width: 0; }\n.rb-fac-design__media figure:first-child { grid-row: span 2; }\n.rb-fac-design__media img { width: 100%; height: 100%; object-fit: cover; }\n@media (max-width: 1024px) { .rb-fac-design__layout { grid-template-columns: 1fr; gap: 40px; } .rb-fac-design__media figure:first-child { grid-row: auto; } }\n<\/style>\n<section class=\"rb-fac-design\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-design__layout\">\n      <div class=\"rb-fac-design__copy rb-fac-reveal\">\n        <span class=\"rb-fac-eyebrow\">ODM Capability<\/span>\n        <h2 style=\"font-size:clamp(1.7rem,3vw,2.35rem);font-weight:800;letter-spacing:-.02em;margin-bottom:16px;\">100 In-house Designers<\/h2>\n        <p>A factory is only as good as what it can develop. Our <strong>100 in-house designers<\/strong> turn buyer briefs into production-ready ribbon, new colorways, print layouts and seasonal styles drawn from a library of <strong>1,200+ existing designs<\/strong>.<\/p>\n        <p>That is the engine behind our ODM service: you describe the market and the price point, we return artwork and a physical sample. Design work is free on every program.<\/p>\n        <ul class=\"rb-fac-design__points\">\n          <li>New style development from your brief, target market and price point<\/li>\n          <li>1,200+ proven styles available as ODM starting points<\/li>\n          <li>Artwork, colorway and print layout for all 17 printing techniques<\/li>\n          <li>Free design service, no artwork fees on OEM\/ODM programs<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"rb-fac-design__media rb-fac-reveal\">\n        <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-manufacturer-01.jpg\" alt=\"Meedee ribbon manufacturer design and production team\" loading=\"lazy\" title=\"\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-manufacturer-05.jpg\" alt=\"Ribbon design and sampling workspace\" loading=\"lazy\" title=\"\"><\/figure>\n        <figure><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-manufacturer-06.jpg\" alt=\"Ribbon style samples developed by the in-house design team\" loading=\"lazy\" title=\"\"><\/figure>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 5, QUALITY CONTROL & EXPORT PACKAGING (4 certs only)\n     ===================================================================== -->\n<style>\n.rb-fac-qc { background: var(--color-surface, #fff); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-fac-qc__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 48px; }\n.rb-fac-qc__copy p { font-size: 1rem; color: var(--color-text-muted, rgba(41,60,130,.72)); margin-bottom: 16px; }\n.rb-fac-qc__copy p strong { color: var(--color-primary, #293c82); }\n.rb-fac-qc__media { border-radius: var(--radius-md, 10px); overflow: hidden; min-height: 320px; position: relative; }\n.rb-fac-qc__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }\n.rb-fac-qc__certs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\n.rb-fac-cert { border: 1px solid var(--color-border, #E5E5E5); border-radius: var(--radius-md, 10px); padding: 18px; text-align: center; background: var(--color-bg, #fcfbfe); min-width: 0; transition: border-color var(--duration-fast, 250ms) ease, transform var(--duration-fast, 250ms) ease; }\n.rb-fac-cert:hover { border-color: var(--color-accent, #cc9591); transform: translateY(-4px); }\n.rb-fac-cert img { width: 100%; aspect-ratio: 3 \/ 4; object-fit: cover; border-radius: var(--radius-sm, 6px); margin-bottom: 12px; background: #fff; }\n.rb-fac-cert h3 { font-size: .98rem; font-weight: 800; margin-bottom: 6px; }\n.rb-fac-cert p { font-size: .82rem; color: var(--color-text-muted, rgba(41,60,130,.72)); }\n.rb-fac-qc__foot { text-align: center; margin-top: 36px; }\n@media (max-width: 1024px) { .rb-fac-qc__layout { grid-template-columns: 1fr; gap: 36px; } .rb-fac-qc__media { min-height: 260px; } .rb-fac-qc__certs { grid-template-columns: repeat(2, 1fr); } }\n@media (max-width: 480px) { .rb-fac-qc__certs { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-fac-qc\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-sec-head rb-fac-reveal\">\n      <span class=\"rb-fac-eyebrow\">Compliance<\/span>\n      <h2>Quality Control &amp; Export Packaging<\/h2>\n      <p>Quality is checked three times, at raw yarn, in process and on the finished roll, under four independently audited certifications.<\/p>\n    <\/div>\n    <div class=\"rb-fac-qc__layout\">\n      <div class=\"rb-fac-qc__copy rb-fac-reveal\">\n        <p><strong>Incoming-material inspection<\/strong> starts at the yarn and dye stuffs before anything reaches a loom. <strong>In-process checks<\/strong> run on every line, width, color shade, print registration and edge finish, and <strong>finished-goods inspection<\/strong> clears each roll before it is wound for export.<\/p>\n        <p>Export packaging is prepared to your market&rsquo;s requirements: standard 10 \/ 25 \/ 100-yard rolls, retail winding, spools, hang tags and branded cartons through our Packaging Solution service. We ship worldwide from Xiamen.<\/p>\n      <\/div>\n      <div class=\"rb-fac-qc__media rb-fac-reveal\">\n        <img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-10.jpg\" alt=\"Finished ribbon rolls prepared for export packaging\" loading=\"lazy\" title=\"\">\n      <\/div>\n    <\/div>\n    <div class=\"rb-fac-qc__certs\">\n      <div class=\"rb-fac-cert rb-fac-reveal\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/Oeko-Tex-Certificate.jpg\" alt=\"Oeko-Tex certificate\" loading=\"lazy\" title=\"\"><h3>Oeko-Tex<\/h3><p>Tested for harmful substances, safe for skin-contact and packaging use.<\/p><\/div>\n      <div class=\"rb-fac-cert rb-fac-reveal\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/GRS-scaled.jpg\" alt=\"Global Recycled Standard certificate\" loading=\"lazy\" title=\"\"><h3>GRS<\/h3><p>Global Recycled Standard, covers our RPET recycled ribbon range.<\/p><\/div>\n      <div class=\"rb-fac-cert rb-fac-reveal\"><img decoding=\"async\" src=\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/SMETA-scaled.jpg\" alt=\"Sedex SMETA audit certificate\" loading=\"lazy\" title=\"\"><h3>Sedex (SMETA)<\/h3><p>Supply-chain ethical audit for responsible, traceable manufacturing.<\/p><\/div>\n      <div class=\"rb-fac-cert rb-fac-reveal\"><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=\"\"><h3>ISO 9001:2015<\/h3><p>Quality management system covering weaving, dyeing, printing and QC.<\/p><\/div>\n    <\/div>\n    <div class=\"rb-fac-qc__foot rb-fac-reveal\">\n      <a class=\"rb-fac-textlink\" href=\"\/quality-certifications\/\">See our full quality &amp; certifications page &rarr;<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 6, VISIT OUR FACTORY (audit invitation, dark blue)\n     ===================================================================== -->\n<style>\n.rb-fac-visit { background: var(--color-primary, #293c82); color: #fff; padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-fac-visit .rb-fac-sec-head h2 { color: #fff; }\n.rb-fac-visit .rb-fac-sec-head p { color: rgba(255,255,255,.82); }\n.rb-fac-visit__box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg, 16px); padding: 44px 48px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: center; }\n.rb-fac-visit__copy h3 { color: #fff; font-size: 1.35rem; font-weight: 800; margin-bottom: 14px; }\n.rb-fac-visit__copy p { color: rgba(255,255,255,.85); font-size: .96rem; margin-bottom: 14px; }\n.rb-fac-visit__info { list-style: none; }\n.rb-fac-visit__info li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .92rem; color: rgba(255,255,255,.85); }\n.rb-fac-visit__info li:last-child { border-bottom: none; }\n.rb-fac-visit__info b { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--color-accent, #cc9591); margin-bottom: 4px; }\n.rb-fac-visit__info a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); transition: border-color var(--duration-fast, 250ms) ease; }\n.rb-fac-visit__info a:hover { border-color: var(--color-accent, #cc9591); }\n@media (max-width: 900px) { .rb-fac-visit__box { grid-template-columns: 1fr; padding: 32px 26px; gap: 28px; } }\n<\/style>\n<section class=\"rb-fac-visit\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-sec-head rb-fac-reveal\">\n      <span class=\"rb-fac-eyebrow\">See It Yourself<\/span>\n      <h2>Visit Our Ribbon Factory<\/h2>\n      <p>We encourage every serious buyer to audit the floor before the first order, in person or by live video call.<\/p>\n    <\/div>\n    <div class=\"rb-fac-visit__box rb-fac-reveal\">\n      <div class=\"rb-fac-visit__copy\">\n        <h3>Walk the floor before you sign<\/h3>\n        <p>Book a factory tour and see the weaving, dyeing, printing and packing lines running, meet the 100-designer team, and review certification documents on site. If you cannot travel, we run live video walkthroughs during production hours and can arrange third-party inspection.<\/p>\n        <p>Bring your spec, material, width, color, print and quantity, and leave with a sample and a quote.<\/p>\n      <\/div>\n      <ul class=\"rb-fac-visit__info\">\n        <li><b>Address<\/b>3 Fr, No.5 Xinyang Industrial Zone, Xiamen, China<\/li>\n        <li><b>Email<\/b><a href=\"mailto:info@ribbonoem.com\">info@ribbonoem.com<\/a><\/li>\n        <li><b>WhatsApp<\/b><a href=\"https:\/\/wa.me\/8613110739215\" target=\"_blank\" rel=\"noopener\">+86 131 1073 9215<\/a><\/li>\n        <li><b>Service Hours<\/b>8:30AM&ndash;9:30PM Mon&ndash;Sat<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- =====================================================================\n     SECTION 7, RIBBON MANUFACTURER FAQ (+ FAQPage schema), page ends here\n     ===================================================================== -->\n<style>\n.rb-fac-faq { background: var(--color-bg-soft, #F7F7F7); padding: var(--section-space, clamp(5rem, 9vw, 8rem)) 0; }\n.rb-fac-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 26px; align-items: start; }\n.rb-fac-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-fac-faq__item[open] { border-color: var(--color-accent, #cc9591); }\n.rb-fac-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-fac-faq__item summary::-webkit-details-marker { display: none; }\n.rb-fac-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-fac-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-fac-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-fac-faq__foot { text-align: center; margin-top: 44px; }\n@media (max-width: 768px) { .rb-fac-faq__grid { grid-template-columns: 1fr; } }\n<\/style>\n<section class=\"rb-fac-faq\">\n  <div class=\"rb-fac-wrap\">\n    <div class=\"rb-fac-sec-head rb-fac-reveal\">\n      <span class=\"rb-fac-eyebrow\">Buyer Questions<\/span>\n      <h2>Ribbon Manufacturer FAQ<\/h2>\n      <p>The questions importers ask before they trust a factory with a wholesale ribbon program.<\/p>\n    <\/div>\n    <div class=\"rb-fac-faq__grid\">\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>Are you a manufacturer or a trading company?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>We are a manufacturer. Meedee Ribbon Inc runs a 150,000+&#13217; factory in Xiamen, China with 300 production machines, 100 in-house designers and 20+ years of ribbon manufacturing, weaving, dyeing, printing and packing all in-house, no trading-company layer.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>Can I visit or audit your factory?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>Yes. We encourage buyers to tour the floor before the first order, in person at 3 Fr, No.5 Xinyang Industrial Zone, Xiamen, or by live video walkthrough during production hours. Third-party inspection can also be arranged.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>What is your daily production capacity?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>1,000,000+ meters a day across 300 machines, covering weaving, dyeing, printing, slitting and packing. Standard orders ship in 2&ndash;3 weeks; custom programs vary by complexity.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>Which certifications does the factory hold?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>Four independently audited certifications: Oeko-Tex (harmful-substance testing), GRS (Global Recycled Standard for our RPET range), Sedex SMETA (ethical supply-chain audit) and ISO 9001:2015 (quality management).<\/p><\/div>\n      <\/details>\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>Which markets do you export to?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>We export worldwide through 80+ branches and offices, with export packaging prepared to each market&rsquo;s requirements. A specific country list is available on request, <strong>[TBD &#8211; awaiting client]<\/strong>.<\/p><\/div>\n      <\/details>\n      <details class=\"rb-fac-faq__item rb-fac-reveal\">\n        <summary>How is quality controlled on the production line?<\/summary>\n        <div class=\"rb-fac-faq__a\"><p>Three checkpoints: incoming-material inspection at the yarn and dye stuffs, in-process checks of width, color shade, print registration and edge finish on every line, and finished-goods inspection before each roll is wound for export.<\/p><\/div>\n      <\/details>\n    <\/div>\n    <div class=\"rb-fac-faq__foot rb-fac-reveal\">\n      <a class=\"rb-fac-textlink\" href=\"\/faq\/\">More questions? Visit our full FAQ &rarr;<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div><!-- \/.rb-fac -->\n<!-- =====================================================================\n     SHARED JS, reveal + counter animation (scoped)\n     ===================================================================== -->\n<script>\n(function () {\n  var root = document.querySelector('.rb-fac--factory');\n  if (!root) { return; }\n  root.classList.add('rb-fac--js');\n  \/* Reveal on scroll *\/\n  var items = root.querySelectorAll('.rb-fac-reveal');\n  if ('IntersectionObserver' in window && items.length) {\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  } else {\n    items.forEach(function (el) { el.classList.add('is-in'); });\n  }\n  \/* Counter animation (real figures only) *\/\n  function animateCounter(el) {\n    var target = parseInt(el.getAttribute('data-target'), 10);\n    var suffix = el.getAttribute('data-suffix') || '';\n    var duration = 1800;\n    var start = null;\n    function step(ts) {\n      if (!start) { start = ts; }\n      var progress = Math.min((ts - start) \/ duration, 1);\n      var eased = 1 - Math.pow(1 - progress, 3);\n      el.textContent = Math.floor(eased * target).toLocaleString('en-US') + suffix;\n      if (progress < 1) { requestAnimationFrame(step); }\n    }\n    requestAnimationFrame(step);\n  }\n  var counters = root.querySelectorAll('.rb-fac-counter__val[data-target]');\n  if ('IntersectionObserver' in window &#038;&#038; counters.length) {\n    var cio = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        if (entry.isIntersecting) { animateCounter(entry.target); cio.unobserve(entry.target); }\n      });\n    }, { threshold: 0.4 });\n    counters.forEach(function (el) { cio.observe(el); });\n  }\n})();\n<\/script>\n<!-- =====================================================================\n     JSON-LD, AboutPage + Organization + BreadcrumbList\n     ===================================================================== -->\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"AboutPage\",\"@id\":\"https:\/\/test.ribbonoem.com\/factory\/#page\",\"name\":\"Wholesale Ribbon Manufacturers - Inside Our 150,000+ sqm Ribbon Factory\",\"description\":\"Inside the Meedee ribbon factory: 150,000+ sqm floor, 300 machines, 100 in-house designers, 1,000,000+ meters daily output, 80+ branches worldwide. Oeko-Tex, GRS, Sedex & ISO 9001:2015 certified. Factory visits welcome.\",\"url\":\"https:\/\/test.ribbonoem.com\/factory\/\",\"image\":\"https:\/\/test.ribbonoem.com\/wp-content\/uploads\/2024\/10\/ribbon-factory-01.jpg\",\"breadcrumb\":{\"@id\":\"https:\/\/test.ribbonoem.com\/factory\/#breadcrumb\"},\"mainEntity\":{\"@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\"]},\"hasCredential\":[\"Oeko-Tex Standard 100\",\"GRS (Global Recycled Standard)\",\"Sedex SMETA\",\"ISO 9001:2015\"]}},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.ribbonoem.com\/factory\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.ribbonoem.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Factory\",\"item\":\"https:\/\/test.ribbonoem.com\/factory\/\"}]}]}\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\":\"Are you a manufacturer or a trading company?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We are a manufacturer. Meedee Ribbon Inc runs a 150,000+ sqm factory in Xiamen, China with 300 production machines, 100 in-house designers and 20+ years of ribbon manufacturing - weaving, dyeing, printing and packing all in-house, no trading-company layer.\"}},{\"@type\":\"Question\",\"name\":\"Can I visit or audit your factory?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. We encourage buyers to tour the floor before the first order, in person at 3 Fr, No.5 Xinyang Industrial Zone, Xiamen, or by live video walkthrough during production hours. Third-party inspection can also be arranged.\"}},{\"@type\":\"Question\",\"name\":\"What is your daily production capacity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"1,000,000+ meters a day across 300 machines, covering weaving, dyeing, printing, slitting and packing. Standard orders ship in 2-3 weeks; custom programs vary by complexity.\"}},{\"@type\":\"Question\",\"name\":\"Which certifications does the factory hold?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Four independently audited certifications: Oeko-Tex (harmful-substance testing), GRS (Global Recycled Standard for our RPET range), Sedex SMETA (ethical supply-chain audit) and ISO 9001:2015 (quality management).\"}},{\"@type\":\"Question\",\"name\":\"Which markets do you export to?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We export worldwide through 80+ branches and offices, with export packaging prepared to each market's requirements.\"}},{\"@type\":\"Question\",\"name\":\"How is quality controlled on the production line?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Three checkpoints: incoming-material inspection at the yarn and dye stuffs, in-process checks of width, color shade, print registration and edge finish on every line, and finished-goods inspection before each roll is wound for export.\"}}]}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Factory Scale Meedee by the Numbers Every figure below is from our audited company profile, the scale behind stable lead times and consistent quality on repeat orders. 20+ Years Manufacturing Ribbon production in Xiamen since founding 150,000+ Factory Floor (&#13217;) Weaving, dyeing, printing, slitting &amp; packing lines 100 In-house Designers ODM development &amp; custom artwork &#8230; <a title=\"Factory\" class=\"read-more\" href=\"https:\/\/test.ribbonoem.com\/da\/factory\/\" aria-label=\"Read more about Factory\">L\u00e6s mere <\/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-4989","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/pages\/4989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/comments?post=4989"}],"version-history":[{"count":1,"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/pages\/4989\/revisions"}],"predecessor-version":[{"id":5006,"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/pages\/4989\/revisions\/5006"}],"wp:attachment":[{"href":"https:\/\/test.ribbonoem.com\/da\/wp-json\/wp\/v2\/media?parent=4989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}