{"id":23,"date":"2024-11-24T14:55:54","date_gmt":"2024-11-24T14:55:54","guid":{"rendered":"https:\/\/elmika.net\/?page_id=23"},"modified":"2026-08-21T18:14:49","modified_gmt":"2026-08-21T18:14:49","slug":"for-manufacturers","status":"publish","type":"page","link":"https:\/\/elmika.net\/de\/for-manufacturers\/","title":{"rendered":"For manufacturers"},"content":{"rendered":"<style>\n.elmika-mfg {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 24px;\n    color: #172033;\n}\n\n.elmika-mfg * {\n    box-sizing: border-box;\n}\n\n.elmika-mfg h1,\n.elmika-mfg h2,\n.elmika-mfg h3 {\n    line-height: 1.25;\n}\n\n.elmika-mfg h1,\n.elmika-mfg h2 {\n    color: #123f91;\n}\n\n.elmika-mfg h1 {\n    font-size: 46px;\n    margin: 0 0 22px;\n}\n\n.elmika-mfg h2 {\n    font-size: 32px;\n    margin: 0 0 20px;\n}\n\n.elmika-mfg h3 {\n    font-size: 21px;\n    margin: 0 0 12px;\n    color: #172033;\n}\n\n.elmika-mfg p,\n.elmika-mfg li {\n    font-size: 17px;\n    line-height: 1.65;\n}\n\n.elmika-mfg a {\n    color: #123f91;\n}\n\n.elmika-mfg-section {\n    padding: 65px 0;\n    border-bottom: 1px solid #e4eaf0;\n}\n\n.elmika-mfg-intro {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n}\n\n.elmika-mfg-intro p {\n    font-size: 19px;\n}\n\n.elmika-mfg-eyebrow {\n    display: inline-block;\n    margin-bottom: 15px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: #123f91;\n}\n\n.elmika-mfg-grid-2 {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n}\n\n.elmika-mfg-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n}\n\n.elmika-mfg-card {\n    padding: 28px;\n    border: 1px solid #dce5ef;\n    border-radius: 10px;\n    background: #fff;\n}\n\n.elmika-mfg-card p:last-child {\n    margin-bottom: 0;\n}\n\n.elmika-mfg-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.elmika-mfg-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 11px;\n}\n\n.elmika-mfg-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #123f91;\n    font-weight: 700;\n}\n\n.elmika-mfg-highlight {\n    background: #eef7fc;\n    padding: 38px;\n    border-radius: 10px;\n}\n\n.elmika-mfg-products {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.elmika-mfg-product {\n    display: block;\n    padding: 25px;\n    border: 1px solid #dce5ef;\n    border-radius: 10px;\n    text-decoration: none;\n    background: #fff;\n}\n\n.elmika-mfg-product strong {\n    display: block;\n    margin-bottom: 7px;\n    color: #123f91;\n    font-size: 19px;\n}\n\n.elmika-mfg-product span {\n    color: #172033;\n    line-height: 1.55;\n}\n\n.elmika-mfg-process {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 20px;\n    margin-top: 35px;\n}\n\n.elmika-mfg-step {\n    padding: 26px;\n    border: 1px solid #dce5ef;\n    border-radius: 10px;\n    background: #fff;\n}\n\n.elmika-mfg-number {\n    display: inline-flex;\n    width: 40px;\n    height: 40px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    margin-bottom: 17px;\n    background: #eef7fc;\n    color: #123f91;\n    font-weight: 700;\n}\n\n.elmika-mfg-cta {\n    padding: 70px 35px;\n    text-align: center;\n    background: #eef7fc;\n    border-radius: 12px;\n    margin: 65px 0;\n}\n\n.elmika-mfg-cta p {\n    max-width: 760px;\n    margin: 0 auto 28px;\n    font-size: 18px;\n}\n\n.elmika-mfg-button {\n    display: inline-block;\n    padding: 14px 27px;\n    border-radius: 5px;\n    background: #123f91;\n    color: #fff !important;\n    font-weight: 700;\n    text-decoration: none;\n}\n\n.elmika-mfg-button:hover {\n    opacity: .9;\n}\n\n@media (max-width: 900px) {\n    .elmika-mfg-grid-2,\n    .elmika-mfg-grid-3,\n    .elmika-mfg-process {\n        grid-template-columns: 1fr 1fr;\n    }\n}\n\n@media (max-width: 650px) {\n    .elmika-mfg {\n        padding: 0 18px;\n    }\n\n    .elmika-mfg h1 {\n        font-size: 34px;\n    }\n\n    .elmika-mfg h2 {\n        font-size: 27px;\n    }\n\n    .elmika-mfg-section {\n        padding: 45px 0;\n    }\n\n    .elmika-mfg-grid-2,\n    .elmika-mfg-grid-3,\n    .elmika-mfg-products,\n    .elmika-mfg-process {\n        grid-template-columns: 1fr;\n    }\n\n    .elmika-mfg-cta {\n        padding: 48px 22px;\n    }\n}\n<\/style>\n\n<div class=\"elmika-mfg\">\n\n    <!-- HERO -->\n    <section class=\"elmika-mfg-section\">\n        <div class=\"elmika-mfg-intro\">\n\n            <span class=\"elmika-mfg-eyebrow\">\n                Industrial Yarn Supply\n            <\/span>\n\n            <h1>Yarn Solutions for Textile Manufacturers<\/h1>\n\n            <p>\n                Elmika works with textile manufacturers and professional buyers\n                requiring industrial yarns produced to agreed technical and\n                commercial specifications.\n            <\/p>\n\n            <p>\n                We coordinate yarn sourcing, production requirements and\n                direct mill-to-customer delivery for UK and international projects.\n            <\/p>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- WHO WE WORK WITH -->\n    <section class=\"elmika-mfg-section\">\n\n        <div class=\"elmika-mfg-grid-2\">\n\n            <div>\n\n                <h2>Who We Work With<\/h2>\n\n                <p>\n                    Our supply model is designed for businesses purchasing yarn\n                    for textile production rather than retail or hobby use.\n                <\/p>\n\n                <ul class=\"elmika-mfg-list\">\n                    <li>Knitting manufacturers<\/li>\n                    <li>Weaving mills<\/li>\n                    <li>Garment manufacturers<\/li>\n                    <li>Home textile producers<\/li>\n                    <li>Technical textile manufacturers<\/li>\n                    <li>Industrial fabric producers<\/li>\n                    <li>Professional yarn and textile buyers<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <div class=\"elmika-mfg-highlight\">\n\n                <h2>Made to Your Requirement<\/h2>\n\n                <p>\n                    We do not restrict enquiries to a fixed UK stock range.\n                    Yarn can be assessed against the customer&#8217;s required\n                    composition, count, colour, performance and application.\n                <\/p>\n\n                <p>\n                    This makes Elmika suitable for buyers looking for a\n                    specific yarn rather than simply selecting from a standard catalogue.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PRODUCT RANGE -->\n    <section class=\"elmika-mfg-section\">\n\n        <div class=\"elmika-mfg-intro\">\n\n            <h2>Industrial Yarn Supply<\/h2>\n\n            <p>\n                We assess standard, blended and specialised yarn requirements\n                with suitable manufacturing partners.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"elmika-mfg-products\">\n\n            <a class=\"elmika-mfg-product\"\n               href=\"\/de\/recycled-cotton-polyester-yarn\/\">\n                <strong>Recyceltes Baumwoll-Polyester-Garn<\/strong>\n                <span>\n                    Industrial recycled cotton\/polyester yarns for knitting,\n                    weaving and textile manufacturing applications.\n                <\/span>\n            <\/a>\n\n            <a class=\"elmika-mfg-product\"\n               href=\"\/de\/polyester-spun-yarn\/\">\n                <strong>Polyester-Spinngarn<\/strong>\n                <span>\n                    Ring-spun polyester yarn available in different counts\n                    and specifications for industrial textile production.\n                <\/span>\n            <\/a>\n\n            <a class=\"elmika-mfg-product\"\n               href=\"\/de\/technical-functional-yarns\/\">\n                <strong>Technical &amp; Functional Yarns<\/strong>\n                <span>\n                    Specialised yarn solutions where defined performance,\n                    heat resistance or other technical properties are required.\n                <\/span>\n            <\/a>\n\n            <a class=\"elmika-mfg-product\"\n               href=\"\/de\/custom-blended-yarns\/\">\n                <strong>Custom &amp; Blended Yarns<\/strong>\n                <span>\n                    Fibre blends and yarn specifications assessed according\n                    to customer production requirements.\n                <\/span>\n            <\/a>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- SPECIFICATION -->\n    <section class=\"elmika-mfg-section\">\n\n        <div class=\"elmika-mfg-grid-2\">\n\n            <div>\n\n                <h2>Tell Us the Yarn You Need<\/h2>\n\n                <p>\n                    For the most accurate assessment, send as much of the\n                    following information as possible:\n                <\/p>\n\n                <ul class=\"elmika-mfg-list\">\n                    <li>Yarn type<\/li>\n                    <li>Fibre composition or blend ratio<\/li>\n                    <li>Yarn count, Nm, Ne, Tex or Denier<\/li>\n                    <li>Colour or Pantone reference<\/li>\n                    <li>End application<\/li>\n                    <li>Approximate quantity<\/li>\n                    <li>Packaging requirements<\/li>\n                    <li>Delivery destination<\/li>\n                <\/ul>\n\n            <\/div>\n\n            <div class=\"elmika-mfg-highlight\">\n\n                <h2>Need Help with Yarn Count?<\/h2>\n\n                <p>\n                    Yarn specifications may be provided in different count\n                    systems depending on the manufacturer and application.\n                <\/p>\n\n                <p>\n                    Use our\n                    <a href=\"\/de\/metrics\/\"><strong>Garnnummern-Umrechner<\/strong><\/a>\n                    to compare common yarn count systems, or simply send us\n                    the specification you currently have.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PROCESS -->\n    <section class=\"elmika-mfg-section\">\n\n        <div class=\"elmika-mfg-intro\">\n\n            <h2>How Industrial Yarn Supply Works<\/h2>\n\n            <p>\n                A straightforward process from specification to production.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"elmika-mfg-process\">\n\n            <div class=\"elmika-mfg-step\">\n                <span class=\"elmika-mfg-number\">1<\/span>\n                <h3>Spezifikation senden<\/h3>\n                <p>\n                    Tell us the yarn type, composition, count, colour,\n                    application, quantity and destination.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-step\">\n                <span class=\"elmika-mfg-number\">2<\/span>\n                <h3>Technical Review<\/h3>\n                <p>\n                    We review your requirement with suitable manufacturing\n                    partners and assess production feasibility.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-step\">\n                <span class=\"elmika-mfg-number\">3<\/span>\n                <h3>Commercial Offer<\/h3>\n                <p>\n                    Where feasible, we provide specifications, pricing,\n                    lead time and commercial terms.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-step\">\n                <span class=\"elmika-mfg-number\">4<\/span>\n                <h3>Production &amp; Delivery<\/h3>\n                <p>\n                    Production is arranged against the agreed requirements\n                    and shipped to the nominated destination.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- WHY ELMIKA -->\n    <section class=\"elmika-mfg-section\">\n\n        <div class=\"elmika-mfg-intro\">\n            <h2>Why Work with Elmika?<\/h2>\n        <\/div>\n\n        <div class=\"elmika-mfg-grid-3\">\n\n            <div class=\"elmika-mfg-card\">\n                <h3>Made-to-Order Supply<\/h3>\n                <p>\n                    Yarn requirements are assessed against customer\n                    specifications rather than limited to standard UK stock.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-card\">\n                <h3>Flexible Yarn Sourcing<\/h3>\n                <p>\n                    We work with manufacturing partners across standard,\n                    blended, technical and functional yarn requirements.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-card\">\n                <h3>Technical Coordination<\/h3>\n                <p>\n                    We coordinate counts, compositions, colours,\n                    applications and production requirements.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-card\">\n                <h3>Direct Mill Delivery<\/h3>\n                <p>\n                    Orders can be shipped directly from the producing mill\n                    to the customer&#8217;s nominated destination.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-card\">\n                <h3>International B2B Supply<\/h3>\n                <p>\n                    We work with textile manufacturers and professional\n                    buyers in the UK and international markets.\n                <\/p>\n            <\/div>\n\n            <div class=\"elmika-mfg-card\">\n                <h3>Commercial Coordination<\/h3>\n                <p>\n                    We coordinate quotations, production requirements\n                    and shipment arrangements between customer and producer.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- CTA -->\n    <section class=\"elmika-mfg-cta\">\n\n        <h2>Looking for an Industrial Yarn Supplier?<\/h2>\n\n        <p>\n            Send us your yarn specification, approximate quantity and\n            delivery destination. We will review the requirement and\n            contact you regarding suitable production options.\n        <\/p>\n\n        <a class=\"elmika-mfg-button\"\n           href=\"\/de\/contact-us\/\">\n            Angebot anfordern\n        <\/a>\n\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Industrial Yarn Supply Yarn Solutions for Textile Manufacturers Elmika works with textile manufacturers and professional buyers requiring industrial yarns produced to agreed technical and commercial specifications. We coordinate yarn sourcing, production requirements and direct mill-to-customer delivery for UK and international projects. Who We Work With Our supply model is designed for businesses purchasing yarn for&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>For manufacturers - Elmika Ltd<\/title>\n<meta name=\"description\" content=\"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elmika.net\/de\/for-manufacturers\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"For manufacturers - Elmika Ltd\" \/>\n<meta property=\"og:description\" content=\"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elmika.net\/de\/for-manufacturers\/\" \/>\n<meta property=\"og:site_name\" content=\"Elmika Ltd\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61565554602143\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-21T18:14:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elmika.net\/wp-content\/uploads\/2025\/01\/spinning-machine-OE-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"448\" \/>\n\t<meta property=\"og:image:height\" content=\"252\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@elmikaltd\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elmika.net\\\/for-manufacturers\\\/\",\"url\":\"https:\\\/\\\/elmika.net\\\/for-manufacturers\\\/\",\"name\":\"For manufacturers - Elmika Ltd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elmika.net\\\/#website\"},\"datePublished\":\"2024-11-24T14:55:54+00:00\",\"dateModified\":\"2026-08-21T18:14:49+00:00\",\"description\":\"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elmika.net\\\/for-manufacturers\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elmika.net\\\/for-manufacturers\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elmika.net\\\/for-manufacturers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elmika.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"For manufacturers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elmika.net\\\/#website\",\"url\":\"https:\\\/\\\/elmika.net\\\/\",\"name\":\"Elmika Ltd\",\"description\":\"Industrial yarn supply for textile manufacturers worldwide\",\"publisher\":{\"@id\":\"https:\\\/\\\/elmika.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elmika.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elmika.net\\\/#organization\",\"name\":\"Elmika Ltd\",\"url\":\"https:\\\/\\\/elmika.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/elmika.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elmika.net\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/formula.jpg\",\"contentUrl\":\"https:\\\/\\\/elmika.net\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/formula.jpg\",\"width\":94,\"height\":157,\"caption\":\"Elmika Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/elmika.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61565554602143\",\"https:\\\/\\\/x.com\\\/elmikaltd\",\"https:\\\/\\\/www.instagram.com\\\/justknit.uk\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"For manufacturers - Elmika Ltd","description":"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elmika.net\/de\/for-manufacturers\/","og_locale":"de_DE","og_type":"article","og_title":"For manufacturers - Elmika Ltd","og_description":"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.","og_url":"https:\/\/elmika.net\/de\/for-manufacturers\/","og_site_name":"Elmika Ltd","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61565554602143","article_modified_time":"2026-08-21T18:14:49+00:00","og_image":[{"width":448,"height":252,"url":"https:\/\/elmika.net\/wp-content\/uploads\/2025\/01\/spinning-machine-OE-2.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@elmikaltd","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elmika.net\/for-manufacturers\/","url":"https:\/\/elmika.net\/for-manufacturers\/","name":"For manufacturers - Elmika Ltd","isPartOf":{"@id":"https:\/\/elmika.net\/#website"},"datePublished":"2024-11-24T14:55:54+00:00","dateModified":"2026-08-21T18:14:49+00:00","description":"Elmika specializes in wholesale yarn supplies tailored to your needs. With over 20 years of experience and trusted partners, we deliver top-quality yarns at competitive prices. Choose from cotton, wool, viscose, acrylic, polyester, and blended yarns for your production.","breadcrumb":{"@id":"https:\/\/elmika.net\/for-manufacturers\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elmika.net\/for-manufacturers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elmika.net\/for-manufacturers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elmika.net\/"},{"@type":"ListItem","position":2,"name":"For manufacturers"}]},{"@type":"WebSite","@id":"https:\/\/elmika.net\/#website","url":"https:\/\/elmika.net\/","name":"Elmika Ltd","description":"Industriegarnversorgung f\u00fcr Textilhersteller","publisher":{"@id":"https:\/\/elmika.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elmika.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/elmika.net\/#organization","name":"Elmika Ltd","url":"https:\/\/elmika.net\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/elmika.net\/#\/schema\/logo\/image\/","url":"https:\/\/elmika.net\/wp-content\/uploads\/2024\/11\/formula.jpg","contentUrl":"https:\/\/elmika.net\/wp-content\/uploads\/2024\/11\/formula.jpg","width":94,"height":157,"caption":"Elmika Ltd"},"image":{"@id":"https:\/\/elmika.net\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61565554602143","https:\/\/x.com\/elmikaltd","https:\/\/www.instagram.com\/justknit.uk\/"]}]}},"_links":{"self":[{"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":6,"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":944,"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/pages\/23\/revisions\/944"}],"wp:attachment":[{"href":"https:\/\/elmika.net\/de\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}