{"id":20695,"date":"2026-06-30T22:05:39","date_gmt":"2026-06-30T20:05:39","guid":{"rendered":"https:\/\/meliangrupp.ee\/climate-systems\/"},"modified":"2026-08-23T22:59:06","modified_gmt":"2026-08-23T20:59:06","slug":"climate-systems","status":"publish","type":"page","link":"https:\/\/meliangrupp.ee\/en\/climate-systems\/","title":{"rendered":"Climate Systems"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20695\" class=\"elementor elementor-20695\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a90fda3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a90fda3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-d19dfe1\" data-id=\"d19dfe1\" 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-95be071 elementor-widget elementor-widget-html\" data-id=\"95be071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n  \/* Main climate systems page container *\/\r\n  .melian-climate-container {\r\n    background-color: #0b0f19;\r\n    color: #ffffff;\r\n    font-family: 'Manrope', sans-serif;\r\n    padding: 80px 15px;\r\n    box-sizing: border-box;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  \/* Section title *\/\r\n  .climate-title {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 42px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    text-align: center;\r\n    margin: 0 0 15px 0;\r\n    letter-spacing: 1px;\r\n    color: #ffffff;\r\n    width: 100%;\r\n  }\r\n\r\n  .climate-title-line {\r\n    width: 100px;\r\n    height: 4px;\r\n    background-color: #ef4444;\r\n    margin: 0 auto 35px auto;\r\n    border-radius: 2px;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .climate-subtitle {\r\n    color: #9ca3af;\r\n    font-size: 16px;\r\n    line-height: 1.8;\r\n    max-width: 800px;\r\n    text-align: center !important;\r\n    margin: 0 auto 65px auto !important;\r\n    display: block;\r\n    width: 100%;\r\n  }\r\n\r\n  \/* Equipment category grid *\/\r\n  .climate-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 30px;\r\n    max-width: 1200px;\r\n    width: 100%;\r\n    margin: 0 auto 80px auto;\r\n  }\r\n\r\n  \/* Equipment card *\/\r\n  .climate-card {\r\n    background: #111827;\r\n    border: 1px solid #1f2937;\r\n    border-radius: 12px;\r\n    padding: 35px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .climate-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    right: 0;\r\n    height: 3px;\r\n    background: #ef4444;\r\n    transform: scaleX(0);\r\n    transition: transform 0.3s ease;\r\n  }\r\n\r\n  .climate-card:hover {\r\n    border-color: #ef4444;\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 35px rgba(239, 68, 68, 0.08);\r\n  }\r\n\r\n  .climate-card:hover::before {\r\n    transform: scaleX(1);\r\n  }\r\n\r\n  .climate-card-content h3 {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 18px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    margin: 0 0 15px 0;\r\n    color: #ffffff;\r\n    letter-spacing: 0.5px;\r\n  }\r\n\r\n  .climate-card-content p {\r\n    color: #9ca3af;\r\n    font-size: 14px;\r\n    line-height: 1.7;\r\n    margin: 0 0 25px 0;\r\n  }\r\n\r\n  \/* Specifications link *\/\r\n  .climate-link {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n    color: #ffffff;\r\n    text-decoration: none;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    transition: color 0.2s ease;\r\n    width: fit-content;\r\n  }\r\n\r\n  .climate-link span {\r\n    transition: transform 0.2s ease;\r\n  }\r\n\r\n  .climate-card:hover .climate-link {\r\n    color: #ef4444;\r\n  }\r\n\r\n  .climate-card:hover .climate-link span {\r\n    transform: translateX(5px);\r\n  }\r\n\r\n  \/* Service section *\/\r\n  .climate-service-footer {\r\n    max-width: 1200px;\r\n    width: 100%;\r\n    margin: 0 auto;\r\n    background: linear-gradient(135deg, #111827 0%, #0d131f 100%);\r\n    border: 1px solid #1f2937;\r\n    border-radius: 12px;\r\n    padding: 50px 40px;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .service-header {\r\n    text-align: center;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .service-header h4 {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 20px;\r\n    text-transform: uppercase;\r\n    margin: 0 0 15px 0;\r\n    color: #ffffff;\r\n    letter-spacing: 1px;\r\n  }\r\n\r\n  .service-header p {\r\n    color: #9ca3af;\r\n    font-size: 15px;\r\n    line-height: 1.7;\r\n    max-width: 800px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Service benefits grid *\/\r\n  .service-steps-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 25px;\r\n    margin-bottom: 40px;\r\n  }\r\n\r\n  .service-step-card {\r\n    background: rgba(31, 41, 55, 0.4);\r\n    border: 1px solid #1f2937;\r\n    border-radius: 8px;\r\n    padding: 25px;\r\n  }\r\n\r\n  .service-step-card h5 {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 14px;\r\n    color: #ef4444;\r\n    text-transform: uppercase;\r\n    margin: 0 0 10px 0;\r\n  }\r\n\r\n  .service-step-card p {\r\n    color: #9ca3af;\r\n    font-size: 13px;\r\n    line-height: 1.6;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* Technical requirements block *\/\r\n  .tech-info-block {\r\n    border-top: 1px solid #1f2937;\r\n    padding-top: 35px;\r\n  }\r\n\r\n  .tech-info-block h5 {\r\n    font-family: 'Unbounded', sans-serif;\r\n    font-size: 13px;\r\n    color: #ffffff;\r\n    text-transform: uppercase;\r\n    margin: 0 0 15px 0;\r\n    text-align: center;\r\n  }\r\n\r\n  .tech-text {\r\n    color: #9ca3af;\r\n    font-size: 13px;\r\n    line-height: 1.7;\r\n    max-width: 950px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n    background: rgba(239, 68, 68, 0.02);\r\n    border: 1px dashed rgba(239, 68, 68, 0.2);\r\n    padding: 20px;\r\n    border-radius: 6px;\r\n  }\r\n\r\n  \/* Responsive layout *\/\r\n  @media (max-width: 1024px) {\r\n    .climate-grid {\r\n      grid-template-columns: repeat(2, 1fr);\r\n      gap: 25px;\r\n    }\r\n\r\n    .service-steps-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 15px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 767px) {\r\n    .climate-title {\r\n      font-size: 32px;\r\n    }\r\n\r\n    .climate-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 20px;\r\n    }\r\n\r\n    .climate-card {\r\n      padding: 30px 25px;\r\n    }\r\n\r\n    .climate-subtitle {\r\n      margin: 0 auto 40px auto !important;\r\n    }\r\n\r\n    .climate-service-footer {\r\n      padding: 35px 20px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"melian-climate-container\">\r\n\r\n  <h1 class=\"climate-title\">Air Conditioning Service Equipment<\/h1>\r\n  <div class=\"climate-title-line\"><\/div>\r\n\r\n  <p class=\"climate-subtitle\">\r\n    Automatic systems for charging, diagnostics and flushing of automotive air conditioning and climate control systems. Modern professional equipment for servicing all types of vehicle air conditioning systems.\r\n  <\/p>\r\n\r\n  <div class=\"climate-grid\">\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>Passenger Car A\/C Service Stations<\/h3>\r\n        <p>\r\n          Fully automatic stations for servicing R134a refrigerant systems. Integrated vehicle database, automatic refrigerant recovery, vacuuming and precise oil injection.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>R1234yf Service Stations<\/h3>\r\n        <p>\r\n          Advanced service stations for next-generation automotive air conditioning systems. Enhanced safety systems, sealed connectors and integrated refrigerant purity analysers.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>Commercial Vehicles & Buses<\/h3>\r\n        <p>\r\n          Specialised stations with enlarged internal refrigerant tanks of up to 30\u201340 kg and high-performance pumps for fast servicing of buses, commercial vehicles and specialised machinery.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>A\/C System Flushing<\/h3>\r\n        <p>\r\n          Equipment for deep cleaning of internal A\/C lines from metal particles, compressor wear residues and degraded old oil. Reverse flushing capability is also available.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>Diagnostics & Leak Detection<\/h3>\r\n        <p>\r\n          Electronic and ultrasonic leak detectors, UV dye injection systems and high-pressure nitrogen test kits for detecting hidden leaks and micro-defects.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n    <div class=\"climate-card\">\r\n      <div class=\"climate-card-content\">\r\n        <h3>Cabin & Evaporator Disinfection<\/h3>\r\n        <p>\r\n          Ultrasonic and ozone systems for eliminating bacteria, fungi and unpleasant odours inside the vehicle cabin and on the evaporator surfaces of the climate control system.\r\n        <\/p>\r\n      <\/div>\r\n      <a href=\"#\" class=\"climate-link\">Specifications <span>\u2192<\/span><\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <div class=\"climate-service-footer\">\r\n\r\n    <div class=\"service-header\">\r\n      <h4>Commissioning & Service of A\/C Equipment<\/h4>\r\n      <p>\r\n        Working with high-pressure refrigerant systems requires absolute leak-tightness and precise calibration of all control components during commissioning.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"service-steps-grid\">\r\n\r\n      <div class=\"service-step-card\">\r\n        <h5>Inspection & Delivery<\/h5>\r\n        <p>\r\n          Fast delivery of A\/C service stations. Before dispatch, all units undergo preliminary inspection and are supplied ready for their first operating cycle.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"service-step-card\">\r\n        <h5>Weighing System Calibration<\/h5>\r\n        <p>\r\n          Our engineers perform precise adjustment and calibration of the electronic load cells for the refrigerant tank and oil bottles, helping prevent refrigerant undercharging or overcharging.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"service-step-card\">\r\n        <h5>Seasonal Maintenance & Consumables<\/h5>\r\n        <p>\r\n          We provide scheduled maintenance, including replacement of internal filter dryers, vacuum pump oil changes and updates to vehicle databases.\r\n        <\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"tech-info-block\">\r\n      <h5>Important Operating Information<\/h5>\r\n      <div class=\"tech-text\">\r\n        To protect the internal components of the automatic service station and the compressors of serviced vehicles, the use of contaminated or unknown-quality refrigerant is strictly prohibited. The station must undergo regular filter replacement, typically after every 60\u2013100 kg of recovered refrigerant, together with periodic vacuum pump oil changes to maintain proper vacuum performance.\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Air Conditioning Service Equipment Automatic systems for charging, diagnostics and flushing of automotive air conditioning and climate control systems. Modern professional equipment for servicing all types of vehicle air conditioning systems. Passenger Car A\/C Service Stations Fully automatic stations for servicing R134a refrigerant systems. Integrated vehicle database, automatic refrigerant recovery, vacuuming and precise oil injection. [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20695","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Climate Systems - Melian Grupp O&Uuml;<\/title>\n<meta name=\"description\" content=\"Explore professional climate system equipment. Learn more about reliable solutions for car washes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/meliangrupp.ee\/en\/climate-systems\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Climate Systems - Melian Grupp O&Uuml;\" \/>\n<meta property=\"og:description\" content=\"Explore professional climate system equipment. Learn more about reliable solutions for car washes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/meliangrupp.ee\/en\/climate-systems\/\" \/>\n<meta property=\"og:site_name\" content=\"Melian Grupp O&Uuml;\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-23T20:59:06+00:00\" \/>\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:\\\/\\\/meliangrupp.ee\\\/en\\\/climate-systems\\\/\",\"url\":\"https:\\\/\\\/meliangrupp.ee\\\/en\\\/climate-systems\\\/\",\"name\":\"Climate Systems - Melian Grupp O&Uuml;\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#website\"},\"datePublished\":\"2026-06-30T20:05:39+00:00\",\"dateModified\":\"2026-08-23T20:59:06+00:00\",\"description\":\"Explore professional climate system equipment. Learn more about reliable solutions for car washes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/en\\\/climate-systems\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/meliangrupp.ee\\\/en\\\/climate-systems\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/en\\\/climate-systems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/meliangrupp.ee\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Climate Systems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#website\",\"url\":\"https:\\\/\\\/meliangrupp.ee\\\/\",\"name\":\"Melian Grupp O&Uuml;\",\"description\":\"Autopesu- ja garaa\u017eiseadmete paigalduse, hoolduse- ja remont\",\"publisher\":{\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/meliangrupp.ee\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#organization\",\"name\":\"Melian Grupp O&Uuml;\",\"url\":\"https:\\\/\\\/meliangrupp.ee\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/meliangrupp.ee\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ChatGPT_Image_24_\u0430\u0432\u0433._2026_\u0433.__10_32_24-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/meliangrupp.ee\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/ChatGPT_Image_24_\u0430\u0432\u0433._2026_\u0433.__10_32_24-removebg-preview.png\",\"width\":612,\"height\":408,\"caption\":\"Melian Grupp O&Uuml;\"},\"image\":{\"@id\":\"https:\\\/\\\/meliangrupp.ee\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"description\":\"Melian Grupp O\u00dc on autohoolduse ja seadmete m\u00fc\u00fcgi ettev\u00f5te Eestis\",\"email\":\"info@meliangrupp.ee\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Climate Systems - Melian Grupp O&Uuml;","description":"Explore professional climate system equipment. Learn more about reliable solutions for car washes.","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:\/\/meliangrupp.ee\/en\/climate-systems\/","og_locale":"en_US","og_type":"article","og_title":"Climate Systems - Melian Grupp O&Uuml;","og_description":"Explore professional climate system equipment. Learn more about reliable solutions for car washes.","og_url":"https:\/\/meliangrupp.ee\/en\/climate-systems\/","og_site_name":"Melian Grupp O&Uuml;","article_modified_time":"2026-08-23T20:59:06+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/meliangrupp.ee\/en\/climate-systems\/","url":"https:\/\/meliangrupp.ee\/en\/climate-systems\/","name":"Climate Systems - Melian Grupp O&Uuml;","isPartOf":{"@id":"https:\/\/meliangrupp.ee\/#website"},"datePublished":"2026-06-30T20:05:39+00:00","dateModified":"2026-08-23T20:59:06+00:00","description":"Explore professional climate system equipment. Learn more about reliable solutions for car washes.","breadcrumb":{"@id":"https:\/\/meliangrupp.ee\/en\/climate-systems\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/meliangrupp.ee\/en\/climate-systems\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/meliangrupp.ee\/en\/climate-systems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/meliangrupp.ee\/en\/"},{"@type":"ListItem","position":2,"name":"Climate Systems"}]},{"@type":"WebSite","@id":"https:\/\/meliangrupp.ee\/#website","url":"https:\/\/meliangrupp.ee\/","name":"Melian Grupp O&Uuml;","description":"Autopesu- ja garaa\u017eiseadmete paigalduse, hoolduse- ja remont","publisher":{"@id":"https:\/\/meliangrupp.ee\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/meliangrupp.ee\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/meliangrupp.ee\/#organization","name":"Melian Grupp O&Uuml;","url":"https:\/\/meliangrupp.ee\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/meliangrupp.ee\/#\/schema\/logo\/image\/","url":"https:\/\/meliangrupp.ee\/wp-content\/uploads\/2026\/08\/ChatGPT_Image_24_\u0430\u0432\u0433._2026_\u0433.__10_32_24-removebg-preview.png","contentUrl":"https:\/\/meliangrupp.ee\/wp-content\/uploads\/2026\/08\/ChatGPT_Image_24_\u0430\u0432\u0433._2026_\u0433.__10_32_24-removebg-preview.png","width":612,"height":408,"caption":"Melian Grupp O&Uuml;"},"image":{"@id":"https:\/\/meliangrupp.ee\/#\/schema\/logo\/image\/"},"description":"Melian Grupp O\u00dc on autohoolduse ja seadmete m\u00fc\u00fcgi ettev\u00f5te Eestis","email":"info@meliangrupp.ee"}]}},"_links":{"self":[{"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/pages\/20695","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/comments?post=20695"}],"version-history":[{"count":1,"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/pages\/20695\/revisions"}],"predecessor-version":[{"id":20696,"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/pages\/20695\/revisions\/20696"}],"wp:attachment":[{"href":"https:\/\/meliangrupp.ee\/en\/wp-json\/wp\/v2\/media?parent=20695"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}