{"id":4084,"date":"2026-06-30T12:46:44","date_gmt":"2026-06-30T18:46:44","guid":{"rendered":"https:\/\/heman.com.mx\/?post_type=product&#038;p=4084"},"modified":"2026-08-02T20:31:36","modified_gmt":"2026-08-03T02:31:36","slug":"inyectadora-de-salmuera-manual","status":"publish","type":"product","link":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/","title":{"rendered":"Inyectadora manual"},"content":{"rendered":"<section class=\"heman-product-page\">\n  <div class=\"heman-product-hero heman-product-container\">\n\n    <div class=\"product-gallery\">\n\n      <div class=\"product-main-image\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/11\/InyectadoraManual_Feb_2021.png\" alt=\"Inyectadora Manual HEMAN\">\n      <\/div>\n\n      <div class=\"product-thumbs\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/11\/InyectadoraManual_Feb_2021.png\" alt=\"Inyectadora Manual HEMAN\">\n      <\/div>\n\n    <\/div>\n\n    <div class=\"product-info\">\n\n      <p class=\"product-category\">\n        INYECCI\u00d3N\n      <\/p>\n\n      <h1>\n        Manual Injection Machine\n      <\/h1>\n\n      <h2>\n        Precisa y uniforme para salmuera y marinados\n      <\/h2>\n\n      <div class=\"product-line\"><\/div>\n\n      <p>\n        Optimiza la inyecci\u00f3n de salmuera a presi\u00f3n constante mediante m\u00faltiples agujas, realizando perforaciones uniformes en todo tipo de carne con o sin hueso. Garantiza una distribuci\u00f3n homog\u00e9nea de la salmuera, mejorando los procesos de marinado, curado y el rendimiento final del producto.\n      <\/p>\n\n      <div class=\"product-buttons\">\n\n        <a href=\"#contacto\" class=\"heman-btn-green\">\n          Request a quote\n        <\/a>\n\n        <a href=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/07\/INYECTADORA-MANUAL.pdf\" target=\"_blank\" class=\"heman-btn-green\">\n          Download technical data sheet\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\n.heman-product-hero{\n    padding:80px 6% 70px;\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    gap:70px;\n    align-items:center;\n}\n\n.product-main-image{\n    background:#f7f7f7;\n    border-radius:12px;\n    padding:35px;\n    box-shadow:0 18px 40px rgba(0,0,0,.12);\n\n    overflow:hidden;\n    cursor:zoom-in;\n    position:relative;\n}\n\n.product-main-image img{\n    width:100%;\n    height:440px;\n    object-fit:contain;\n    display:block;\n\n    transform:scale(1);\n    transform-origin:center center;\n    transition:transform .25s ease;\n    will-change:transform;\n    pointer-events:none;\n}\n\n.product-main-image.is-zooming img{\n    transform:scale(2.2);\n    transition:transform .12s ease-out;\n}\n\n.product-thumbs{\n    margin-top:18px;\n    display:flex;\n    gap:12px;\n}\n\n.product-thumbs img{\n    width:110px;\n    height:75px;\n    object-fit:contain;\n    border:2px solid #48AB33;\n    border-radius:6px;\n    padding:6px;\n    background:#fff;\n}\n\n.heman-product-page .product-info .product-category{\n    color:#48AB33 !important;\n    font-size:16px !important;\n    font-weight:900 !important;\n    letter-spacing:2px !important;\n    text-transform:uppercase !important;\n    margin:0 0 12px !important;\n}\n\n.heman-product-page .product-info h1{\n    font-size:60px;\n    line-height:1;\n    font-weight:900;\n    margin:0 0 14px;\n    color:#1A1A1A !important;\n}\n\n.heman-product-page .product-info h2{\n    color:#1A1A1A !important;\n    font-size:22px;\n    line-height:1.35;\n    font-weight:800;\n    margin:0 0 14px;\n}\n\n.product-line{\n    width:58px;\n    height:4px;\n    background:#48AB33;\n    border-radius:20px;\n    margin:18px 0 24px;\n}\n\n.heman-product-page .product-info p{\n    font-size:20px;\n    line-height:1.7;\n    color:#1A1A1A;\n}\n\n.product-buttons{\n    display:flex;\n    gap:18px;\n    flex-wrap:wrap;\n    margin-top:34px;\n}\n\n.heman-btn-green{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    background:#48AB33;\n    color:#ffffff !important;\n    padding:15px 32px;\n    border-radius:6px;\n    font-size:17px;\n    font-weight:800;\n    text-decoration:none !important;\n\n    transition:\n        background .30s ease,\n        transform .30s ease,\n        box-shadow .30s ease;\n\n    box-shadow:0 8px 20px rgba(0,0,0,.18);\n}\n\n.heman-btn-green:hover{\n    background:#426130 !important;\n    color:#ffffff !important;\n    transform:translateY(-4px);\n    box-shadow:0 14px 30px rgba(0,0,0,.22);\n}\n\n@media(max-width:900px){\n\n    .heman-product-hero{\n        grid-template-columns:1fr;\n        gap:40px;\n        padding-top:50px;\n    }\n\n    .heman-product-page .product-info h1{\n        font-size:42px;\n    }\n\n    .product-main-image img{\n        height:300px;\n    }\n\n    .product-main-image{\n        cursor:default;\n    }\n\n    .product-main-image.is-zooming img{\n        transform:scale(1);\n    }\n\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n\n    const zoomContainers = document.querySelectorAll('.product-main-image');\n\n    zoomContainers.forEach(function (container) {\n\n        const image = container.querySelector('img');\n\n        if (!image) {\n            return;\n        }\n\n        container.addEventListener('mouseenter', function () {\n\n            if (window.innerWidth <= 900) {\n                return;\n            }\n\n            container.classList.add('is-zooming');\n\n        });\n\n        container.addEventListener('mousemove', function (event) {\n\n            if (window.innerWidth <= 900) {\n                return;\n            }\n\n            const bounds = container.getBoundingClientRect();\n\n            const mouseX = event.clientX - bounds.left;\n            const mouseY = event.clientY - bounds.top;\n\n            const positionX = (mouseX \/ bounds.width) * 100;\n            const positionY = (mouseY \/ bounds.height) * 100;\n\n            image.style.transformOrigin =\n                positionX + '% ' + positionY + '%';\n\n        });\n\n        container.addEventListener('mouseleave', function () {\n\n            container.classList.remove('is-zooming');\n            image.style.transformOrigin = 'center center';\n\n        });\n\n    });\n\n});\n<\/script>\n\n\n<\/style>\n<!-- \/wp:post-content -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n\n<div class=\"heman-benefits-wrapper\">\n\n<div class=\"heman-benefits-apps heman-product-container\">\n\n<div class=\"benefit-box\">\n\n<h2 class=\"heman-section-title\">\n<span>Benefits<\/span> main\n<\/h2>\n\n<div class=\"heman-title-line\"><\/div>\n\n<ul class=\"heman-bullet\">\n\n<li>Suministra una inyecci\u00f3n de manera manual.<\/li>\n\n<li>Cuenta con manopla de tres agujas de 30 cm de largo.<\/li>\n\n<li>Inyecta cualquier tipo de carne.<\/li>\n\n<li>Incrementa el rendimiento del producto.<\/li>\n\n<li>Distribuci\u00f3n homog\u00e9nea de la salmuera.<\/li>\n\n<\/ul>\n\n<\/div>\n\n<div class=\"apps-box\">\n\n<h2 class=\"heman-section-title\">\n<span>Applications<\/span>\n<\/h2>\n\n<div class=\"heman-title-line\"><\/div>\n\n<div class=\"apps-content\">\n\n<ul class=\"heman-bullet\">\n\n<li>Cerdo.<\/li>\n\n<li>Aves.<\/li>\n\n<li>Vacuno.<\/li>\n\n<li>Others.<\/li>\n\n<\/ul>\n\n<div class=\"heman-app-images\">\n\n<img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-25-2026-04_59_35-PM.png\" alt=\"Vacuno fresco\">\n\n<img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-25-2026-01_29_41-PM.png\" alt=\"Cerdo fresco\">\n\n<img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-25-2026-04_59_26-PM.png\" alt=\"Aves frescas\">\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n<style>\n\n.heman-benefits-wrapper{\nposition:relative;\nwidth:100vw;\nmax-width:100vw;\nmargin-left:calc(50% - 50vw);\nmargin-right:calc(50% - 50vw);\npadding:70px 0;\nbackground:linear-gradient(135deg,rgba(244,238,220,.72),rgba(255,255,255,.95));\noverflow:hidden;\n}\n\n.heman-benefits-apps{\nmax-width:1500px;\nmargin:0 auto;\npadding:0 8%;\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:90px;\n}\n\n.benefit-box{\nborder-right:1px solid rgba(0,0,0,.18);\npadding-right:70px;\n}\n\n.apps-box{\npadding-left:35px;\n}\n\n.apps-content{\ndisplay:grid;\ngrid-template-columns:1fr 170px;\ncolumn-gap:28px;\nalign-items:start;\n}\n\n.heman-app-images{\ndisplay:flex;\nflex-direction:column;\ngap:14px;\nmargin-top:-35px !important;\n}\n\n.heman-app-images img{\nwidth:170px;\nheight:105px;\nobject-fit:cover;\nborder-radius:8px;\nbox-shadow:0 8px 20px rgba(0,0,0,.12);\n}\n\n.heman-section-title{\nfont-size:42px;\nfont-weight:900;\nmargin:0;\nline-height:1.1;\ncolor:#1A1A1A;\n}\n\n.heman-section-title span{\ncolor:#48AB33;\n}\n\n.heman-title-line{\nwidth:60px;\nheight:4px;\nbackground:#48AB33;\nborder-radius:20px;\nmargin:18px 0 28px;\n}\n\n.heman-bullet{\nlist-style:none;\npadding:0;\nmargin:0;\n}\n\n.heman-bullet li{\nposition:relative;\npadding-left:38px;\nmargin-bottom:16px;\nfont-size:20px;\nline-height:1.65;\ncolor:#1A1A1A;\n}\n\n.heman-bullet li:before{\ncontent:\"\";\nposition:absolute;\nleft:0;\ntop:6px;\nwidth:18px;\nheight:18px;\nbackground-image:url(\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/02-02.png\");\nbackground-size:contain;\nbackground-repeat:no-repeat;\nbackground-position:center;\n}\n\n@media(max-width:900px){\n\n.heman-benefits-apps{\ngrid-template-columns:1fr;\ngap:40px;\n}\n\n.benefit-box{\nborder-right:none;\nborder-bottom:1px solid rgba(0,0,0,.15);\npadding-right:0;\npadding-bottom:35px;\n}\n\n.apps-box{\npadding-left:0;\n}\n\n.apps-content{\ndisplay:block;\n}\n\n.heman-app-images{\ndisplay:flex;\nflex-direction:column;\ngap:16px;\nmargin-top:25px !important;\nwidth:100%;\n}\n\n.heman-app-images img{\nwidth:100%;\nmax-width:360px;\nheight:145px;\nobject-fit:contain;\nmargin:0 auto;\ndisplay:block;\n}\n\n.heman-section-title{\nfont-size:34px;\n}\n\n.heman-bullet li{\nfont-size:18px;\nline-height:1.55;\n}\n\n}\n\n<\/style>\n<!-- \/wp:html -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n  <div class=\"heman-tech heman-product-container\">\n\n    <div>\n      <h2 class=\"heman-section-title\"><span>File<\/span> technique<\/h2>\n      <div class=\"heman-title-line\"><\/div>\n\n      <table class=\"heman-tech-table\">\n        <tbody><tr>\n          <td>Total power<\/td>\n          <td>1 hp<\/td>\n        <\/tr>\n        <tr>\n          <td>Control<\/td>\n          <td>Manual<\/td>\n        <\/tr>\n        <tr>\n          <td>Connection<\/td>\n          <td>220v 1 fase, 3 polos<\/td>\n        <\/tr>\n        <tr>\n          <td>Agujas<\/td>\n          <td>3 agujas de inyecci\u00f3n de 3\/16\u201d de di\u00e1metro<\/td>\n        <\/tr>\n        <tr>\n          <td>Presi\u00f3n de bomba<\/td>\n          <td>3 kg\/cm\u00b2<\/td>\n        <\/tr>\n      <\/tbody><\/table>\n    <\/div>\n\n    <div>\n      <h2 class=\"heman-section-title\"><span>Drawing<\/span> technical<\/h2>\n      <div class=\"heman-title-line\"><\/div>\n\n      <div class=\"drawing-box\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2022\/02\/ModeloInyectadoraManual.jpg\" alt=\"Dibujo t\u00e9cnico Inyectadora Manual\">\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.heman-tech{\n  padding:75px 6%;\n  display:grid;\n  grid-template-columns:.85fr 1.15fr;\n  gap:70px;\n  align-items:center;\n}\n\n.heman-tech-table{\n  width:100%;\n  border-collapse:collapse;\n  font-size:19px;\n  font-weight:700;\n  box-shadow:0 12px 30px rgba(0,0,0,.08);\n}\n\n.heman-tech-table td{\n  padding:22px 24px;\n}\n\n.heman-tech-table tr:nth-child(odd){\n  background:#F4EEDC;\n}\n\n.heman-tech-table tr:nth-child(even){\n  background:#48ab33;\n}\n\n.heman-tech-table td:first-child{\n  font-weight:900;\n  color:#1A1A1A;\n  width:45%;\n}\n\n.drawing-box{\n  background:#fff;\n  border-radius:12px;\n  padding:30px;\n  box-shadow:0 18px 40px rgba(0,0,0,.12);\n}\n\n.drawing-box img{\n  width:100%;\n  height:430px;\n  object-fit:contain;\n  display:block;\n}\n\n@media(max-width:900px){\n  .heman-tech{\n    grid-template-columns:1fr;\n  }\n\n  .drawing-box img{\n    height:auto;\n  }\n}\n<\/style>\n<!-- \/wp:html -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n  <div class=\"heman-video-section\">\n\n    <div class=\"video-copy\">\n      <p>DEMONSTRATION VIDEO<\/p>\n\n      <h2>\n        Team working<br>\n        under real conditions<br>\n        of production.\n      <\/h2>\n\n    <\/div>\n\n    <div class=\"video-frame\">\n      <iframe\n        src=\"https:\/\/www.youtube.com\/embed\/rQDLSxh692c\"\n        title=\"Inyectadora Manual HEMAN\"\n        frameborder=\"0\"\n        allowfullscreen>\n      <\/iframe>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\n.heman-video-section{\n  width:100vw;\n  max-width:100vw;\n  margin-left:calc(50% - 50vw);\n  margin-right:calc(50% - 50vw);\n\n  padding:70px 6%;\n\n  background:\n    linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.72)),\n    url(\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-15-2026-09_37_29-PM.jpg\");\n\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n\n  display:grid;\n  grid-template-columns:.85fr 1.15fr;\n  gap:55px;\n  align-items:center;\n  color:#fff;\n}\n\n.video-copy p{\n  color:#48AB33 !important;\n  font-size:16px;\n  letter-spacing:3px;\n  font-weight:900;\n  margin:0 0 18px;\n  text-transform:uppercase;\n}\n\n.video-copy h2{\n  color:#FFFFFF !important;\n  font-size:42px;\n  line-height:1.15;\n  font-weight:900;\n  margin:0;\n}\n\n.video-copy,\n.video-copy *{\n  color:inherit;\n}\n\n.video-copy p{\n  color:#48AB33 !important;\n}\n\n.video-copy h2{\n  color:#FFFFFF !important;\n}\n\n.video-frame{\n  position:relative;\n  width:100%;\n  padding-top:56.25%;\n  border-radius:12px;\n  overflow:hidden;\n  box-shadow:0 18px 45px rgba(0,0,0,.38);\n}\n\n.video-frame iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n}\n\n@media(max-width:900px){\n\n  .heman-video-section{\n    grid-template-columns:1fr;\n  }\n\n  .video-copy h2{\n    font-size:30px;\n  }\n\n}\n\n<\/style>\n<!-- \/wp:html -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n  <div class=\"heman-features heman-product-container\">\n\n    <div class=\"heman-title-wrap\">\n      <h2 class=\"heman-section-title\"><span>Main<\/span> benefits<\/h2>\n      <div class=\"heman-title-line\"><\/div>\n    <\/div>\n\n    <div class=\"features-grid\">\n\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\n          <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/116-16.png\" alt=\"Acero inoxidable\">\n        <\/div>\n        <h3>Type 304 stainless steel<\/h3>\n        <div class=\"feature-line\"><\/div>\n        <p>Maximum corrosion resistance.<\/p>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\n          <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/100-10-1.png\" alt=\"Dise\u00f1o ergon\u00f3mico\">\n        <\/div>\n        <h3>GUARANTEED INNOVATION<\/h3>\n        <div class=\"feature-line\"><\/div>\n        <p>Innovando para usted...<\/p>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\n          <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/111-11.png\" alt=\"F\u00e1cil mantenimiento\">\n        <\/div>\n        <h3>Easy maintenance<\/h3>\n        <div class=\"feature-line\"><\/div>\n        <p>Acceso eficaz a refacciones y servicios.<\/p>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\n          <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/112-12.png\" alt=\"Higiene garantizada\">\n        <\/div>\n        <h3>Guaranteed hygiene<\/h3>\n        <div class=\"feature-line\"><\/div>\n        <p>Dise\u00f1o bajo est\u00e1ndares sanitarios.<\/p>\n      <\/div>\n\n      <div class=\"feature-item\">\n        <div class=\"feature-icon\">\n          <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/115-15.png\" alt=\"Mayor rendimiento\">\n        <\/div>\n        <h3>Higher performance<\/h3>\n        <div class=\"feature-line\"><\/div>\n        <p>M\u00e1xima eficiencia operativa.<\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\n.heman-features{\n  position:relative;\n  width:100vw;\n  max-width:100vw;\n  margin-left:calc(50% - 50vw);\n  margin-right:calc(50% - 50vw);\n  padding:95px 5%;\n  background:#ffffff;\n}\n\n.heman-title-wrap{\n  max-width:1700px;\n  margin:0 auto;\n  display:inline-block;\n}\n\n.heman-features .heman-section-title{\n  margin:0;\n}\n\n.heman-features .heman-title-line{\n  width:60px;\n  height:5px;\n  background:#48AB33;\n  border-radius:20px;\n  margin:18px 0 0;\n}\n\n.features-grid{\n  display:grid;\n  grid-template-columns:repeat(5,minmax(260px,1fr));\n  gap:0;\n  align-items:stretch;\n  width:100%;\n  max-width:1800px;\n  margin:45px auto 0;\n}\n\n.feature-item{\n  padding:42px 34px;\n  border-right:1px solid rgba(0,0,0,.16);\n  text-align:center;\n  min-height:420px;\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n  justify-content:flex-start;\n}\n\n.feature-item:last-child{\n  border-right:none;\n}\n\n.feature-icon{\n  width:112px;\n  height:112px;\n  margin:0 auto 28px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.feature-icon img{\n  width:112px;\n  height:112px;\n  object-fit:contain;\n  display:block;\n}\n\n.feature-item h3{\n  font-size:20px;\n  line-height:1.18;\n  margin:0;\n  text-transform:uppercase;\n  font-weight:900;\n  color:#1A1A1A;\n  min-height:88px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  word-break:normal;\n  overflow-wrap:normal;\n  hyphens:none;\n}\n\n.feature-line{\n  width:50px;\n  height:5px;\n  background:#48AB33;\n  border-radius:20px;\n  margin:18px auto 22px;\n  flex-shrink:0;\n}\n\n.feature-item p{\n  font-size:20px;\n  line-height:1.6;\n  margin:0;\n  color:#333;\n  max-width:240px;\n}\n\n@media(max-width:1000px){\n\n  .features-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .feature-item{\n    border-right:none;\n    min-height:auto;\n  }\n\n}\n\n@media(max-width:600px){\n\n  .features-grid{\n    grid-template-columns:1fr;\n  }\n\n  .feature-item{\n    padding:36px 24px;\n  }\n\n}\n\n<\/style>\n<!-- \/wp:html -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n  <div class=\"heman-related heman-product-container\">\n\n    <h2 class=\"heman-section-title\"><span>Teams<\/span> related<\/h2>\n    <div class=\"heman-title-line\"><\/div>\n\n    <div class=\"related-grid\">\n\n      <a class=\"related-card\" href=\"https:\/\/heman.com.mx\/en\/product\/inyectadora-analoga-i-38\/\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-01-at-11.07.28-AM-2.jpeg\" alt=\"Inyectadora de carne an\u00e1loga I-38\">\n        <h3>Inyectadora de carne an\u00e1loga I-38<\/h3>\n        <p>Injection<\/p>\n        <span class=\"related-btn\">View team<\/span>\n      <\/a>\n\n     <a class=\"related-card\" href=\"https:\/\/heman.com.mx\/en\/product\/tunel-escurridor-nh\/\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-11-2026-09_46_10-PM.jpg\" alt=\"T\u00fanel Escurridor\">\n        <h3>Draining Tunnel<\/h3>\n        <p>Marinating and massaging<\/p>\n        <span class=\"related-btn\">View team<\/span>\n      <\/a>\n\n     <a class=\"related-card\" href=\"https:\/\/heman.com.mx\/en\/product\/tanque-retractil-nh\/\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Jul-11-2026-09_11_39-PM-1.jpg\" alt=\"Tanque Retr\u00e1ctil\">\n        <h3>Retractable Tank<\/h3>\n        <p>PACKAGING<\/p>\n        <span class=\"related-btn\">View team<\/span>\n      <\/a>\n\n      <a class=\"related-card\" href=\"https:\/\/heman.com.mx\/en\/product\/bombo-con-sistema-de-enfriamiento-nh\/\">\n        <img decoding=\"async\" src=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-07-14-at-12.27.16-PM.jpeg\" alt=\"Tumbler\/Bombo Marinador con sistema de enfriamiento\">\n        <h3>Tumbler\/Marinator Drum with Cooling System<\/h3>\n        <p>Marinating and massaging<\/p>\n        <span class=\"related-btn\">View team<\/span>\n      <\/a>\"\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\n.heman-related{\n    padding:70px 6%;\n    background:#f7f7f7;\n}\n\n.related-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:26px;\n}\n\n.related-card{\n    background:#fff;\n    border-radius:12px;\n    padding:24px;\n    text-align:center;\n    text-decoration:none !important;\n    color:#1A1A1A !important;\n    box-shadow:0 12px 28px rgba(0,0,0,.10);\n    transition:.30s ease;\n    display:flex;\n    flex-direction:column;\n}\n\n.related-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 20px 40px rgba(0,0,0,.16);\n}\n\n.related-card img{\n    width:100%;\n    height:190px;\n    object-fit:contain;\n    margin-bottom:18px;\n}\n\n.related-card h3{\n    font-size:19px;\n    font-weight:900;\n    line-height:1.2;\n    margin:0 0 8px;\n    min-height:70px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:#1A1A1A;\n}\n\n.related-card p{\n    font-size:15px;\n    color:#444;\n    margin:0 0 24px;\n    min-height:40px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n}\n\n.related-btn{\n    display:inline-flex !important;\n    align-items:center;\n    justify-content:center;\n\n    background:#48AB33 !important;\n    color:#ffffff !important;\n\n    padding:13px 30px !important;\n    border-radius:6px;\n\n    font-size:16px;\n    font-weight:800;\n\n    text-decoration:none !important;\n\n    margin-top:auto;\n    align-self:center;\n\n    transition:.30s ease;\n\n    box-shadow:0 8px 18px rgba(0,0,0,.18);\n}\n\n.related-card:hover .related-btn{\n    background:#426130 !important;\n    color:#ffffff !important;\n}\n\n@media(max-width:1000px){\n\n    .related-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n}\n\n@media(max-width:600px){\n\n    .related-grid{\n        grid-template-columns:1fr;\n    }\n\n}\n\n<\/style>\n\n<!-- \/wp:html -->\n\n<!-- wp:html -->\n<section class=\"heman-product-page\">\n  <div class=\"product-final-cta\">\n\n    <div class=\"cta-content\">\n\n      <h2>\n        Can&#039;t find the equipment? <span>ideal?<\/span>\n      <\/h2>\n\n      <p>\n        Contact us for expert advice. We have the ideal machinery to optimize your process.\n      <\/p>\n\n      <a href=\"#contacto\" class=\"cta-button\">\n        Request advice\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\n.product-final-cta{\n\n  position:relative;\n\n  width:100vw;\n  max-width:100vw;\n\n  margin-left:calc(50% - 50vw);\n  margin-right:calc(50% - 50vw);\n\n  min-height:420px;\n\n  padding:90px 6%;\n\n  background:\n    linear-gradient(\n      rgba(66,97,48,.78),\n      rgba(0,0,0,.70)\n    ),\n    url(\"https:\/\/heman.com.mx\/wp-content\/uploads\/2026\/06\/Captura-de-pantalla-2026-06-18-a-las-2.15.58-p.m.jpg\");\n\n  background-size:cover;\n  background-position:center;\n  background-repeat:no-repeat;\n\n  display:flex;\n  justify-content:center;\n  align-items:center;\n\n  text-align:center;\n\n  overflow:hidden;\n}\n\n.cta-content{\n\n  max-width:900px;\n  width:100%;\n\n}\n\n.cta-content h2{\n\n  margin:0 0 20px;\n\n  color:#fff;\n\n  font-size:44px;\n\n  line-height:1.1;\n\n  font-weight:900;\n\n  text-transform:uppercase;\n\n}\n\n.cta-content h2 span{\n\n  color:#48AB33;\n\n}\n\n.cta-content p{\n\n  margin:0 auto 40px;\n\n  max-width:760px;\n\n  color:#fff;\n\n  font-size:22px;\n\n  line-height:1.65;\n\n}\n\n.cta-button{\n\n  display:inline-flex;\n\n  justify-content:center;\n\n  align-items:center;\n\n  background:#48AB33;\n\n  color:#fff !important;\n\n  text-decoration:none !important;\n\n  font-weight:900;\n\n  padding:18px 42px;\n\n  border-radius:6px;\n\n  transition:.3s ease;\n\n}\n\n.cta-button:hover{\n\n  background:#426130;\n\n  color:#fff !important;\n\n  transform:translateY(-2px);\n\n}\n\n@media(max-width:900px){\n\n.product-final-cta{\n\nmin-height:340px;\n\npadding:70px 7%;\n\n}\n\n.cta-content h2{\n\nfont-size:32px;\n\n}\n\n.cta-content p{\n\nfont-size:18px;\n\nmargin-bottom:30px;\n\n}\n\n}\n\n<\/style>\n<!-- \/wp:html -->\n\n<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->","protected":false},"excerpt":{"rendered":"<p>INYECCI\u00d3N Inyectadora Manual Precisa y uniforme para salmuera y marinados Optimiza la inyecci\u00f3n de salmuera a presi\u00f3n constante mediante m\u00faltiples agujas, realizando perforaciones uniformes en todo tipo de carne con o sin hueso. Garantiza una distribuci\u00f3n homog\u00e9nea de la salmuera, mejorando los procesos de marinado, curado y el rendimiento final del producto. Solicitar cotizaci\u00f3n Descargar&#8230;<\/p>","protected":false},"featured_media":2246,"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":""},"product_brand":[],"product_cat":[35],"product_tag":[],"class_list":["post-4084","product","type-product","status-publish","has-post-thumbnail","product_cat-inyeccion","first","instock","shipping-taxable","product-type-simple","entry","content-bg","loop-entry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"HEMAN - Innovando para Usted...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Inyectadora Manual de Salmuera para Carne | HEMAN\" \/>\n\t\t<meta property=\"og:description\" content=\"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-30T18:46:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-03T02:31:36+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Inyectadora Manual de Salmuera para Carne | HEMAN\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en#listItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/heman.com.mx\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/?page_id=4690#listItem\",\"name\":\"PRODUCTOS NH\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/?page_id=4690#listItem\",\"position\":2,\"name\":\"PRODUCTOS NH\",\"item\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/?page_id=4690\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product-category\\\/inyeccion\\\/#listItem\",\"name\":\"Inyecci\\u00f3n\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en#listItem\",\"name\":\"Inicio\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product-category\\\/inyeccion\\\/#listItem\",\"position\":3,\"name\":\"Inyecci\\u00f3n\",\"item\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product-category\\\/inyeccion\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#listItem\",\"name\":\"Inyectadora manual\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/?page_id=4690#listItem\",\"name\":\"PRODUCTOS NH\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#listItem\",\"position\":4,\"name\":\"Inyectadora manual\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product-category\\\/inyeccion\\\/#listItem\",\"name\":\"Inyecci\\u00f3n\"}}]},{\"@type\":\"ItemPage\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#itempage\",\"url\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/\",\"name\":\"Inyectadora Manual de Salmuera para Carne | HEMAN\",\"description\":\"Consigue una distribuci\\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/heman.com.mx\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/InyectadoraManual_Feb_2021.png\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#mainImage\",\"width\":1100,\"height\":1100,\"caption\":\"Inyectadora manual\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#mainImage\"},\"datePublished\":\"2026-06-30T12:46:44-06:00\",\"dateModified\":\"2026-08-02T20:31:36-06:00\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/#organization\",\"name\":\"Heman\",\"description\":\"Innovando para Usted...\",\"url\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/heman.com.mx\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/cropped-LogoCRV_Heman_Dic_2020-2.png\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#organizationLogo\",\"width\":150,\"height\":45,\"caption\":\"cropped-LogoCRV_Heman_Dic_2020-2.png-Heman\"},\"image\":{\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/product\\\/inyectadora-de-salmuera-manual\\\/#organizationLogo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/\",\"name\":\"Heman\",\"description\":\"Innovando para Usted...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/heman.com.mx\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Inyectadora Manual de Salmuera para Carne | HEMAN","description":"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.","canonical_url":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en#listItem","position":1,"name":"Inicio","item":"https:\/\/heman.com.mx\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/?page_id=4690#listItem","name":"PRODUCTOS NH"}},{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/?page_id=4690#listItem","position":2,"name":"PRODUCTOS NH","item":"https:\/\/heman.com.mx\/en\/?page_id=4690","nextItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/#listItem","name":"Inyecci\u00f3n"},"previousItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en#listItem","name":"Inicio"}},{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/#listItem","position":3,"name":"Inyecci\u00f3n","item":"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/","nextItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#listItem","name":"Inyectadora manual"},"previousItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/?page_id=4690#listItem","name":"PRODUCTOS NH"}},{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#listItem","position":4,"name":"Inyectadora manual","previousItem":{"@type":"ListItem","@id":"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/#listItem","name":"Inyecci\u00f3n"}}]},{"@type":"ItemPage","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#itempage","url":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/","name":"Inyectadora Manual de Salmuera para Carne | HEMAN","description":"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/heman.com.mx\/en\/#website"},"breadcrumb":{"@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/10\/InyectadoraManual_Feb_2021.png","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#mainImage","width":1100,"height":1100,"caption":"Inyectadora manual"},"primaryImageOfPage":{"@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#mainImage"},"datePublished":"2026-06-30T12:46:44-06:00","dateModified":"2026-08-02T20:31:36-06:00"},{"@type":"Organization","@id":"https:\/\/heman.com.mx\/en\/#organization","name":"Heman","description":"Innovando para Usted...","url":"https:\/\/heman.com.mx\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/cropped-LogoCRV_Heman_Dic_2020-2.png","@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#organizationLogo","width":150,"height":45,"caption":"cropped-LogoCRV_Heman_Dic_2020-2.png-Heman"},"image":{"@id":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/#organizationLogo"}},{"@type":"WebSite","@id":"https:\/\/heman.com.mx\/en\/#website","url":"https:\/\/heman.com.mx\/en\/","name":"Heman","description":"Innovando para Usted...","inLanguage":"en-US","publisher":{"@id":"https:\/\/heman.com.mx\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"HEMAN - Innovando para Usted...","og:type":"article","og:title":"Inyectadora Manual de Salmuera para Carne | HEMAN","og:description":"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.","og:url":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/","og:image":"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg","og:image:secure_url":"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg","og:image:width":800,"og:image:height":600,"article:published_time":"2026-06-30T18:46:44+00:00","article:modified_time":"2026-08-03T02:31:36+00:00","twitter:card":"summary","twitter:title":"Inyectadora Manual de Salmuera para Carne | HEMAN","twitter:description":"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.","twitter:image":"https:\/\/heman.com.mx\/wp-content\/uploads\/2021\/09\/RENDER.jpg"},"aioseo_meta_data":{"post_id":"4084","title":"Inyectadora Manual de Salmuera para Carne | HEMAN","description":"Consigue una distribuci\u00f3n uniforme de salmuera que mejora la jugosidad, incrementa el rendimiento y optimiza los procesos de marinado y curado.","keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"ItemPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-25 00:09:10","updated":"2026-08-04 15:04:47","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/heman.com.mx\/en\" title=\"Inicio\">Inicio<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/heman.com.mx\/en\/?page_id=4690\" title=\"PRODUCTOS NH\">PRODUCTOS NH<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/\" title=\"Inyecci\u00f3n\">Inyecci\u00f3n<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tInyectadora manual\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Inicio","link":"https:\/\/heman.com.mx\/en"},{"label":"PRODUCTOS NH","link":"https:\/\/heman.com.mx\/en\/?page_id=4690"},{"label":"Inyecci\u00f3n","link":"https:\/\/heman.com.mx\/en\/product-category\/inyeccion\/"},{"label":"Inyectadora manual","link":"https:\/\/heman.com.mx\/en\/product\/inyectadora-de-salmuera-manual\/"}],"_links":{"self":[{"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/product\/4084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/types\/product"}],"wp:attachment":[{"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/media?parent=4084"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/product_brand?post=4084"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/product_cat?post=4084"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/heman.com.mx\/en\/wp-json\/wp\/v2\/product_tag?post=4084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}