{"id":88,"date":"2025-07-06T16:25:08","date_gmt":"2025-07-06T13:25:08","guid":{"rendered":"https:\/\/alaoun.org\/en\/?page_id=88"},"modified":"2025-09-17T17:24:32","modified_gmt":"2025-09-17T14:24:32","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/alaoun.org\/en\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\n<link rel=\"alternate\" hreflang=\"en\" href=\"https:\/\/alaoun.org\/en\/contact-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"ar\" href=\"https:\/\/alaoun.org\/contact-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"fr\" href=\"https:\/\/alaoun.org\/fr\/contact-us\/\" \/>\n<link rel=\"alternate\" hreflang=\"es\" href=\"https:\/\/alaoun.org\/es\/contact-us\/\" \/>\n\n\n   <style>\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap');\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Poppins', sans-serif;\r\n        }\r\n\r\n        body {\r\n            background-color: #f9f9f9;\r\n        }\r\n\r\n        .contact-form-section {\r\n            padding: 80px 0;\r\n            background-color: #f9f9f9;\r\n        }\r\n\r\n        .contact-form-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .contact-form-title {\r\n            text-align: center;\r\n            margin: 30px;\r\n\t\t\tpadding: 10px;\r\n            color: #2f537d !important;\r\n            font-size: 38px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .contact-intro {\r\n            text-align: center;\r\n            max-width: 800px;\r\n            margin: 0 auto 30px;\r\n            color: #555;\r\n            line-height: 1.6;\r\n            font-size: 18px;\r\n        }\r\n\r\n        .contact-info-section {\r\n            display: flex;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            gap: 30px;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .contact-info-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            background: white;\r\n            padding: 25px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\r\n            min-width: 300px;\r\n            max-width: 350px;\r\n            flex: 1;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .contact-info-item:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .contact-info-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: rgba(32, 146, 105, 0.1);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 20px;\r\n            color: #209269;\r\n            font-size: 22px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .contact-info-text {\r\n            color: #555;\r\n            flex-grow: 1;\r\n        }\r\n\r\n        .contact-info-text strong {\r\n            display: block;\r\n            color: #2f537d;\r\n            font-size: 18px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .contact-info-text p {\r\n            margin: 0 0 8px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .contact-info-text p:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .contact-info-text a {\r\n            color: #209269;\r\n            text-decoration: none;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .contact-info-text a:hover {\r\n            color: #efae28;\r\n            text-decoration: underline;\r\n        }\r\n\r\n        .contact-columns {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 30px;\r\n        }\r\n\r\n        .contact-form-column {\r\n            flex: 1;\r\n            min-width: 300px;\r\n        }\r\n\r\n        .map-column {\r\n            flex: 1;\r\n            min-width: 300px;\r\n        }\r\n\r\n        .contact-form {\r\n            background: white;\r\n            padding: 40px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            height: 100%;\r\n        }\r\n\r\n        .map-container {\r\n            background: white;\r\n            padding: 10px;\r\n            border-radius: 15px;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n            height: 100%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .map-container iframe {\r\n            width: 100%;\r\n            height: 100%;\r\n            min-height: 400px;\r\n            border: none;\r\n            border-radius: 8px;\r\n        }\r\n\r\n        .form-group {\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .form-group label {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            font-weight: 500;\r\n            color: #2f537d;\r\n        }\r\n\r\n        .form-control {\r\n            width: 100%;\r\n            padding: 12px 15px;\r\n            border: 1px solid #e1e1e1;\r\n            border-radius: 8px;\r\n            font-size: 16px;\r\n            transition: all 0.3s;\r\n        }\r\n\r\n        .form-control:focus {\r\n            border-color: #209269;\r\n            outline: none;\r\n            box-shadow: 0 0 0 3px rgba(32, 146, 105, 0.1);\r\n        }\r\n\r\n        textarea.form-control {\r\n            min-height: 150px;\r\n            resize: vertical;\r\n        }\r\n\r\n        .submit-btn {\r\n            background-color: #209269;\r\n            color: white;\r\n            border: none;\r\n            padding: 14px 30px;\r\n            font-size: 16px;\r\n            font-weight: 500;\r\n            border-radius: 8px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            display: inline-block;\r\n            width: 100%;\r\n        }\r\n\r\n        .submit-btn:hover {\r\n            background-color: #efae28;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(32, 146, 105, 0.2);\r\n        }\r\n\r\n        .custom-counter-section {\r\n            position: relative !important;\r\n            padding: 80px 0 !important;\r\n            overflow: hidden !important;\r\n            text-align: center !important;\r\n            background-image: url('https:\/\/pbs.twimg.com\/media\/Gk5hbj8XQAA9Pzd?format=jpg&name=small') !important;\r\n            background-size: cover !important;\r\n            background-position: center !important;\r\n            background-repeat: no-repeat !important;\r\n            background-attachment: fixed !important;\r\n        }\r\n\r\n        .custom-counter-section::before {\r\n            content: '' !important;\r\n            position: absolute !important;\r\n            top: 0 !important;\r\n            left: 0 !important;\r\n            right: 0 !important;\r\n            bottom: 0 !important;\r\n            background: linear-gradient(to bottom, \r\n                rgba(232, 239, 236, 0.65) 0%, \r\n                rgba(32, 146, 105, 0.75) 100%\r\n            ) !important;\r\n            z-index: 1 !important;\r\n        }\r\n\r\n        .custom-counter-section .custom-container {\r\n            max-width: 1200px !important;\r\n            margin: 0 auto !important;\r\n            padding: 0 20px !important;\r\n            position: relative !important;\r\n            z-index: 2 !important;\r\n            display: flex !important;\r\n            flex-wrap: wrap !important;\r\n            justify-content: center !important;\r\n            gap: 30px !important;\r\n        }\r\n\r\n        .custom-counter-item {\r\n            flex: 1;\r\n            min-width: 200px;\r\n            max-width: 250px;\r\n            text-align: center !important;\r\n            padding: 30px 20px !important;\r\n            background: rgba(255, 255, 255, 0.8) !important;\r\n            border-radius: 15px !important;\r\n            transition: all 0.3s ease !important;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;\r\n            backdrop-filter: blur(8px) !important;\r\n            -webkit-backdrop-filter: blur(8px) !important;\r\n        }\r\n\r\n        .custom-counter-item:hover {\r\n            transform: translateY(-5px) !important;\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;\r\n            background: rgba(255, 255, 255, 0.9) !important;\r\n        }\r\n\r\n        .custom-counter-item .custom-counter-icon {\r\n            width: 80px !important;\r\n            height: 80px !important;\r\n            background: #209269 !important;\r\n            border-radius: 50% !important;\r\n            display: flex !important;\r\n            align-items: center !important;\r\n            justify-content: center !important;\r\n            margin: 0 auto 20px !important;\r\n            transition: all 0.3s ease !important;\r\n            box-shadow: 0 5px 15px rgba(32, 146, 105, 0.3) !important;\r\n        }\r\n\r\n        .custom-counter-item:hover .custom-counter-icon {\r\n            background: #efae28 !important;\r\n            transform: scale(1.1) !important;\r\n        }\r\n\r\n        .custom-counter-item .custom-counter-icon span {\r\n            font-size: 32px !important;\r\n            color: white !important;\r\n        }\r\n\r\n        .custom-counter-item .custom-counter-number {\r\n            font-size: 42px !important;\r\n            font-weight: 600 !important;\r\n            margin-bottom: 10px !important;\r\n            color: #2f537d !important;\r\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;\r\n        }\r\n\r\n        .custom-counter-item .custom-counter-title {\r\n            font-size: 16px !important;\r\n            color: #209269 !important;\r\n            font-weight: 500 !important;\r\n            text-transform: uppercase !important;\r\n            letter-spacing: 1px !important;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .custom-counter-section .custom-container {\r\n                gap: 20px !important;\r\n            }\r\n\r\n            .custom-counter-item {\r\n                min-width: 180px !important;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .contact-columns {\r\n                flex-direction: column;\r\n            }\r\n\r\n            .map-container iframe {\r\n                min-height: 300px;\r\n            }\r\n\r\n            .contact-info-section {\r\n                flex-direction: column;\r\n                align-items: center;\r\n                gap: 20px;\r\n            }\r\n\r\n            .contact-info-item {\r\n                width: 100%;\r\n                max-width: 500px;\r\n            }\r\n\r\n            .custom-counter-section .custom-container {\r\n                gap: 15px !important;\r\n            }\r\n\r\n            .custom-counter-item {\r\n                min-width: calc(50% - 15px) !important;\r\n                padding: 20px 15px !important;\r\n            }\r\n\r\n            .custom-counter-icon {\r\n                width: 70px !important;\r\n                height: 70px !important;\r\n            }\r\n\r\n            .custom-counter-icon span {\r\n                font-size: 28px !important;\r\n            }\r\n\r\n            .custom-counter-number {\r\n                font-size: 36px !important;\r\n            }\r\n\r\n            .custom-counter-title {\r\n                font-size: 14px !important;\r\n            }\r\n\r\n            .contact-form-title {\r\n                font-size: 30px;\r\n            }\r\n\r\n            .contact-form {\r\n                padding: 30px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .custom-counter-section {\r\n                padding: 60px 0 !important;\r\n                background-attachment: scroll !important;\r\n            }\r\n\r\n            .custom-counter-section .custom-container {\r\n                flex-direction: column !important;\r\n                align-items: center !important;\r\n            }\r\n\r\n            .custom-counter-item {\r\n                min-width: 100% !important;\r\n                max-width: 100% !important;\r\n            }\r\n\r\n            .contact-form-title {\r\n                font-size: 26px;\r\n            }\r\n\r\n            .contact-form {\r\n                padding: 20px;\r\n            }\r\n\r\n            .contact-info-item {\r\n                padding: 20px;\r\n            }\r\n\r\n            .contact-info-icon {\r\n                width: 40px;\r\n                height: 40px;\r\n                font-size: 18px;\r\n                margin-right: 15px;\r\n            }\r\n\r\n            .contact-info-text strong {\r\n                font-size: 16px;\r\n            }\r\n        }\r\n    <\/style>\n\n\n\n<p class=\"has-text-align-center\">We&#8217;re here to help and answer any questions you may have. We look forward to hearing from you and will respond as soon as possible. Don&#8217;t hesitate to reach out to us by <strong>phone, email, or by using the form below<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"map-column\">\n                    <div class=\"map-container\">\n                        <!-- Google Maps embed code -->\n                        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m14!1m8!1m3!1d12950.788243537869!2d-5.834357!3d35.75825!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd0b87423da7a369%3A0x9b1a3657b8296c4!2z2KzZhdi52YrYqSDYp9mE2LnZiNmGINmIINin2YTYpdi62KfYq9ip!5e0!3m2!1sar!2sma!4v1744646167510!5m2!1sar!2sma\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n                    <\/div>\n                 <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js-eu1.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script>\n  hbspt.forms.create({\n    portalId: \"143809025\",\n    formId: \"c48c40f0-0f0e-4eb4-bb6f-da4cd9d7f1a2\",\n    region: \"eu1\"\n  });\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"contact-info-section\">\n                <div class=\"contact-info-item\">\n                    <div class=\"contact-info-icon\">\ud83d\udccd<\/div>\n                    <div class=\"contact-info-text\">\n                        <strong>Address<\/strong>\n                        <p>Rue Zizofoune, Lot. Narjiss Al Baranes 2<\/p>\n                        <p>Tanger, Morocco<\/p>\n                        <br>\n                        <p><a href=\"https:\/\/maps.google.com\/maps\/dir\/\/%D8%AC%D9%85%D8%B9%D9%8A%D8%A9+%D8%A7%D9%84%D8%B9%D9%88%D9%86+%D9%88+%D8%A7%D9%84%D8%A5%D8%BA%D8%A7%D8%AB%D8%A9+Av.+Zaizafoune+Tanger+90060%E2%80%AD\/@35.7582499,-5.8343572,13z\/data=!4m5!4m4!1m0!1m2!1m1!1s0xd0b87423da7a369:0x9b1a3657b8296c4\" target=\"_blank\">Get Directions<\/a><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-info-item\">\n                    <div class=\"contact-info-icon\">\ud83d\udcde<\/div>\n                    <div class=\"contact-info-text\">\n                        <strong>Contact us<\/strong>\n                        <br>\n                        <a href=\"tel:+212 539 318 500\">+212 539 318 500<\/a>\n                        <br>\n                        <a href=\"tel:+212 661 436 722\">+212 661 436 722<\/a>\n                        <br>\n                        <p>contact@alaoun.org<\/p>\n                        <br>\n                        <a href=\"mailto:contact@alaoun.org\">contact@alaoun.org<\/a>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-info-item\">\n                    <div class=\"contact-info-icon\">\u2709\ufe0f<\/div>\n                    <div class=\"contact-info-text\">\n                        <strong>Donate<\/strong>\n                    \n                        <br>\n                        <p>RIB: 007 640 0006012000000091 38<\/p>\n                        <p>SWIFT: BCMAMAMC<\/p>\n                        <p>CODE IBAN: MA64<\/p><br>\n                        <a href=\"https:\/\/www.paypal.com\/paypalme\/ASECOURS\"> PayPal.com\/asecours<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;re here to help and answer any questions you may have. We look forward to hearing from you and will [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"normal-width-container","site-content-style":"boxed","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-88","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact us - The official website of Aid and Relief<\/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:\/\/alaoun.org\/en\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us - The official website of Aid and Relief\" \/>\n<meta property=\"og:description\" content=\"We&#8217;re here to help and answer any questions you may have. We look forward to hearing from you and will [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alaoun.org\/en\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"The official website of Aid and Relief\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-17T14:24:32+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/alaoun.org\/en\/contact-us\/\",\"url\":\"https:\/\/alaoun.org\/en\/contact-us\/\",\"name\":\"Contact us - The official website of Aid and Relief\",\"isPartOf\":{\"@id\":\"https:\/\/alaoun.org\/en\/#website\"},\"datePublished\":\"2025-07-06T13:25:08+00:00\",\"dateModified\":\"2025-09-17T14:24:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/alaoun.org\/en\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alaoun.org\/en\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alaoun.org\/en\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/alaoun.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/alaoun.org\/en\/#website\",\"url\":\"https:\/\/alaoun.org\/en\/\",\"name\":\"The official website of Aid and Relief\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/alaoun.org\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us - The official website of Aid and Relief","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:\/\/alaoun.org\/en\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contact us - The official website of Aid and Relief","og_description":"We&#8217;re here to help and answer any questions you may have. We look forward to hearing from you and will [&hellip;]","og_url":"https:\/\/alaoun.org\/en\/contact-us\/","og_site_name":"The official website of Aid and Relief","article_modified_time":"2025-09-17T14:24:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alaoun.org\/en\/contact-us\/","url":"https:\/\/alaoun.org\/en\/contact-us\/","name":"Contact us - The official website of Aid and Relief","isPartOf":{"@id":"https:\/\/alaoun.org\/en\/#website"},"datePublished":"2025-07-06T13:25:08+00:00","dateModified":"2025-09-17T14:24:32+00:00","breadcrumb":{"@id":"https:\/\/alaoun.org\/en\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alaoun.org\/en\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alaoun.org\/en\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/alaoun.org\/en\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/alaoun.org\/en\/#website","url":"https:\/\/alaoun.org\/en\/","name":"The official website of Aid and Relief","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alaoun.org\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"featured_image_url":[],"post_author":"adminmk","assigned_categories":"","_links":{"self":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":2,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/88\/revisions"}],"predecessor-version":[{"id":151,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/88\/revisions\/151"}],"wp:attachment":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/media?parent=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}