{"id":72,"date":"2025-08-15T13:31:09","date_gmt":"2025-08-15T13:31:09","guid":{"rendered":"https:\/\/sadeed-em.com\/%d8%ad%d9%88%d9%84\/"},"modified":"2026-06-16T15:36:47","modified_gmt":"2026-06-16T15:36:47","slug":"%d8%ad%d9%88%d9%84","status":"publish","type":"page","link":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","title":{"rendered":"About"},"content":{"rendered":"<style data-wp-block-html=\"css\">\n\/* ============================================================\n   REVEAL BASE\n============================================================ *\/\n.ab-reveal {\n  opacity:1;\n  transform: translateY(30px);\n  transition: all 0.8s ease;\n}\n\n.ab-reveal.ab-visible {\n  opacity:1;\n  transform: translateY(0);\n}\n\n\/* stagger *\/\n.ab-section:nth-child(1){ transition-delay:.1s; }\n.ab-section:nth-child(2){ transition-delay:.2s; }\n.ab-section:nth-child(3){ transition-delay:.3s; }\n.ab-section:nth-child(4){ transition-delay:.4s; }\n\n\/* ============================================================\n   PAGE BASE\n============================================================ *\/\n.sadeed-about-clean {\n  background:#020617;\n  color:#e2e8f0;\n  font-family:Inter, sans-serif;\n  padding-bottom:80px;\n}\n\n.ab-container {\n  max-width:1100px;\n  margin:auto;\n  padding:0 20px;\n}\n\n.ab-section {\n  padding:70px 0;\n}\n\n\/* ============================================================\n   PILL\n============================================================ *\/\n.ab-pill {\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:6px 14px;\n  border-radius:999px;\n  background:#0f172a;\n  border:1px solid #1e293b;\n  color:#38bdf8;\n  font-size:12px;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n  position:relative;\n}\n\n.ab-dot {\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:#38bdf8;\n  box-shadow:0 0 12px #38bdf8;\n}\n\n\/* pulse *\/\n.ab-pill::after {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  border-radius:999px;\n  animation:pulseGlow 2s infinite;\n}\n\n@keyframes pulseGlow {\n  0%{ box-shadow:0 0 0 0 rgba(56,189,248,.4); }\n  70%{ box-shadow:0 0 0 15px rgba(56,189,248,0); }\n  100%{ box-shadow:0 0 0 0 rgba(56,189,248,0); }\n}\n\n\/* ============================================================\n   HEADINGS\n============================================================ *\/\n.ab-section h1,\n.ab-section h2,\n.ab-section h4 {\n  margin:0 0 16px;\n  line-height:1.2;\n}\n\n\/* gradient blue titles *\/\n.ab-section h1,\n.ab-section h2 {\n  background: linear-gradient(135deg, #38bdf8, #60a5fa);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.ab-section h1 { font-size:42px; }\n.ab-section h2 { font-size:28px; }\n\n\/* ============================================================\n   TEXT\n============================================================ *\/\n.ab-lead {\n  color:#94a3b8;\n  font-size:18px;\n  max-width:760px;\n  margin:18px 0 24px;\n}\n\n.ab-section p {\n  color:#e2e8f0;\n  line-height:1.85;\n  margin-bottom:16px;\n}\n\n.ab-highlight {\n  color:#38bdf8;\n  font-weight:600;\n  font-size:18px;\n}\n\n\/* ============================================================\n   GRID & LAYOUT\n============================================================ *\/\n.ab-two-col {\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:40px;\n}\n\n.ab-grid {\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n  gap:20px;\n}\n\n.ab-grid-3 {\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n}\n\n.ab-grid-4 {\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:20px;\n}\n\n\/* ============================================================\n   CARDS\n============================================================ *\/\n.ab-card {\n  background:#0f172a;\n  padding:18px;\n  border-radius:14px;\n  border:1px solid #1e293b;\n  text-align:center;\n  transition:.3s;\n  position:relative;\n  transform-style:preserve-3d;\n}\n\n\/* hover *\/\n.ab-card:hover {\n  transform:translateY(-8px) scale(1.02);\n  border-color:#38bdf8;\n  box-shadow:0 20px 40px rgba(0,0,0,0.6);\n}\n\n\/* glow *\/\n.ab-card::before {\n  content:\"\";\n  position:absolute;\n  inset:0;\n  border-radius:14px;\n  opacity:0;\n  background: radial-gradient(circle at top left, rgba(56,189,248,.3), transparent 40%);\n  transition:.4s;\n}\n\n.ab-card:hover::before {\n  opacity:1;\n}\n\n\/* ============================================================\n   LISTS\n============================================================ *\/\n.ab-list ul,\n.ab-list-block ul {\n  padding-left:20px;\n  color:#e2e8f0;\n  line-height:1.8;\n}\n\n.ab-list-block h4 {\n  color:#38bdf8;\n  margin-bottom:10px;\n}\n\n\/* ============================================================\n   FOUNDER CARD\n============================================================ *\/\n.ab-founder-card {\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.ab-founder-avatar {\n  width:160px;\n  height:160px;\n  border-radius:50%;\n  background:#1e293b;\n  border:2px solid #38bdf8;\n  box-shadow:0 0 20px rgba(56,189,248,.3);\n}\n\n\/* ============================================================\n   CTA\n============================================================ *\/\n.ab-cta {\n  text-align:center;\n}\n\n.ab-actions {\n  margin-top:20px;\n  display:flex;\n  gap:16px;\n  justify-content:center;\n  flex-wrap:wrap;\n}\n\n.ab-btn,\n.ab-btn-outline {\n  padding:12px 22px;\n  border-radius:12px;\n  font-weight:600;\n  text-decoration:none;\n  transition:.25s ease;\n}\n\n.ab-btn {\n  background:#38bdf8;\n  color:#020617;\n  box-shadow:0 0 18px rgba(56,189,248,.35);\n}\n\n.ab-btn:hover {\n  transform:translateY(-3px);\n  filter:brightness(1.1);\n}\n\n.ab-btn-outline {\n  background:rgba(56,189,248,0.12);\n  border:1px solid #38bdf8;\n  color:#dbeafe;\n}\n\n.ab-btn-outline:hover {\n  transform:translateY(-3px);\n  box-shadow:0 0 18px rgba(56,189,248,.25);\n}\n\n\/* ============================================================\n   RESPONSIVE\n============================================================ *\/\n@media (max-width:900px) {\n  .ab-two-col {\n    grid-template-columns:1fr;\n  }\n  .ab-grid-3 {\n    grid-template-columns:1fr 1fr;\n  }\n  .ab-grid-4 {\n    grid-template-columns:1fr 1fr;\n  }\n}\n\n@media (max-width:600px) {\n  .ab-grid-3,\n  .ab-grid-4 {\n    grid-template-columns:1fr;\n  }\n  .ab-section h1 { font-size:32px; }\n  .ab-section h2 { font-size:24px; }\n}\n.ab-founder-avatar {\n  width: 150px;          \/* \u062d\u062c\u0645 \u0645\u062a\u0648\u0633\u0637 *\/\n  height: 150px;\n  border-radius: 50%;\n  overflow: hidden;\n  border: 2px solid #38bdf8;\n  box-shadow: 0 0 20px rgba(56,189,248,.3);\n  margin: auto;\n}\n\n.ab-founder-avatar img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;     \/* \u0623\u0647\u0645 \u0633\u0637\u0631 \u2014 \u064a\u0642\u0635 \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u0634\u0643\u0644 \u0645\u062b\u0627\u0644\u064a *\/\n  object-position: center;\n}\n\n.ab-founder-avatar {\n  width: 150px;\n  height: 150px;\n  border-radius: 50%;\n  overflow: hidden;\n  border: 2px solid #38bdf8;\n  box-shadow: 0 0 20px rgba(56,189,248,.3);\n  margin: auto;\n  transition: transform .35s ease, box-shadow .35s ease;\n}\n\n.ab-founder-avatar img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  transition: transform .35s ease;\n}\n\n\/* hover motion *\/\n.ab-founder-avatar:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 0 28px rgba(56,189,248,.45);\n}\n\n.ab-founder-avatar:hover img {\n  transform: scale(1.08);\n}\n\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  \/\/ ============================================\n  \/\/ SECTION REVEAL ON SCROLL\n  \/\/ ============================================\n  const aboutSections = document.querySelectorAll(\"#sadeed-about .ab-reveal\");\n\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add(\"ab-visible\");\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.15 });\n\n  aboutSections.forEach(sec => observer.observe(sec));\n\n});\n<\/script>\n\n<div class=\"sadeed-about-clean\">\n\n  <!-- STORY \u2014 THE ORIGIN -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <div class=\"ab-pill\">\n        <span class=\"ab-dot\"><\/span> Story\n      <\/div>\n\n      <h1>We Are Building the Operating Layer for Marine Engineering<\/h1>\n\n      <p class=\"ab-lead\">\n        Sadeed Arabia was founded on a simple realization:\n        engineering expertise alone does not scale \u2014 operations require structure.\n      <\/p>\n\n      <p>\n        For years, marine operations relied on fragmented work, individual judgment,\n        and inconsistent execution across fleets and assets.\n      <\/p>\n\n      <p>\n        Sadeed exists to change that.  \n        We transform marine operations from experience\u2011dependent execution into structured,\n        system\u2011driven performance.\n      <\/p>\n\n      <p>\n        Where others deliver services, <strong>we build operational intelligence.<\/strong>\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- PROBLEM \u2014 THE INDUSTRY GAP -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container ab-two-col\">\n\n      <div>\n        <h2>The Problem<\/h2>\n        <p>Marine operations today are constrained by structural challenges:<\/p>\n      <\/div>\n\n      <div class=\"ab-list\">\n        <ul>\n          <li>Fragmented processes across teams and assets<\/li>\n          <li>Heavy reliance on individual expertise<\/li>\n          <li>Limited visibility across maintenance, execution, and performance<\/li>\n          <li>Inconsistent outcomes across similar operations<\/li>\n        <\/ul>\n\n        <p class=\"mt-10\">\n          These are not operational details \u2014 they are barriers to scale.\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- IDENTITY \u2014 WHO WE ARE -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Who We Are<\/h2>\n\n      <p>\n        Sadeed is not a service provider.  \n        We are an <strong>operational system partner<\/strong> \u2014 combining engineering execution\n        with a unified platform that transforms real work into structured, measurable systems.\n      <\/p>\n\n      <p>\n        Our identity is built on three pillars:\n      <\/p>\n\n      <div class=\"ab-list mt-10\">\n        <ul>\n          <li><strong>Operational Architecture<\/strong> \u2014 designing the structure operations run on<\/li>\n          <li><strong>Engineering Intelligence<\/strong> \u2014 converting field reality into models and workflows<\/li>\n          <li><strong>System\u2011Driven Execution<\/strong> \u2014 ensuring operations scale beyond individuals<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- SOLUTION \u2014 SM\u2011SOS -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Introducing SM\u2011SOS<\/h2>\n\n      <p>\n        SM\u2011SOS is not software.  \n        It is a marine operational operating system \u2014 a unified layer that converts\n        real\u2011world engineering work into structured, repeatable workflows across:\n      <\/p>\n\n      <div class=\"ab-grid-3 mt-20\">\n        <div class=\"ab-card\"><p>Diagnostics<\/p><\/div>\n        <div class=\"ab-card\"><p>Maintenance<\/p><\/div>\n        <div class=\"ab-card\"><p>Work orders<\/p><\/div>\n        <div class=\"ab-card\"><p>Projects<\/p><\/div>\n        <div class=\"ab-card\"><p>Asset tracking<\/p><\/div>\n        <div class=\"ab-card\"><p>Operational performance<\/p><\/div>\n      <\/div>\n\n      <p class=\"mt-20\">\n        All integrated into one structured operational model.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- CREDIBILITY \u2014 FIELD REALITY -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>From Field Reality to System Architecture<\/h2>\n\n      <p>\n        SM\u2011SOS was built from real engineering experience \u2014 not theory.\n        Years of diagnostics, failures, and operational pressure revealed a critical truth:\n      <\/p>\n\n      <p class=\"ab-highlight\">\n        The industry does not lack expertise \u2014 it lacks systems.\n      <\/p>\n\n      <p>\n        SM\u2011SOS exists to close that gap.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- FOUNDER -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container ab-two-col\">\n\n      <div>\n        <h2>The Founder<\/h2>\n\n        <p>\n          Behind Sadeed and SM\u2011SOS is <strong>Omar Abdulaziz Al\u2011Baloushi<\/strong>,\n          founder and operational architect.\n        <\/p>\n\n        <p>\n          His experience was built in the field \u2014 through diagnostics, failures,\n          and operational constraints \u2014 and later transformed into a structured\n          system designed for clarity, reliability, and scalability.\n        <\/p>\n\n        <p>\n          SM\u2011SOS is the result of turning real engineering experience into a working operational model.\n        <\/p>\n      <\/div>\n\n      <div class=\"ab-founder-card\">\n        <div class=\"ab-founder-avatar\">\n  <img decoding=\"async\" src=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/11\/eng-Omar-Abdulaziz-Abalushi.jpg\" alt=\"Omar Abdulaziz Al\u2011Baloushi\">\n<\/div>\n\n\n    <\/div>\n  <\/section>\n\n\n  <!-- TEAM -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Operational Intelligence Team<\/h2>\n\n      <p class=\"ab-lead\">\n        Each role represents a functional layer inside SM\u2011SOS.\n      <\/p>\n\n      <div class=\"ab-grid mt-20\">\n        <div class=\"ab-card\">Operational Architect<\/div>\n        <div class=\"ab-card\">Diagnostics Engineer<\/div>\n        <div class=\"ab-card\">Field Operations Lead<\/div>\n        <div class=\"ab-card\">Incident Analyst<\/div>\n        <div class=\"ab-card\">Maintenance Engineer<\/div>\n        <div class=\"ab-card\">Digital Models Developer<\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- THE SHIFT -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>The Shift We Enable<\/h2>\n\n      <p>SM\u2011SOS transforms operations from:<\/p>\n\n      <div class=\"ab-two-col mt-20\">\n        <div class=\"ab-list-block\">\n          <h4>From:<\/h4>\n          <ul>\n            <li>Reactive execution<\/li>\n            <li>Individual\u2011based knowledge<\/li>\n            <li>Disconnected workflows<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"ab-list-block\">\n          <h4>To:<\/h4>\n          <ul>\n            <li>System\u2011driven operations<\/li>\n            <li>Organizational intelligence<\/li>\n            <li>Continuous performance improvement<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <p class=\"mt-20\">\n        It turns operations from activity into capability.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- VISION -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Our Vision<\/h2>\n\n      <p>\n        To define the operational standard for smart maritime systems \u2014\n        in Saudi Arabia and beyond.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- FINAL STATEMENT -->\n  <section class=\"ab-section ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Final Perspective<\/h2>\n\n      <p>\n        Sadeed is not improving marine operations \u2014  \n        <strong>it is redefining how they are structured and executed.<\/strong>\n      <\/p>\n\n      <div class=\"ab-grid-3 mt-20\">\n        <div class=\"ab-card\"><p>Operations become structured<\/p><\/div>\n        <div class=\"ab-card\"><p>Performance becomes measurable<\/p><\/div>\n        <div class=\"ab-card\"><p>Execution becomes scalable<\/p><\/div>\n      <\/div>\n\n      <p class=\"mt-20\">\n        This is the shift from engineering work to operational systems.\n      <\/p>\n\n    <\/div>\n  <\/section>\n\n\n  <!-- CTA -->\n  <section class=\"ab-section ab-cta ab-reveal\">\n    <div class=\"ab-container\">\n\n      <h2>Work With Sadeed<\/h2>\n\n      <div class=\"ab-actions\">\n        <a href=\"\/ar\/operations\/\" class=\"ab-btn\">Explore Operations<\/a>\n        <a href=\"\/ar\/contact\/\" class=\"ab-btn-outline\">Contact Us<\/a>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Story We Are Building the Operating Layer for Marine Engineering Sadeed Arabia was founded on a simple realization: engineering expertise alone does not scale \u2014 operations require structure. For years, marine operations relied on fragmented work, individual judgment, and inconsistent execution across fleets and assets. Sadeed exists to change that. We transform marine operations from [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"blocksy_meta":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"efi42OeqP8tPMgLmvVCRA7XIgy-Q0c6gbR1hDyPj9G8\" \/>\n\t<meta name=\"msvalidate.01\" content=\"https:\/\/sadeed-em.com\/sitemap.xml\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"ar_AR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC - Smart Marine Engineering &amp; Operational Excellence\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -\" \/>\n\t\t<meta property=\"og:description\" content=\"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1688\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1125\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-15T13:31:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-16T15:36:47+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:title\" content=\"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@Sadeed-Smart-marine\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.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:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sadeed-em.com\\\/ar\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#listItem\",\"name\":\"About\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#listItem\",\"position\":2,\"name\":\"About\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#organization\",\"name\":\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC https:\\\/\\\/sadeed-em.com\",\"description\":\"Smart Marine Engineering & Operational Excellence \\u0634\\u0631\\u0643\\u0629 \\u0647\\u0646\\u062f\\u0633\\u064a\\u0629 \\u0628\\u062d\\u0631\\u064a\\u0629 \\u0633\\u0639\\u0648\\u062f\\u064a\\u0629 \\u062a\\u064f\\u0639\\u064a\\u062f \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u062a\\u0634\\u063a\\u064a\\u0644 \\u0643\\u0640 \\u062e\\u0631\\u064a\\u0637\\u0629 \\u0625\\u062f\\u0631\\u0627\\u0643 \\u062d\\u064a\\u0651\\u0629\\u060c \\u062a\\u0631\\u0628\\u0637 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062d\\u064a\\u0629 \\u0628\\u0627\\u0644\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0644\\u062a\\u0641\\u0639\\u064a\\u0644 \\u0627\\u0644\\u0635\\u064a\\u0627\\u0646\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0628\\u0627\\u0642\\u064a\\u0629\\u060c \\u0648\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0627\\u0644\\u0633\\u0644\\u0627\\u0645\\u0629 \\u0639\\u0628\\u0631 \\u062a\\u0648\\u0642\\u064a\\u0639\\u0627\\u062a \\u0631\\u0645\\u0632\\u064a\\u0629 \\u0644\\u0643\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629.\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/\",\"telephone\":\"+966541747758\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/logo-Sadeed-em.png\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#organizationLogo\",\"width\":1024,\"height\":1024},\"image\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/x.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/instagram.com\\\/Sadeed-Smart-marine\",\"https:\\\/\\\/tiktok.com\\\/@Sadeed-Smart-marine\",\"https:\\\/\\\/linkedin.com\\\/in\\\/Sadeed-Smart-marine\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#webpage\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/\",\"name\":\"About Sadeed Arabia | Smart Marine Engineering & Digital Innovation\",\"description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u062f\\u0648\\u0631 \\u0633\\u062f\\u064a\\u062f \\u0627\\u0644\\u0639\\u0631\\u0628\\u064a\\u0629 \\u0641\\u064a \\u0642\\u064a\\u0627\\u062f\\u0629 \\u0627\\u0644\\u0647\\u0646\\u062f\\u0633\\u0629 \\u0627\\u0644\\u0628\\u062d\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0639\\u0628\\u0631 \\u0646\\u0645\\u0627\\u0630\\u062c \\u062a\\u0634\\u063a\\u064a\\u0644 \\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0648\\u0623\\u0646\\u0638\\u0645\\u0629 \\u062a\\u0639\\u062a\\u0645\\u062f \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u060c \\u0628\\u0645\\u0627 \\u064a\\u062f\\u0639\\u0645 \\u0631\\u0624\\u064a\\u0629 \\u0627\\u0644\\u0633\\u0639\\u0648\\u062f\\u064a\\u0629 2030.\",\"inLanguage\":\"ar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/%d8%ad%d9%88%d9%84\\\/#breadcrumblist\"},\"datePublished\":\"2025-08-15T13:31:09+00:00\",\"dateModified\":\"2026-06-16T15:36:47+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/\",\"name\":\"Company Sadeed Arabia for Marine Engineering and Maintenance LLC\",\"description\":\"Smart Marine Engineering & Operational Excellence\",\"inLanguage\":\"ar\",\"publisher\":{\"@id\":\"https:\\\/\\\/sadeed-em.com\\\/ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>About Sadeed Arabia | Smart Marine Engineering &amp; Digital Innovation<\/title>\n\n","aioseo_head_json":{"title":"About Sadeed Arabia | Smart Marine Engineering & Digital Innovation","description":"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.","canonical_url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"efi42OeqP8tPMgLmvVCRA7XIgy-Q0c6gbR1hDyPj9G8","msvalidate.01":"https:\/\/sadeed-em.com\/sitemap.xml","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar#listItem","position":1,"name":"Home","item":"https:\/\/sadeed-em.com\/ar","nextItem":{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#listItem","name":"About"}},{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#listItem","position":2,"name":"About","previousItem":{"@type":"ListItem","@id":"https:\/\/sadeed-em.com\/ar#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/sadeed-em.com\/ar\/#organization","name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC https:\/\/sadeed-em.com","description":"Smart Marine Engineering & Operational Excellence \u0634\u0631\u0643\u0629 \u0647\u0646\u062f\u0633\u064a\u0629 \u0628\u062d\u0631\u064a\u0629 \u0633\u0639\u0648\u062f\u064a\u0629 \u062a\u064f\u0639\u064a\u062f \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u062a\u0634\u063a\u064a\u0644 \u0643\u0640 \u062e\u0631\u064a\u0637\u0629 \u0625\u062f\u0631\u0627\u0643 \u062d\u064a\u0651\u0629\u060c \u062a\u0631\u0628\u0637 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062d\u064a\u0629 \u0628\u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a \u0627\u0644\u0630\u0643\u064a\u0629 \u0644\u062a\u0641\u0639\u064a\u0644 \u0627\u0644\u0635\u064a\u0627\u0646\u0629 \u0627\u0644\u0627\u0633\u062a\u0628\u0627\u0642\u064a\u0629\u060c \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0633\u0644\u0627\u0645\u0629 \u0639\u0628\u0631 \u062a\u0648\u0642\u064a\u0639\u0627\u062a \u0631\u0645\u0632\u064a\u0629 \u0644\u0643\u0644 \u0639\u0645\u0644\u064a\u0629.","url":"https:\/\/sadeed-em.com\/ar\/","telephone":"+966541747758","logo":{"@type":"ImageObject","url":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/08\/logo-Sadeed-em.png","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#organizationLogo","width":1024,"height":1024},"image":{"@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#organizationLogo"},"sameAs":["https:\/\/facebook.com\/Sadeed-Smart-marine","https:\/\/x.com\/Sadeed-Smart-marine","https:\/\/instagram.com\/Sadeed-Smart-marine","https:\/\/tiktok.com\/@Sadeed-Smart-marine","https:\/\/linkedin.com\/in\/Sadeed-Smart-marine"]},{"@type":"WebPage","@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#webpage","url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","name":"About Sadeed Arabia | Smart Marine Engineering & Digital Innovation","description":"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.","inLanguage":"ar","isPartOf":{"@id":"https:\/\/sadeed-em.com\/ar\/#website"},"breadcrumb":{"@id":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/#breadcrumblist"},"datePublished":"2025-08-15T13:31:09+00:00","dateModified":"2026-06-16T15:36:47+00:00"},{"@type":"WebSite","@id":"https:\/\/sadeed-em.com\/ar\/#website","url":"https:\/\/sadeed-em.com\/ar\/","name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC","description":"Smart Marine Engineering & Operational Excellence","inLanguage":"ar","publisher":{"@id":"https:\/\/sadeed-em.com\/ar\/#organization"}}]},"og:locale":"ar_AR","og:site_name":"Company Sadeed Arabia for Marine Engineering and Maintenance LLC - Smart Marine Engineering &amp; Operational Excellence","og:type":"article","og:title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -","og:description":"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.","og:url":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/","og:image":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png","og:image:secure_url":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png","og:image:width":1688,"og:image:height":1125,"article:published_time":"2025-08-15T13:31:09+00:00","article:modified_time":"2026-06-16T15:36:47+00:00","article:publisher":"https:\/\/facebook.com\/Sadeed-Smart-marine","twitter:card":"summary_large_image","twitter:site":"@Sadeed-Smart-marine","twitter:title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr - -","twitter:description":"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.","twitter:creator":"@Sadeed-Smart-marine","twitter:image":"https:\/\/sadeed-em.com\/wp-content\/uploads\/2025\/10\/\u064a\u062e\u062a-\u0645\u062d\u062f\u062b.png"},"aioseo_meta_data":{"post_id":"72","title":"About Sadeed Arabia | Smart Marine Engineering &amp; Digital Innovation","description":"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u062f\u0648\u0631 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0641\u064a \u0642\u064a\u0627\u062f\u0629 \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0627\u0644\u0630\u0643\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0639\u0628\u0631 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0623\u0646\u0638\u0645\u0629 \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a\u060c \u0628\u0645\u0627 \u064a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":"# https:\/\/www.facebook.com\/share\/1D9qB6gVF6\/?mibextid=wwXIfr #separator_sa #separator_sa","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":"WebPage","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-06-16 15:37:08","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":["\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0628\u062d\u0631\u064a \u0627\u0644\u0630\u0643\u064a \u0639\u0628\u0631 \u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629","\u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629: \u0645\u0646\u0635\u0629 \u0630\u0643\u064a\u0629 \u0644\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a","\u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0628\u062d\u0631\u064a \u0644\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030","\u0643\u064a\u0641\u064a\u0629 \u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a \u0639\u0628\u0631 \u0627\u0644\u062d\u0644\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0641\u064a \u0633\u062f\u064a\u062f","\u0627\u0644\u0633\u064a\u0627\u0642 \u0627\u0644\u062a\u062d\u0648\u0644\u064a \u0648\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0645\u0639 \u0645\u0646\u0635\u0629 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629"],"descriptions":["\u0627\u0643\u062a\u0634\u0641 \u0643\u064a\u0641 \u062a\u0645\u0643\u0651\u0646 \u0645\u0646\u0635\u0629 \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0645\u0646 \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0627\u0644\u0628\u062d\u0631\u064a \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a \u0628\u0631\u0627\u0647\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 \u0648\u0645\u0631\u062c\u0639\u064a\u0629 \u0645\u0648\u062d\u062f\u0629 \u0648\u0641\u0639\u0627\u0644\u064a\u0629 \u0645\u062d\u0633\u0646\u0629.","\u0627\u0633\u062a\u0643\u0634\u0641 \u062e\u062f\u0645\u0627\u062a \u0633\u062f\u064a\u062f \u0627\u0644\u0630\u0643\u064a\u0629 \u0641\u064a \u0627\u0644\u0647\u0646\u062f\u0633\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629 \u0648\u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a\u060c \u0627\u0644\u062a\u064a \u062a\u0639\u0632\u0632 \u0627\u0644\u0643\u0641\u0627\u0621\u0629\u060c \u0648\u062a\u062f\u0639\u0645 \u0631\u0624\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 2030 \u0648\u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0629.","\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 \u0643\u064a\u0641 \u062a\u0642\u0648\u062f \u0633\u062f\u064a\u062f \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0631\u0642\u0645\u064a \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a\u060c \u0645\u0646 \u062e\u0644\u0627\u0644 \u0646\u0645\u0627\u0630\u062c \u062a\u0634\u063a\u064a\u0644\u064a\u0629 \u0631\u0642\u0645\u064a\u0629 \u0645\u062a\u0642\u062f\u0645\u0629 \u0648\u0634\u0631\u0627\u0643\u0627\u062a \u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u062a\u0639\u0632\u0632 \u0627\u0644\u0627\u0642\u062a\u0635\u0627\u062f \u0627\u0644\u0623\u0632\u0631\u0642.","\u062a\u0639\u0631\u0651\u0641 \u0639\u0644\u0649 \u0645\u0646\u0647\u062c\u064a\u0629 \u0633\u062f\u064a\u062f \u0644\u0644\u062a\u062d\u0648\u0644 \u0627\u0644\u0630\u0643\u064a\u060c \u0627\u0644\u062a\u064a \u062a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u0627\u0644\u062a\u0634\u062e\u064a\u0635 \u0627\u0644\u062f\u0642\u064a\u0642\u060c \u0627\u0644\u062a\u0648\u062b\u064a\u0642 \u0627\u0644\u0645\u0646\u0647\u062c\u064a\u060c \u0648\u0627\u0644\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0645\u0633\u062a\u0645\u0631\u060c \u0644\u0631\u0641\u0639 \u062c\u0627\u0647\u0632\u064a\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u0628\u062d\u0631\u064a\u0629.","\u0627\u0646\u0636\u0645 \u0625\u0644\u0649 \u0634\u0628\u0643\u0629 \u0633\u062f\u064a\u062f \u0644\u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0627\u0633\u062a\u062f\u0627\u0645\u0629 \u0648\u0627\u0644\u0627\u0628\u062a\u0643\u0627\u0631 \u0641\u064a \u0627\u0644\u0642\u0637\u0627\u0639 \u0627\u0644\u0628\u062d\u0631\u064a\u060c \u0639\u0628\u0631 \u062d\u0644\u0648\u0644 \u062a\u0642\u0646\u064a\u0629 \u0648\u0647\u0646\u062f\u0633\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0633\u0627\u0646\u062f \u0628\u0646\u0627\u0621 \u0645\u0633\u062a\u0642\u0628\u0644 \u0628\u062d\u0631 \u0645\u0646 \u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u0648\u0639\u064a."],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-15 13:38:05","updated":"2026-06-16 15:41:37"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/sadeed-em.com\/ar\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tAbout\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/sadeed-em.com\/ar"},{"label":"About","link":"https:\/\/sadeed-em.com\/ar\/%d8%ad%d9%88%d9%84\/"}],"_links":{"self":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":5,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":1482,"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/pages\/72\/revisions\/1482"}],"wp:attachment":[{"href":"https:\/\/sadeed-em.com\/ar\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}