{"id":21984,"date":"2026-03-05T10:12:08","date_gmt":"2026-03-05T10:12:08","guid":{"rendered":"https:\/\/hidrokarpres.com\/?page_id=21984"},"modified":"2026-03-07T13:00:09","modified_gmt":"2026-03-07T13:00:09","slug":"bros-cekme-presleri","status":"publish","type":"page","link":"https:\/\/hidrokarpres.com\/en\/bros-cekme-presleri\/","title":{"rendered":"Broaching Presses"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"21984\" class=\"elementor elementor-21984\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-5ffcd04 elementor-section-boxed elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"5ffcd04\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\n                \n        <div class=\"pxl-section-bg-parallax\" data-parallax=\"{&quot;y&quot;:30}\"><\/div>        <div class=\"elementor-container elementor-column-gap-extended\">\n                <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a7945b5 pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"a7945b5\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-e2b861d elementor-widget elementor-widget-pxl_heading\" data-id=\"e2b861d\" data-element_type=\"widget\" data-widget_type=\"pxl_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"pxl-pxl_heading-e2b861d-3658\" class=\"pxl-heading\">\n\t<div class=\"pxl-heading--inner\">\n\t\t\n\t\t<div class=\"pxl-item--title style-default highlight-default\" data-wow-delay=\"ms\">\n\n\t\t\t<span class=\"pxl-heading--text\">\n\n\t\t\t\t\t\t\t\t\tBroaching Presses\t\n\t\t\t\t\t\n\n\t\t\t<\/span>\n\t\t<\/div>\n\t\t\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-9f60473 e-flex e-con-boxed e-con e-parent\" data-id=\"9f60473\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64e4a21 elementor-widget elementor-widget-html\" data-id=\"64e4a21\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"tr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>BRO\u015e \u00c7EKME PRESLER\u0130<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background: #f8f9fa;\n            padding: 30px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .products-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 40px 30px;\n        }\n\n        .product-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            position: relative;\n        }\n\n        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.12);\n        }\n\n        .product-image-container {\n            position: relative;\n            width: 100%;\n            height: 280px;\n            background: #fff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 20px;\n        }\n\n        .product-image {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            max-width: 90%;\n            max-height: 90%;\n        }\n\n        .product-info {\n            padding: 25px 20px;\n            text-align: center;\n            background: white;\n        }\n\n        .product-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            line-height: 1.4;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .view-button {\n            display: inline-flex;\n            align-items: center;\n            padding: 8px 20px;\n            background: transparent;\n            color: #ff0000;\n            border: 1px solid #ff0000;\n            border-radius: 20px;\n            font-family: 'Poppins', sans-serif;\n            font-size: 13px;\n            font-weight: 500;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .view-button:after {\n            content: ' \u2192';\n            margin-left: 8px;\n            transition: transform 0.3s ease;\n        }\n\n        .view-button:hover {\n            background: #ff0000;\n            color: white;\n            transform: translateX(2px);\n        }\n\n        .view-button:hover:after {\n            transform: translateX(3px);\n        }\n\n        \/* Mobil responsive *\/\n        @media (max-width: 768px) {\n            .products-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px 15px;\n            }\n\n            .product-image-container {\n                height: 200px;\n                padding: 15px;\n            }\n\n            .product-info {\n                padding: 20px 15px;\n            }\n\n            .product-title {\n                font-size: 14px;\n                margin-bottom: 15px;\n            }\n\n            .view-button {\n                padding: 6px 16px;\n                font-size: 12px;\n            }\n\n            body {\n                padding: 15px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .products-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .product-image-container {\n                height: 220px;\n            }\n\n            .product-title {\n                font-size: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"products-grid\">\n\n            <!-- KART 1 -->\n            <div class=\"product-card\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp\" alt=\"\u00dcr\u00fcn 1\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HYDRAULIC VERTICAL BROACHING PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-bros-cekme-presi\/\" class=\"view-button\">View<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- KART 2 -->\n            <div class=\"product-card\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBK-1.webp\" alt=\"\u00dcr\u00fcn 2\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HBK<br><strong>H\u0130DROL\u0130K KAMA A\u00c7MA BRO\u015e \u00c7EKME PRES\u0130<\/strong><\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-kama-acma-bros-cekme-presi\/\" class=\"view-button\">View<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- KART 3 -->\n            <div class=\"product-card\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBB-1-kopya-1.webp\" alt=\"\u00dcr\u00fcn 3\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HYDRAULIC VERTICAL BROACH STAMPING PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-bros-basma-presi\/\" class=\"view-button\">View<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- KART 4 -->\n            <div class=\"product-card\">\n                <div class=\"product-image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/1-HBY.jpg\" alt=\"\u00dcr\u00fcn 4\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HYDRAULIC SURFACE BROACHING PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-yuzey-bros-cekme-presi\/\" class=\"view-button\">View<\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Sayfa y\u00fcklenme animasyonu\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.product-card');\n            cards.forEach((card, index) => {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(30px)';\n\n                setTimeout(() => {\n                    card.style.transition = 'all 0.6s ease';\n                    card.style.opacity = '1';\n                    card.style.transform = 'translateY(0)';\n                }, index * 100);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-e3c956b elementor-section-boxed elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"e3c956b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\n                \n        <div class=\"pxl-section-bg-parallax\" data-parallax=\"{&quot;y&quot;:30}\"><\/div>        <div class=\"elementor-container elementor-column-gap-extended\">\n                <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5aaab06 pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"5aaab06\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-7f57c91 elementor-widget elementor-widget-text-editor\" data-id=\"7f57c91\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"797\" data-end=\"836\"><strong data-start=\"797\" data-end=\"836\">Industrial Press Machine Solutions<\/strong><\/p><p data-start=\"838\" data-end=\"1196\">Hidrokarpres offers reliable manufacturing solutions in the field of hydraulic presses and industrial pressing systems. Developed with a range of tonnage options and sector-specific designs, our press machines deliver high efficiency in metalworking, manufacturing and industrial applications. You can explore our range of press machine models to find the system best suited to your business.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>BRO\u015e \u00c7EKME PRESLER\u0130 BRO\u015e \u00c7EKME PRESLER\u0130 HBCH\u0130DROL\u0130K BRO\u015e \u00c7EKME PRES\u0130 G\u00f6r\u00fcnt\u00fcle HBKH\u0130DROL\u0130K KAMA A\u00c7MA BRO\u015e \u00c7EKME PRES\u0130 G\u00f6r\u00fcnt\u00fcle HBBH\u0130DROL\u0130K BRO\u015e BASMA PRES\u0130 G\u00f6r\u00fcnt\u00fcle HBYH\u0130DROL\u0130K Y\u00dcZEY BRO\u015e \u00c7EKME PRES\u0130 G\u00f6r\u00fcnt\u00fcle End\u00fcstriyel Pres Makinesi \u00c7\u00f6z\u00fcmleri Hidrokarpres, hidrolik pres makineleri ve end\u00fcstriyel pres sistemleri alan\u0131nda g\u00fcvenilir \u00fcretim \u00e7\u00f6z\u00fcmleri sunar. Farkl\u0131 tonaj se\u00e7enekleri ve sekt\u00f6rlere \u00f6zel tasar\u0131mlarla geli\u015ftirilen pres [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-21984","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres<\/title>\n<meta name=\"description\" content=\"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres&#039;le ileti\u015fim kurun.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hidrokarpres.com\/en\/bros-cekme-presleri\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres\" \/>\n<meta property=\"og:description\" content=\"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres&#039;le ileti\u015fim kurun.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hidrokarpres.com\/en\/bros-cekme-presleri\/\" \/>\n<meta property=\"og:site_name\" content=\"Hidrokar Pres\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hidrokarpress\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-07T13:00:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/\",\"url\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/\",\"name\":\"Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres\",\"isPartOf\":{\"@id\":\"https:\/\/hidrokarpres.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp\",\"datePublished\":\"2026-03-05T10:12:08+00:00\",\"dateModified\":\"2026-03-07T13:00:09+00:00\",\"description\":\"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres'le ileti\u015fim kurun.\",\"breadcrumb\":{\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage\",\"url\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp\",\"contentUrl\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/hidrokarpres.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bro\u015f \u00c7ekme Presleri\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hidrokarpres.com\/#website\",\"url\":\"https:\/\/hidrokarpres.com\/\",\"name\":\"Hidrokar Pres\",\"description\":\"Metal Makine \u0130malat Sanayi\",\"publisher\":{\"@id\":\"https:\/\/hidrokarpres.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hidrokarpres.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hidrokarpres.com\/#organization\",\"name\":\"Hidrokar Pres\",\"url\":\"https:\/\/hidrokarpres.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hidrokarpres.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2024\/06\/logoo.png\",\"contentUrl\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2024\/06\/logoo.png\",\"width\":315,\"height\":66,\"caption\":\"Hidrokar Pres\"},\"image\":{\"@id\":\"https:\/\/hidrokarpres.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/hidrokarpress\",\"https:\/\/www.instagram.com\/hidrokarpres\/\",\"https:\/\/www.linkedin.com\/in\/cihat-karatoprak-621ba785\/\",\"https:\/\/www.youtube.com\/@hidrokarpres\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres","description":"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres'le ileti\u015fim kurun.","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:\/\/hidrokarpres.com\/en\/bros-cekme-presleri\/","og_locale":"en_US","og_type":"article","og_title":"Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres","og_description":"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres'le ileti\u015fim kurun.","og_url":"https:\/\/hidrokarpres.com\/en\/bros-cekme-presleri\/","og_site_name":"Hidrokar Pres","article_publisher":"https:\/\/www.facebook.com\/hidrokarpress","article_modified_time":"2026-03-07T13:00:09+00:00","og_image":[{"url":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/","url":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/","name":"Hidrolik Bro\u015f \u00c7ekme Presleri | Hidrokar Pres","isPartOf":{"@id":"https:\/\/hidrokarpres.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage"},"image":{"@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage"},"thumbnailUrl":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp","datePublished":"2026-03-05T10:12:08+00:00","dateModified":"2026-03-07T13:00:09+00:00","description":"Y\u00fcksek hassasiyetli i\u00e7 profil ve kanal a\u00e7ma, bro\u015f \u00e7ekme presleri. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres'le ileti\u015fim kurun.","breadcrumb":{"@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hidrokarpres.com\/bros-cekme-presleri\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#primaryimage","url":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp","contentUrl":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2026\/01\/hidrokarpres-HBC-1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/hidrokarpres.com\/bros-cekme-presleri\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/hidrokarpres.com\/"},{"@type":"ListItem","position":2,"name":"Bro\u015f \u00c7ekme Presleri"}]},{"@type":"WebSite","@id":"https:\/\/hidrokarpres.com\/#website","url":"https:\/\/hidrokarpres.com\/","name":"Hidrokar Pres","description":"Metal Makine \u0130malat Sanayi","publisher":{"@id":"https:\/\/hidrokarpres.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hidrokarpres.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hidrokarpres.com\/#organization","name":"Hidrokar Pres","url":"https:\/\/hidrokarpres.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hidrokarpres.com\/#\/schema\/logo\/image\/","url":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2024\/06\/logoo.png","contentUrl":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2024\/06\/logoo.png","width":315,"height":66,"caption":"Hidrokar Pres"},"image":{"@id":"https:\/\/hidrokarpres.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hidrokarpress","https:\/\/www.instagram.com\/hidrokarpres\/","https:\/\/www.linkedin.com\/in\/cihat-karatoprak-621ba785\/","https:\/\/www.youtube.com\/@hidrokarpres"]}]}},"_links":{"self":[{"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages\/21984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/comments?post=21984"}],"version-history":[{"count":10,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages\/21984\/revisions"}],"predecessor-version":[{"id":21994,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages\/21984\/revisions\/21994"}],"wp:attachment":[{"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/media?parent=21984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}