{"id":38121,"date":"2025-11-13T13:30:51","date_gmt":"2025-11-13T10:30:51","guid":{"rendered":"https:\/\/enermak.com\/?page_id=38121"},"modified":"2026-02-23T16:16:58","modified_gmt":"2026-02-23T13:16:58","slug":"kalite-yonetimi","status":"publish","type":"page","link":"https:\/\/enermak.com\/en\/kalite-yonetimi\/","title":{"rendered":"Quality Management"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"38121\" class=\"elementor elementor-38121\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eba6c28 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"eba6c28\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d02ec3e\" data-id=\"d02ec3e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d64adb3 elementor-widget elementor-widget-html\" data-id=\"d64adb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"tr\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Jost:wght@400;500;600;800&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        \/* ================= GENEL VE KATMAN Y\u00d6NET\u0130M\u0130 ================= *\/\r\n        .enermak-v3 { \r\n            font-family: 'Jost', sans-serif; \r\n            color: #1a1a1a; \r\n            background: #fff; \r\n            line-height: 1.6; \r\n            position: relative; \r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* ================= HERO SECT\u0130ON ================= *\/\r\n        .v3-hero {\r\n            position: relative;\r\n            padding: 100px 20px 140px;\r\n            background: #fdfdfd;\r\n            text-align: center;\r\n        }\r\n\r\n        .v3-hero .badge {\r\n            display: inline-block;\r\n            padding: 6px 18px;\r\n            background: rgba(242, 121, 0, 0.1);\r\n            color: #f27900;\r\n            border-radius: 50px;\r\n            font-size: 13px;\r\n            font-weight: 600;\r\n            margin-bottom: 25px;\r\n            position: relative;\r\n            z-index: 5;\r\n        }\r\n\r\n        .v3-hero h1 { \r\n            font-size: 52px; \r\n            font-weight: 600; \r\n            margin-bottom: 20px; \r\n            position: relative; \r\n            z-index: 5; \r\n            letter-spacing: -1px; \r\n        }\r\n        .v3-hero h1 span { color: #f27900; }\r\n        .v3-hero p { max-width: 700px; margin: 0 auto; color: #666; font-size: 19px; position: relative; z-index: 5; }\r\n\r\n        \/* ARKA PLAN AN\u0130MASYONLARI *\/\r\n        .stream {\r\n            position: absolute;\r\n            left: -10%; width: 140%; height: 2px;\r\n            background: linear-gradient(90deg, transparent, #f27900, transparent);\r\n            opacity: .15;\r\n            animation: stream 12s linear infinite;\r\n            pointer-events: none;\r\n            z-index: 1;\r\n        }\r\n        .stream.s1 { top: 65% } \r\n        .ring {\r\n            position: absolute;\r\n            width: 450px; height: 450px;\r\n            border: 1px solid #f27900;\r\n            border-radius: 50%;\r\n            opacity: .08;\r\n            animation: spin 60s linear infinite;\r\n            pointer-events: none;\r\n            z-index: 1;\r\n        }\r\n        .ring.r1 { top: 180px; left: -120px; }\r\n\r\n        @keyframes stream { from { transform: translateX(-10%) } to { transform: translateX(10%) } }\r\n        @keyframes spin { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }\r\n\r\n        \/* ================= KAL\u0130TE \u00d6ZET BLO\u011eU ================= *\/\r\n        .v3-quality-story {\r\n            max-width: 1100px;\r\n            margin: -60px auto 60px;\r\n            padding: 45px;\r\n            background: #fff;\r\n            border: 1px solid #eee;\r\n            border-radius: 20px;\r\n            box-shadow: 0 15px 40px rgba(0,0,0,0.04);\r\n            position: relative;\r\n            z-index: 10;\r\n            display: flex;\r\n            gap: 50px;\r\n            align-items: center;\r\n        }\r\n\r\n        .v3-quality-story .visual {\r\n            flex: 1;\r\n            min-width: 300px;\r\n            height: 250px;\r\n            background: #fbfbfb;\r\n            border-radius: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border: 1px dashed rgba(242, 121, 0, 0.2);\r\n        }\r\n\r\n        .v3-quality-story .content { flex: 1.5; }\r\n        .v3-quality-story h2 { font-size: 30px; color: #f27900; margin-bottom: 15px; font-weight: 600; }\r\n        .v3-quality-story p { font-size: 17px; color: #4a4a4a; }\r\n\r\n        \/* ================= \u0130LKELER GRID ================= *\/\r\n        .v3-principles-grid {\r\n            max-width: 1250px;\r\n            margin: 0 auto 100px;\r\n            padding: 0 20px;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 25px;\r\n            position: relative;\r\n            z-index: 5;\r\n        }\r\n\r\n        .v3-principle-card {\r\n            background: #fff;\r\n            border: 1px solid #eee;\r\n            border-radius: 18px;\r\n            padding: 35px;\r\n            transition: all .4s ease;\r\n            display: flex;\r\n            gap: 20px;\r\n        }\r\n\r\n        .v3-principle-card:hover { \r\n            transform: translateY(-8px); \r\n            border-color: #f27900; \r\n            box-shadow: 0 15px 35px rgba(242, 121, 0, 0.08); \r\n        }\r\n\r\n        .v3-principle-card .icon-box {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: rgba(242, 121, 0, 0.05);\r\n            border-radius: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            flex-shrink: 0;\r\n            color: #f27900;\r\n        }\r\n\r\n        .v3-principle-card h3 { font-size: 20px; color: #1a1a1a; margin-bottom: 10px; font-weight: 600; }\r\n        .v3-principle-card p { font-size: 15px; color: #666; margin: 0; line-height: 1.6; }\r\n\r\n        \/* ================= SERT\u0130F\u0130KA ALANI ================= *\/\r\n        .v3-certs {\r\n            background: #f9f9f9;\r\n            padding: 80px 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        .v3-certs h2 { font-size: 32px; margin-bottom: 40px; font-weight: 600; }\r\n        \r\n        .v3-cert-flex {\r\n            max-width: 900px;\r\n            margin: 0 auto;\r\n            display: flex;\r\n            gap: 20px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .v3-cert-item {\r\n            background: #fff;\r\n            padding: 20px 30px;\r\n            border-radius: 12px;\r\n            border: 1px solid #eee;\r\n            font-weight: 600;\r\n            color: #1a1a1a;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n\r\n        .v3-cert-item svg { color: #f27900; }\r\n\r\n        \/* ================= MOB\u0130L ================= *\/\r\n        @media(max-width:768px){\r\n            .v3-hero h1 { font-size: 34px; }\r\n            .v3-quality-story { flex-direction: column; margin: 20px; padding: 25px; }\r\n            .v3-quality-story .visual { width: 100%; min-width: unset; height: 180px; }\r\n            .v3-principles-grid { grid-template-columns: 1fr; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"enermak-v3\">\r\n\r\n    <div class=\"v3-hero\">\r\n        <div class=\"stream s1\"><\/div>\r\n        <div class=\"ring r1\"><\/div>\r\n        \r\n        <div class=\"badge\">S\u00fcre\u00e7 Y\u00f6netimi<\/div>\r\n        <h1>Excellence is a <span>Standard<\/span><\/h1>\r\n        <p>We implement a lean quality structure that minimizes bureaucracy and maximizes efficiency for fast and effective decisions.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"v3-quality-story\">\r\n        <div class=\"visual\">\r\n            <svg width=\"80\" height=\"80\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#f27900\" stroke-width=\"1\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\r\n                <path d=\"M9 12l2 2 4-4\"><\/path>\r\n            <\/svg>\r\n        <\/div>\r\n        <div class=\"content\">\r\n            <h2>Customer-Focused Improvement<\/h2>\r\n            <p>Enermak\u2019s Quality Management System is a living structure where gains obtained from processes are rapidly integrated into the system. Today and in the future, we continuously improve our performance through data analysis to provide services that exceed our customers' expectations.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"v3-principles-grid\">\r\n        \r\n        <div class=\"v3-principle-card\">\r\n            <div class=\"icon-box\">\r\n                <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <h3>Leadership and Participation<\/h3>\r\n                <p>We exhibit a transparent and goal-oriented management approach in which all our employees are involved in the process.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"v3-principle-card\">\r\n            <div class=\"icon-box\">\r\n                <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <h3>Data-Driven Decisions<\/h3>\r\n                <p>We feed our decision-making processes not with assumptions, but with measurable data and information analysis.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"v3-principle-card\">\r\n            <div class=\"icon-box\">\r\n                <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"8.5\" cy=\"7\" r=\"4\"><\/circle><polyline points=\"17 11 19 13 23 9\"><\/polyline><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <h3>Stakeholder Value<\/h3>\r\n                <p>We establish strong and sustainable partnerships with our solution partners and dealers based on mutual benefit.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"v3-principle-card\">\r\n            <div class=\"icon-box\">\r\n                <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line><\/svg>\r\n            <\/div>\r\n            <div>\r\n                <h3>Holistic Management<\/h3>\r\n                <p>To achieve the desired results in the most efficient way, we manage all activities and resources under a single umbrella.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"v3-certs\">\r\n        <h2>Certificates and Audits<\/h2>\r\n        <div class=\"v3-cert-flex\">\r\n            <div class=\"v3-cert-item\">\r\n                <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\r\n                ISO 9001:2008\r\n            <\/div>\r\n\r\n            <div class=\"v3-cert-item\">\r\n                <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\r\n                TSE (HYB) Certificate\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>S\u00fcre\u00e7 Y\u00f6netimi M\u00fckemmellik Bir Standartt\u0131r. H\u0131zl\u0131 ve etkin kararlar i\u00e7in b\u00fcrokrasiyi en aza indiren, verimlili\u011fi en \u00fcst d\u00fczeye \u00e7\u0131karan yal\u0131n bir kalite yap\u0131s\u0131 uyguluyoruz. M\u00fc\u015fteri Odakl\u0131 \u0130yile\u015ftirme Enermak\u2019\u0131n Kalite Y\u00f6netim Sistemi; s\u00fcre\u00e7lerden elde edilen kazan\u0131mlar\u0131n sisteme h\u0131zla entegre edildi\u011fi canl\u0131 bir yap\u0131d\u0131r. Bug\u00fcn ve gelecekte, m\u00fc\u015fterilerimizin beklentilerinin \u00f6tesinde hizmet sunmak i\u00e7in performans\u0131m\u0131z\u0131 veri analiziyle s\u00fcrekli&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bst_post_transparent":"","_bst_post_title":"hide","_bst_post_layout":"fullwidth","_bst_post_sidebar_id":"","_bst_post_content_style":"unboxed","_bst_post_vertical_padding":"hide","_bst_post_feature":"hide","_bst_post_feature_position":"","_bst_post_header":false,"_bst_post_footer":false,"footnotes":""},"class_list":["post-38121","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.6.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"yandex-verification\" content=\"yandex-verification: 61c39bc218eec6a9\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/enermak.com\/en\/kalite-yonetimi\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.6.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Enermak Enerji - Yeralt\u0131ndan Haberler\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Kalite Y\u00f6netimi - Enermak Enerji\" \/>\n\t\t<meta property=\"og:description\" content=\"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/enermak.com\/en\/kalite-yonetimi\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-11-13T10:30:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-23T13:16:58+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/YERALTINDANHABERLER\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@enerjienermak\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Kalite Y\u00f6netimi - Enermak Enerji\" \/>\n\t\t<meta name=\"twitter:description\" content=\"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@enerjienermak\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/enermak.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#listItem\",\"name\":\"Kalite Y\\u00f6netimi\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#listItem\",\"position\":2,\"name\":\"Kalite Y\\u00f6netimi\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/#organization\",\"name\":\"Enermak Enerji\",\"description\":\"Yeralt\\u0131ndan Haberler\",\"url\":\"https:\\\/\\\/enermak.com\\\/en\\\/\",\"telephone\":\"+903123851102\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/enermak.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/logo-tr-1.png\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/YERALTINDANHABERLER\\\/\",\"https:\\\/\\\/twitter.com\\\/enerjienermak\",\"https:\\\/\\\/www.instagram.com\\\/enermakenerji\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/EnermakEnerji\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/enermak\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#webpage\",\"url\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/\",\"name\":\"Kalite Y\\u00f6netimi - Enermak Enerji\",\"description\":\"S\\u00fcrekli iyile\\u015ftirme ve veri analizine dayal\\u0131 y\\u00f6netim anlay\\u0131\\u015f\\u0131m\\u0131zla tan\\u0131\\u015f\\u0131n. Yal\\u0131n s\\u00fcre\\u00e7 y\\u00f6netimi ile altyap\\u0131 sekt\\u00f6r\\u00fcnde global kaliteyi standartla\\u015ft\\u0131r\\u0131yor.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/kalite-yonetimi\\\/#breadcrumblist\"},\"datePublished\":\"2025-11-13T13:30:51+03:00\",\"dateModified\":\"2026-02-23T16:16:58+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/enermak.com\\\/en\\\/\",\"name\":\"Enermak Enerji\",\"alternateName\":\"Yeralt\\u0131ndan Haberler\",\"description\":\"Yeralt\\u0131ndan Haberler\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/enermak.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Kalite Y\u00f6netimi - Enermak Enerji<\/title>\n\n","aioseo_head_json":{"title":"Kalite Y\u00f6netimi - Enermak Enerji","description":"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.","canonical_url":"https:\/\/enermak.com\/en\/kalite-yonetimi\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"yandex-verification":"yandex-verification: 61c39bc218eec6a9","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/enermak.com\/en#listItem","position":1,"name":"Home","item":"https:\/\/enermak.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#listItem","name":"Kalite Y\u00f6netimi"}},{"@type":"ListItem","@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#listItem","position":2,"name":"Kalite Y\u00f6netimi","previousItem":{"@type":"ListItem","@id":"https:\/\/enermak.com\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/enermak.com\/en\/#organization","name":"Enermak Enerji","description":"Yeralt\u0131ndan Haberler","url":"https:\/\/enermak.com\/en\/","telephone":"+903123851102","logo":{"@type":"ImageObject","url":"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png","@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#organizationLogo"},"image":{"@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/YERALTINDANHABERLER\/","https:\/\/twitter.com\/enerjienermak","https:\/\/www.instagram.com\/enermakenerji\/","https:\/\/www.youtube.com\/c\/EnermakEnerji","https:\/\/www.linkedin.com\/in\/enermak"]},{"@type":"WebPage","@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#webpage","url":"https:\/\/enermak.com\/en\/kalite-yonetimi\/","name":"Kalite Y\u00f6netimi - Enermak Enerji","description":"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/enermak.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/enermak.com\/en\/kalite-yonetimi\/#breadcrumblist"},"datePublished":"2025-11-13T13:30:51+03:00","dateModified":"2026-02-23T16:16:58+03:00"},{"@type":"WebSite","@id":"https:\/\/enermak.com\/en\/#website","url":"https:\/\/enermak.com\/en\/","name":"Enermak Enerji","alternateName":"Yeralt\u0131ndan Haberler","description":"Yeralt\u0131ndan Haberler","inLanguage":"en-US","publisher":{"@id":"https:\/\/enermak.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Enermak Enerji - Yeralt\u0131ndan Haberler","og:type":"article","og:title":"Kalite Y\u00f6netimi - Enermak Enerji","og:description":"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.","og:url":"https:\/\/enermak.com\/en\/kalite-yonetimi\/","og:image":"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png","og:image:secure_url":"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png","article:published_time":"2025-11-13T10:30:51+00:00","article:modified_time":"2026-02-23T13:16:58+00:00","article:publisher":"https:\/\/www.facebook.com\/YERALTINDANHABERLER\/","twitter:card":"summary_large_image","twitter:site":"@enerjienermak","twitter:title":"Kalite Y\u00f6netimi - Enermak Enerji","twitter:description":"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.","twitter:creator":"@enerjienermak","twitter:image":"https:\/\/enermak.com\/wp-content\/uploads\/2022\/03\/logo-tr-1.png"},"aioseo_meta_data":{"post_id":"38121","title":null,"description":"S\u00fcrekli iyile\u015ftirme ve veri analizine dayal\u0131 y\u00f6netim anlay\u0131\u015f\u0131m\u0131zla tan\u0131\u015f\u0131n. Yal\u0131n s\u00fcre\u00e7 y\u00f6netimi ile altyap\u0131 sekt\u00f6r\u00fcnde global kaliteyi standartla\u015ft\u0131r\u0131yor.","keywords":null,"keyphrases":{"focus":{"keyphrase":"Y\u00f6netimi","score":64,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"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":"none","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,"seo_analyzer_scan_date":"2026-02-23 13:27:29","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-12-26 13:36:35","updated":"2026-02-23 13:27:29"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/enermak.com\/en\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tKalite Y\u00f6netimi\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/enermak.com\/en"},{"label":"Kalite Y\u00f6netimi","link":"https:\/\/enermak.com\/en\/kalite-yonetimi\/"}],"_links":{"self":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages\/38121","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/comments?post=38121"}],"version-history":[{"count":0,"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/pages\/38121\/revisions"}],"wp:attachment":[{"href":"https:\/\/enermak.com\/en\/wp-json\/wp\/v2\/media?parent=38121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}