{"id":539,"date":"2021-02-01T08:06:15","date_gmt":"2021-02-01T08:06:15","guid":{"rendered":"https:\/\/dmes.ae\/en\/?page_id=539"},"modified":"2026-09-11T03:53:37","modified_gmt":"2026-09-11T03:53:37","slug":"accreditation","status":"publish","type":"page","link":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/","title":{"rendered":"Accreditation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"539\" class=\"elementor elementor-539\">\n\t\t\t\t\t\t<header class=\"elementor-section elementor-top-section elementor-element elementor-element-f1182e9 elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-section-full_width elementor-section-height-default\" data-id=\"f1182e9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-c36cf74\" data-id=\"c36cf74\" 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-1a9d408 elementor-widget elementor-widget-html\" data-id=\"1a9d408\" 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<div class=\"dmes-premium-hero\">\r\n    <div class=\"dmes-inner-container\">\r\n        <div class=\"dmes-content-animate\">\r\n            \r\n            <h2 class=\"dmes-sub-header\">Global Excellence<\/h2>\r\n            \r\n            <h1 class=\"dmes-main-title\">\r\n                <span class=\"dmes-orange-box\">Accreditations & Recognitions<\/span>\r\n            <\/h1>\r\n            \r\n            <p class=\"force-white dmes-description\">\r\n                Dubai Modern Education School (DMES) is committed to providing a world class academic foundation \r\n                through international certifications and adherence to global educational standards.\r\n            <\/p>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n\/* --- DESKTOP STYLES --- *\/\r\n.dmes-premium-hero {\r\n    position: relative;\r\n    width: 100%;\r\n    min-height: 500px; \/* Adjusted height for a cleaner look without the button *\/\r\n    background: transparent !important; \r\n    display: flex;\r\n    align-items: center;\r\n    overflow: hidden;\r\n}\r\n\r\n.force-white {\r\n    color: #ffffff !important;\r\n    text-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important; \/* Critical for readability over the background image *\/\r\n}\r\n\r\n.dmes-inner-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    width: 100%;\r\n    padding: 0 40px;\r\n}\r\n\r\n.dmes-content-animate {\r\n    max-width: 900px; \/* Increased width to accommodate the single-line title [cite: 2026-02-26] *\/\r\n    opacity: 0;\r\n    animation: dmesFadeIn 0.8s ease-out forwards;\r\n}\r\n\r\n@keyframes dmesFadeIn { to { opacity: 1; } }\r\n\r\n.dmes-sub-header {\r\n    color: #f89c37 !important; \/* Using brand orange *\/\r\n    font-size: 18px;\r\n    font-weight: 800;\r\n    margin-bottom: 15px !important;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n}\r\n\r\n.dmes-main-title {\r\n    font-size: 52px; \/* Slightly reduced to ensure it fits on one line on most desktops [cite: 2026-02-26] *\/\r\n    font-weight: 900;\r\n    line-height: 1.2;\r\n    margin-bottom: 25px !important;\r\n}\r\n\r\n\/* THE ORANGE BOX *\/\r\n.dmes-orange-box {\r\n    position: relative;\r\n    color: #ffffff !important; \r\n    padding: 5px 20px; \r\n    display: inline-block;\r\n    z-index: 1;\r\n    white-space: nowrap; \/* Forces single line on desktop [cite: 2026-02-26] *\/\r\n}\r\n\r\n.dmes-orange-box::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 0; top: 0;\r\n    height: 100%; width: 0; \r\n    background-color: #f89c37 !important; \r\n    z-index: -1;\r\n    border-radius: 4px;\r\n    animation: dmesDraw 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;\r\n    animation-delay: 0.6s;\r\n}\r\n\r\n@keyframes dmesDraw { from { width: 0; } to { width: 100%; } }\r\n\r\n.dmes-description {\r\n    font-size: 20px;\r\n    font-weight: 500;\r\n    line-height: 1.7;\r\n    margin-bottom: 0 !important;\r\n    max-width: 700px;\r\n}\r\n\r\n\/* --- MOBILE STYLES --- *\/\r\n@media (max-width: 767px) {\r\n    .dmes-premium-hero { \r\n        min-height: 350px; \/* Compact height for mobile *\/\r\n        text-align: center; \r\n        padding: 50px 0;\r\n    }\r\n    \r\n    .dmes-inner-container { padding: 0 20px; }\r\n    \r\n    .dmes-main-title { \r\n        font-size: 28px !important; \/* Responsive reduction to fit mobile screens *\/\r\n    }\r\n\r\n    .dmes-orange-box {\r\n        padding: 5px 12px !important;\r\n        white-space: normal; \/* Allows wrapping only on small mobile screens to prevent overflow [cite: 2026-02-26] *\/\r\n        font-size: 28px !important; \r\n    }\r\n\r\n    .dmes-description { \r\n        font-size: 15px !important; \r\n        line-height: 1.5;\r\n        margin: 0 auto !important;\r\n    }\r\n}\r\n<\/style>\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<\/header>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5242e3a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5242e3a\" 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-e628725\" data-id=\"e628725\" 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-fdb6bb3 elementor-widget elementor-widget-spacer\" data-id=\"fdb6bb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-24d456c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"24d456c\" 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-0e542e1\" data-id=\"0e542e1\" 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-6560c79 elementor-widget elementor-widget-html\" data-id=\"6560c79\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n<title>DMES \u2014 Awards &amp; Distinctions<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n.dmes-aw2 {\r\n  --teal-deep:#1E5E5E;\r\n  --teal:#2E8C8C;\r\n  --teal-tint:#EAF4F3;\r\n  --gold:#C79A55;\r\n  --gold-tint:#FBF2E3;\r\n  --cream:#FCFAF5;\r\n  --ink:#2B3735;\r\n  --muted:#767F7C;\r\n  --line:#E9E4D6;\r\n\r\n  max-width: 900px;\r\n  margin: 80px auto;\r\n  padding: 0 20px;\r\n  font-family:'Inter',Arial,sans-serif;\r\n  color: var(--ink);\r\n  box-sizing: border-box;\r\n}\r\n.dmes-aw2 *, .dmes-aw2 *::before, .dmes-aw2 *::after { box-sizing: border-box; }\r\n\r\n.dmes-aw2-intro { text-align:center; margin-bottom: 56px; }\r\n.dmes-aw2-eyebrow {\r\n  display:inline-flex; align-items:center; gap:10px;\r\n  font-size: 12.5px; letter-spacing: .06em; color: var(--gold);\r\n  margin-bottom: 14px; text-transform: uppercase;\r\n}\r\n.dmes-aw2-eyebrow::before, .dmes-aw2-eyebrow::after { content:\"\"; width: 24px; height: 1px; background: var(--gold); }\r\n.dmes-aw2-intro h1 {\r\n  font-family:'Fraunces',serif; font-weight:500; font-size: 36px;\r\n  color: var(--teal-deep); margin: 0 0 12px;\r\n}\r\n.dmes-aw2-intro p { color: var(--muted); font-size: 15px; margin: 0; }\r\n\r\n\/* ================= PORTRAIT SPOTLIGHT (EFQM + NEASC) ================= *\/\r\n.dmes-aw2-tag {\r\n  display:inline-flex; align-items:center; gap:8px;\r\n  font-size: 11.5px; color: var(--gold); text-transform: uppercase; letter-spacing:.04em;\r\n  margin-bottom: 12px;\r\n}\r\n.dmes-aw2-tag .dot { width:5px;height:5px;border-radius:50%; background: var(--gold); }\r\n.dmes-aw2-spot {\r\n  display:flex;\r\n  gap: 30px;\r\n  align-items:center;\r\n  background:#fff;\r\n  border:1px solid var(--line);\r\n  border-radius: 20px;\r\n  padding: 26px;\r\n  margin-bottom: 20px;\r\n}\r\n.dmes-aw2-spot-photo {\r\n  width: 260px; height: 347px; flex-shrink:0;\r\n  border-radius: 16px; overflow:hidden;\r\n  box-shadow: 0 16px 34px rgba(30,94,94,.14);\r\n}\r\n.dmes-aw2-spot-photo img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .5s ease; }\r\n.dmes-aw2-spot-photo:hover img { transform: scale(1.05); }\r\n.dmes-aw2-spot-body { flex:1; }\r\n.dmes-aw2-spot-body h2 {\r\n  font-family:'Fraunces',serif; font-weight:500; font-size: 22px; color: var(--teal-deep); margin: 0 0 12px;\r\n}\r\n.dmes-aw2-spot-body p { font-size: 14.5px; line-height: 1.85; color:#4C5854; margin: 0 0 12px; }\r\n.dmes-aw2-spot-body p:last-child { margin-bottom:0; }\r\n\r\n.dmes-aw2-links { margin-top: 12px; display:flex; flex-wrap:wrap; gap: 8px 18px; }\r\n.dmes-aw2-link {\r\n  font-size: 13px; color: var(--teal); font-weight:600; text-decoration:none;\r\n  border-bottom: 1px solid rgba(46,140,140,.35);\r\n  transition: color .25s ease, border-color .25s ease;\r\n}\r\n.dmes-aw2-link:hover { color: var(--gold); border-color: var(--gold); }\r\n\r\n\/* ================= NO-PHOTO ENTRIES ================= *\/\r\n.dmes-aw2-plain {\r\n  background: var(--cream);\r\n  border: 1px solid var(--line);\r\n  border-radius: 18px;\r\n  padding: 26px 30px;\r\n  margin-bottom: 14px;\r\n  display:flex;\r\n  gap: 20px;\r\n  align-items:flex-start;\r\n  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease, transform .3s ease;\r\n}\r\n.dmes-aw2-plain:hover { background:#fff; border-color: var(--teal); box-shadow: 0 12px 28px rgba(30,94,94,.10); transform: translateY(-2px); }\r\n.dmes-aw2-plain-badge {\r\n  flex: 0 0 auto;\r\n  width: 46px; height: 46px; border-radius:50%;\r\n  background: var(--teal-tint); color: var(--teal-deep);\r\n  display:flex; align-items:center; justify-content:center;\r\n  transition: background .3s ease, color .3s ease;\r\n}\r\n.dmes-aw2-plain:hover .dmes-aw2-plain-badge { background: var(--teal); color:#fff; }\r\n.dmes-aw2-plain-badge svg { width:20px; height:20px; }\r\n.dmes-aw2-plain-body h3 { margin: 0 0 8px; font-family:'Fraunces',serif; font-weight:500; font-size: 17px; color: var(--teal-deep); }\r\n.dmes-aw2-plain-body p { margin:0; font-size: 14px; line-height:1.8; color:#4C5854; }\r\n.dmes-aw2-plain-body ul { margin:0; padding-left: 20px; }\r\n.dmes-aw2-plain-body li { margin-bottom: 8px; font-size: 14px; line-height:1.75; color:#4C5854; }\r\n.dmes-aw2-plain-body li:last-child { margin-bottom: 0; }\r\n\r\n@media (max-width: 720px) {\r\n  .dmes-aw2-spot { flex-direction: column; }\r\n  .dmes-aw2-spot-photo { width: 100%; height: 240px; }\r\n  .dmes-aw2-intro h1 { font-size: 27px; }\r\n  .dmes-aw2-plain { flex-direction: column; }\r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"dmes-aw2\">\r\n\r\n  <div class=\"dmes-aw2-intro\">\r\n    <div class=\"dmes-aw2-eyebrow\">Recognition<\/div>\r\n    <h1>Awards &amp; Distinctions<\/h1>\r\n    <p>DMES has received the following awards, distinctions, and recognitions<\/p>\r\n  <\/div>\r\n\r\n  <!-- PORTRAIT SPOTLIGHT \u2014 EFQM -->\r\n  <div class=\"dmes-aw2-spot\">\r\n    <div class=\"dmes-aw2-spot-photo\">\r\n      <img decoding=\"async\" src=\"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg\" alt=\"EFQM Award Presentation\">\r\n    <\/div>\r\n    <div class=\"dmes-aw2-spot-body\">\r\n      <div class=\"dmes-aw2-tag\"><span class=\"dot\"><\/span>Highest Honour<\/div>\r\n      <h2>EFQM Accreditation<\/h2>\r\n      <p>Dubai Modern Education School is proud to be accredited under the <strong>European Foundation for Quality Management (EFQM)<\/strong> framework \u2014 one of the world's most respected standards for organizational excellence.<\/p>\r\n      <p>This prestigious recognition, awarded in partnership with the <strong>Hamdan Foundation for Education<\/strong>, reflects DMES's strong commitment to quality, innovation, leadership, and continuous improvement across all areas of school operations.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- PORTRAIT SPOTLIGHT \u2014 NEASC -->\r\n  <div class=\"dmes-aw2-spot\">\r\n    <div class=\"dmes-aw2-spot-photo\">\r\n      <img decoding=\"async\" src=\"https:\/\/dmes.ae\/en\/wp-content\/uploads\/1.jpg\" alt=\"NEASC Certificate\">\r\n    <\/div>\r\n    <div class=\"dmes-aw2-spot-body\">\r\n      <div class=\"dmes-aw2-tag\"><span class=\"dot\"><\/span>Accreditation<\/div>\r\n      <h2>NEASC Accreditation<\/h2>\r\n      <p>Dubai Modern Education School is accredited by the New England Association of Schools and Colleges (NEASC\u2013CIE), an internationally recognized accreditation body that promotes high-quality education and continuous school improvement worldwide.<\/p>\r\n      <div class=\"dmes-aw2-links\">\r\n        <a href=\"https:\/\/www.neasc.org\/\" target=\"_blank\" class=\"dmes-aw2-link\">NEASC Home<\/a>\r\n        <a href=\"https:\/\/www.neasc.org\/school-directory\/school-details?id=20360\" target=\"_blank\" class=\"dmes-aw2-link\">School Details<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- NO-PHOTO ENTRIES -->\r\n  <div class=\"dmes-aw2-plain\">\r\n    <div class=\"dmes-aw2-plain-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 15l-5.5 3 1-6L3 8l6-.5L12 2l3 5.5 6 .5-4.5 4 1 6z\"\/><\/svg><\/div>\r\n    <div class=\"dmes-aw2-plain-body\">\r\n      <h3>Academic Year 2020\u20132025<\/h3>\r\n      <p>DMES is proud to hold a 3-Star EFQM accreditation in partnership with the Hamdan Foundation for Education.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"dmes-aw2-plain\">\r\n    <div class=\"dmes-aw2-plain-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 15l-5.5 3 1-6L3 8l6-.5L12 2l3 5.5 6 .5-4.5 4 1 6z\"\/><\/svg><\/div>\r\n    <div class=\"dmes-aw2-plain-body\">\r\n      <h3>Academic Year 2019\u20132020<\/h3>\r\n      <ul>\r\n        <li>2nd place, PAMA Global Abacus and Mental Arithmetic Championship<\/li>\r\n        <li>NEASC Candidacy Status for the US Curriculum School<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"dmes-aw2-plain\">\r\n    <div class=\"dmes-aw2-plain-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 15l-5.5 3 1-6L3 8l6-.5L12 2l3 5.5 6 .5-4.5 4 1 6z\"\/><\/svg><\/div>\r\n    <div class=\"dmes-aw2-plain-body\">\r\n      <h3>Academic Year 2018\u20132019<\/h3>\r\n      <ul>\r\n        <li>1st place, school football tournament \/ sponsored by Emirates Driving Institute<\/li>\r\n        <li>1st place, DuPhat Competition \/ group participation (Dubai Pharmaceutical and Technology conference)<\/li>\r\n        <li>3rd place, DuPhat Competition \/ individual participation (Dubai Pharmaceutical and Technology conference)<\/li>\r\n        <li>Distinction, Green Week Exhibition<\/li>\r\n        <li>1st place, Emirati Swimming Competition<\/li>\r\n        <li>2nd place, Innovation Week under the patronage of Dubai Education Council<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\r\n<\/body>\r\n<\/html>\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>Global Excellence Accreditations &#038; Recognitions Dubai Modern Education School (DMES) is committed to providing a world class academic foundation through international certifications and adherence to global educational standards. DMES \u2014 Awards &amp; Distinctions Recognition Awards &amp; Distinctions DMES has received the following awards, distinctions, and recognitions Highest Honour EFQM Accreditation Dubai Modern Education School is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":980,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-539","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai\" \/>\n<meta property=\"og:description\" content=\"Global Excellence Accreditations &#038; Recognitions Dubai Modern Education School (DMES) is committed to providing a world class academic foundation through international certifications and adherence to global educational standards. DMES \u2014 Awards &amp; Distinctions Recognition Awards &amp; Distinctions DMES has received the following awards, distinctions, and recognitions Highest Honour EFQM Accreditation Dubai Modern Education School is [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/\" \/>\n<meta property=\"og:site_name\" content=\"Dubai Modern Education School - Private School in Al Mizhar Dubai\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/tr.ee\/z_Km79rs73\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-11T03:53:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg\" \/>\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:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/\",\"url\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/\",\"name\":\"Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dmes.ae\\\/en\\\/wp-content\\\/uploads\\\/efqm.jpeg\",\"datePublished\":\"2021-02-01T08:06:15+00:00\",\"dateModified\":\"2026-09-11T03:53:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dmes.ae\\\/en\\\/wp-content\\\/uploads\\\/efqm.jpeg\",\"contentUrl\":\"https:\\\/\\\/dmes.ae\\\/en\\\/wp-content\\\/uploads\\\/efqm.jpeg\",\"width\":853,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/our-school__trashed\\\/accreditation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dmes.ae\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our School\",\"item\":\"https:\\\/\\\/dmes.ae\\\/en\\\/?page_id=980\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Accreditation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/dmes.ae\\\/en\\\/\",\"name\":\"Dubai Modern Education School\",\"description\":\"K - 12 US and MOE Curriculum\",\"publisher\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/dmes.ae\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#organization\",\"name\":\"Dubai Modern Education School\",\"url\":\"https:\\\/\\\/dmes.ae\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dmes.ae\\\/en\\\/wp-content\\\/uploads\\\/LOGO-02.png\",\"contentUrl\":\"https:\\\/\\\/dmes.ae\\\/en\\\/wp-content\\\/uploads\\\/LOGO-02.png\",\"width\":2448,\"height\":2448,\"caption\":\"Dubai Modern Education School\"},\"image\":{\"@id\":\"https:\\\/\\\/dmes.ae\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/tr.ee\\\/z_Km79rs73\",\"https:\\\/\\\/tr.ee\\\/YxIdKA8v5W\",\"https:\\\/\\\/tr.ee\\\/zafrJwqadP\",\"https:\\\/\\\/tr.ee\\\/dydCtQpT-Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai","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:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/","og_locale":"en_US","og_type":"article","og_title":"Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai","og_description":"Global Excellence Accreditations &#038; Recognitions Dubai Modern Education School (DMES) is committed to providing a world class academic foundation through international certifications and adherence to global educational standards. DMES \u2014 Awards &amp; Distinctions Recognition Awards &amp; Distinctions DMES has received the following awards, distinctions, and recognitions Highest Honour EFQM Accreditation Dubai Modern Education School is [&hellip;]","og_url":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/","og_site_name":"Dubai Modern Education School - Private School in Al Mizhar Dubai","article_publisher":"https:\/\/tr.ee\/z_Km79rs73","article_modified_time":"2026-09-11T03:53:37+00:00","og_image":[{"url":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg","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:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/","url":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/","name":"Accreditation - Dubai Modern Education School - Private School in Al Mizhar Dubai","isPartOf":{"@id":"https:\/\/dmes.ae\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/#primaryimage"},"image":{"@id":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/#primaryimage"},"thumbnailUrl":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg","datePublished":"2021-02-01T08:06:15+00:00","dateModified":"2026-09-11T03:53:37+00:00","breadcrumb":{"@id":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/#primaryimage","url":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg","contentUrl":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/efqm.jpeg","width":853,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/dmes.ae\/en\/our-school__trashed\/accreditation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dmes.ae\/en\/"},{"@type":"ListItem","position":2,"name":"Our School","item":"https:\/\/dmes.ae\/en\/?page_id=980"},{"@type":"ListItem","position":3,"name":"Accreditation"}]},{"@type":"WebSite","@id":"https:\/\/dmes.ae\/en\/#website","url":"https:\/\/dmes.ae\/en\/","name":"Dubai Modern Education School","description":"K - 12 US and MOE Curriculum","publisher":{"@id":"https:\/\/dmes.ae\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dmes.ae\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dmes.ae\/en\/#organization","name":"Dubai Modern Education School","url":"https:\/\/dmes.ae\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dmes.ae\/en\/#\/schema\/logo\/image\/","url":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/LOGO-02.png","contentUrl":"https:\/\/dmes.ae\/en\/wp-content\/uploads\/LOGO-02.png","width":2448,"height":2448,"caption":"Dubai Modern Education School"},"image":{"@id":"https:\/\/dmes.ae\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/tr.ee\/z_Km79rs73","https:\/\/tr.ee\/YxIdKA8v5W","https:\/\/tr.ee\/zafrJwqadP","https:\/\/tr.ee\/dydCtQpT-Q"]}]}},"_links":{"self":[{"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/pages\/539","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/comments?post=539"}],"version-history":[{"count":9,"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/pages\/539\/revisions"}],"predecessor-version":[{"id":6288,"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/pages\/539\/revisions\/6288"}],"up":[{"embeddable":true,"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/pages\/980"}],"wp:attachment":[{"href":"https:\/\/dmes.ae\/en\/wp-json\/wp\/v2\/media?parent=539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}