{"id":21967,"date":"2026-03-05T09:45:38","date_gmt":"2026-03-05T09:45:38","guid":{"rendered":"https:\/\/hidrokarpres.com\/?page_id=21967"},"modified":"2026-03-07T12:58:15","modified_gmt":"2026-03-07T12:58:15","slug":"hidrolik-tek-tesirli-utuleme-presleri","status":"publish","type":"page","link":"https:\/\/hidrokarpres.com\/en\/hidrolik-tek-tesirli-utuleme-presleri\/","title":{"rendered":"Hidrolik Tek Tesirli \u00dct\u00fcleme Presleri"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"21967\" class=\"elementor elementor-21967\">\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-7334\" 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\tHydraulic Single Action 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>H\u0130DROL\u0130K TEK TES\u0130RL\u0130 (\u00dcT\u00dcLEME) 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\/2025\/08\/hidrokarpres-HCT-1.webp\" alt=\"\u00dcr\u00fcn 1\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HCT HYDRAULIC C-FRAME  SINGLE ACTION PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/c-tipi-pres-hidrolik\/\" 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\/2025\/09\/hidrokarpres-HHT-1.webp\" alt=\"\u00dcr\u00fcn 2\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HHT HYDRAULIC H-FRAME SINGLE ACTION PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-h-tipi\/\" 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\/2025\/09\/hidrokarpres-HKT-1.webp\" alt=\"\u00dcr\u00fcn 3\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HKT HYDRAULIC COLUMN TYPE SINGLE ACTION PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-kolonlu-tip-tek-tesirli-pres\/\" 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\/2025\/09\/hidrokarpres-HAT-1.webp\" alt=\"\u00dcr\u00fcn 4\" class=\"product-image\">\n                <\/div>\n                <div class=\"product-info\">\n                    <h3 class=\"product-title translation-block\">HAT HYDRAULIC WORKSHOP TYPE SINGLE ACTION PRESS<\/h3>\n                    <a href=\"https:\/\/hidrokarpres.com\/en\/portfolio\/hidrolik-atolye-tipi-tek-tesirli-pres\/\" 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>H\u0130DROL\u0130K TEK TES\u0130RL\u0130 (\u00dcT\u00dcLEME) PRESLER\u0130 H\u0130DROL\u0130K TEK TES\u0130RL\u0130 (\u00dcT\u00dcLEME) PRESLER\u0130 HCTC T\u0130P\u0130 PRES &#8211; H\u0130DROL\u0130K G\u00f6r\u00fcnt\u00fcle HHTH\u0130DROL\u0130K H T\u0130P\u0130 PRES G\u00f6r\u00fcnt\u00fcle HKTH\u0130DROL\u0130K KOLONLU T\u0130P TEK TES\u0130RL\u0130 PRES G\u00f6r\u00fcnt\u00fcle HATH\u0130DROL\u0130K AT\u00d6LYE T\u0130P\u0130 TEK TES\u0130RL\u0130 PRES 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 [&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-21967","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 Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres<\/title>\n<meta name=\"description\" content=\"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.\" \/>\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\/hidrolik-tek-tesirli-utuleme-presleri\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hidrolik Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres\" \/>\n<meta property=\"og:description\" content=\"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hidrokarpres.com\/en\/hidrolik-tek-tesirli-utuleme-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-07T12:58:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-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\/hidrolik-tek-tesirli-utuleme-presleri\/\",\"url\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/\",\"name\":\"Hidrolik Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres\",\"isPartOf\":{\"@id\":\"https:\/\/hidrokarpres.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp\",\"datePublished\":\"2026-03-05T09:45:38+00:00\",\"dateModified\":\"2026-03-07T12:58:15+00:00\",\"description\":\"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.\",\"breadcrumb\":{\"@id\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage\",\"url\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp\",\"contentUrl\":\"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Anasayfa\",\"item\":\"https:\/\/hidrokarpres.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hidrolik Tek Tesirli \u00dct\u00fcleme 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 Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres","description":"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.","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\/hidrolik-tek-tesirli-utuleme-presleri\/","og_locale":"en_US","og_type":"article","og_title":"Hidrolik Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres","og_description":"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.","og_url":"https:\/\/hidrokarpres.com\/en\/hidrolik-tek-tesirli-utuleme-presleri\/","og_site_name":"Hidrokar Pres","article_publisher":"https:\/\/www.facebook.com\/hidrokarpress","article_modified_time":"2026-03-07T12:58:15+00:00","og_image":[{"url":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-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\/hidrolik-tek-tesirli-utuleme-presleri\/","url":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/","name":"Hidrolik Tek Tesirli \u00dct\u00fcleme Presleri | Hidrokar Pres","isPartOf":{"@id":"https:\/\/hidrokarpres.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage"},"image":{"@id":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage"},"thumbnailUrl":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp","datePublished":"2026-03-05T09:45:38+00:00","dateModified":"2026-03-07T12:58:15+00:00","description":"\u00dct\u00fcleme ve tek tesirli operasyonlar i\u00e7in g\u00fc\u00e7l\u00fc hidrolik presler. \u00d6zel \u00f6l\u00e7\u00fc \u00fcretim ve d\u00fcnya geneli ihracat. Hidrokar Pres ile ileti\u015fime ge\u00e7in.","breadcrumb":{"@id":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#primaryimage","url":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp","contentUrl":"https:\/\/hidrokarpres.com\/wp-content\/uploads\/2025\/08\/hidrokarpres-HCT-1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/hidrokarpres.com\/hidrolik-tek-tesirli-utuleme-presleri\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Anasayfa","item":"https:\/\/hidrokarpres.com\/"},{"@type":"ListItem","position":2,"name":"Hidrolik Tek Tesirli \u00dct\u00fcleme 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\/21967","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=21967"}],"version-history":[{"count":4,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages\/21967\/revisions"}],"predecessor-version":[{"id":21971,"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/pages\/21967\/revisions\/21971"}],"wp:attachment":[{"href":"https:\/\/hidrokarpres.com\/en\/wp-json\/wp\/v2\/media?parent=21967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}