{"id":368,"date":"2026-02-01T03:23:47","date_gmt":"2026-02-01T03:23:47","guid":{"rendered":"https:\/\/ayatonlineacademy.com\/?p=368"},"modified":"2026-02-01T03:26:33","modified_gmt":"2026-02-01T03:26:33","slug":"privacy-policy","status":"publish","type":"post","link":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<div id=\"ayat-online-academy\">\n\n  <style>\n    html, body{ overflow-x: hidden; margin:0; padding:0; }\n\n    #ayat-online-academy{\n      width: 100%; max-width: 100%; margin: 0 auto; position: relative; overflow-x: clip; background: #fff;\n\n      --brand: #9CA000;\n      --brand-900: #2E3100;\n      --brand-800: #3F4300;\n      --brand-700: #565B00;\n      --brand-600: #6D7200;\n      --brand-a10: rgba(156, 160, 0, 0.10);\n      --brand-a14: rgba(156, 160, 0, 0.14);\n      --brand-a18: rgba(156, 160, 0, 0.18);\n      --ink: var(--brand-900);\n      --text: var(--brand-700);\n      --muted: rgba(86, 91, 0, 0.78);\n      --bg: #ffffff;\n      --soft: #fbfbf4;\n      --line: rgba(0,0,0,0.06);\n      --shadow-sm: 0 8px 18px rgba(0,0,0,0.06);\n      --shadow-md: 0 16px 34px rgba(0,0,0,0.10);\n      --r-xl: 22px;\n      --transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text);\n      line-height: 1.65;\n    }\n\n    #ayat-online-academy *{ box-sizing: border-box; }\n    #ayat-online-academy img{ max-width: 100%; height: auto; display:block; }\n    #ayat-online-academy a{ text-decoration: none; transition: var(--transition); color:inherit; }\n\n    .container{ width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(16px, 2.2vw, 28px); }\n    .section-padding{ padding: clamp(56px, 6vw, 92px) 0; }\n\n    .section-header{ text-align:center; margin-bottom: clamp(30px, 4vw, 60px); }\n    .section-header h2{ font-size: clamp(26px, 3vw, 40px); font-weight: 900; color: var(--ink); margin:0 0 12px; position:relative; display:inline-block; }\n    .section-header p{ margin: 0 auto; max-width: 880px; font-size: 18px; color: var(--muted); }\n\n    .btn{ display:inline-flex; align-items:center; justify-content:center; gap:10px; padding: 14px 28px; border-radius: 12px; font-weight: 900; border: none; cursor: pointer; transition: var(--transition); }\n    .btn-primary{ background: var(--brand); color: #fff; box-shadow: 0 10px 24px var(--brand-a18); }\n    .btn-primary:hover{ transform: translateY(-2px); filter: brightness(1.05); }\n    .btn-outline{ background: transparent; border: 2px solid var(--brand); color: var(--brand-800); }\n    .btn-outline:hover{ background: var(--brand-a10); }\n\n    .about-hero{\n      background: var(--soft);\n      padding: clamp(80px, 10vw, 120px) 0 60px;\n      text-align: center;\n    }\n    .about-hero h1{ font-size: clamp(36px, 5vw, 64px); color: var(--ink); font-weight: 950; margin: 0 0 16px; letter-spacing: -1px; }\n    .about-hero p{ font-size: clamp(18px, 1.5vw, 22px); color: var(--muted); max-width: 920px; margin: 0 auto; }\n\n    .soft-panel{\n      background: var(--soft);\n      border: 1px solid var(--line);\n      border-radius: var(--r-xl);\n      padding: 28px;\n      box-shadow: var(--shadow-sm);\n      margin-top: 24px;\n    }\n    .soft-panel h4{\n      margin: 0 0 10px;\n      color: var(--ink);\n      font-weight: 950;\n      font-size: 18px;\n    }\n\n    .stats-strip{ display: flex; gap: 20px; margin-top: 22px; flex-wrap: wrap; justify-content:center; }\n    .stat-box{ min-width: 220px; background: var(--brand-a10); padding: 16px; border-radius: 14px; text-align: center; }\n    .stat-box strong{ display: block; font-size: 18px; color: var(--brand-900); font-weight: 950; }\n    .stat-box span{ font-size: 12px; font-weight: 800; color: var(--brand-700); text-transform: uppercase; }\n\n    .values-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }\n    .value-card{ background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-sm); transition: var(--transition); }\n    .value-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }\n    .value-icon{ font-size: 30px; margin-bottom: 12px; display: inline-block; }\n    .value-card h4{ font-size: 18px; color: var(--ink); font-weight: 950; margin: 0 0 8px; }\n    .value-card p{ margin:0; color: var(--muted); font-size: 14px; line-height: 1.7; }\n\n    .two-col{\n      display:grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 18px;\n      margin-top: 18px;\n    }\n    .mini-card{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 18px;\n      box-shadow: var(--shadow-sm);\n    }\n    .mini-card strong{\n      display:block;\n      color: var(--ink);\n      font-weight: 950;\n      margin-bottom: 6px;\n    }\n    .mini-card p{\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .toc{\n      display:flex; gap:10px; flex-wrap:wrap; justify-content:center;\n      margin-top: 12px;\n    }\n    .toc a{\n      background: #fff;\n      border: 1px solid var(--line);\n      border-radius: 999px;\n      padding: 10px 14px;\n      font-weight: 900;\n      color: var(--brand-800);\n      box-shadow: var(--shadow-sm);\n      font-size: 13px;\n    }\n    .toc a:hover{ background: var(--brand-a10); transform: translateY(-1px); }\n\n    .policy-wrap{ max-width: 980px; margin: 0 auto; }\n    .policy-section{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 22px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 12px;\n    }\n    .policy-section h3{\n      margin: 0 0 8px;\n      color: var(--ink);\n      font-weight: 950;\n      font-size: 18px;\n    }\n    .policy-section p{\n      margin: 0 0 10px;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.9;\n    }\n    .policy-section ul{\n      margin: 0;\n      padding: 0 0 0 18px;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.9;\n    }\n    .policy-section li{ margin: 6px 0; }\n\n    .faq-wrap{ max-width: 980px; margin: 0 auto; }\n    .faq-item{\n      background:#fff;\n      border: 1px solid var(--line);\n      border-radius: 18px;\n      padding: 18px 18px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 12px;\n    }\n    .faq-q{\n      font-weight: 950;\n      color: var(--ink);\n      font-size: 16px;\n      margin: 0 0 6px;\n    }\n    .faq-a{\n      margin:  0;\n      color: var(--muted);\n      font-size: 14px;\n      line-height: 1.9;\n    }\n\n    .site-footer{ background:#0f0f0f; color:#fff; padding: 60px 0 30px; }\n\n    [data-animate]{ opacity: 0; transform: translateY(20px); transition: 0.6s ease; }\n    .is-in{ opacity: 1; transform: translateY(0); }\n\n    #ayat-online-academy a:focus,\n    #ayat-online-academy button:focus{\n      outline: 3px solid var(--brand-a18);\n      outline-offset: 3px;\n      border-radius: 12px;\n    }\n\n    @media (max-width: 992px){\n      .values-grid{ grid-template-columns: 1fr; }\n      .two-col{ grid-template-columns: 1fr; }\n    }\n  <\/style>\n\n  <!-- HERO -->\n  <header class=\"about-hero\">\n    <div class=\"container\" data-animate>\n      <h1>Privacy Policy<\/h1>\n      <p>\n        At <strong>Ayat Online Academy<\/strong>, we respect your privacy and are committed to protecting your personal information.\n        This Privacy Policy explains what we collect, how we use it, and the choices you have.\n      <\/p>\n\n      <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n        <h4>Quick Summary<\/h4>\n        <div class=\"two-col\">\n          <div class=\"mini-card\">\n            <strong>We collect only what we need<\/strong>\n            <p>We use your information to run classes, manage your account, support your learning, and improve the platform.<\/p>\n          <\/div>\n          <div class=\"mini-card\">\n            <strong>You stay in control<\/strong>\n            <p>You can request access, correction, or deletion of your data, subject to legal and operational requirements.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"stats-strip\" aria-label=\"Policy highlights\">\n          <div class=\"stat-box\">\n            <strong>Last Updated: Feb 1, 2026<\/strong>\n            <span>LAST UPDATED<\/span>\n          <\/div>\n          <div class=\"stat-box\">\n            <strong>Applies To: ayatonlineacademy.com<\/strong>\n            <span>WEBSITE<\/span>\n          <\/div>\n          <div class=\"stat-box\">\n            <strong>Contact: \/contact\/<\/strong>\n            <span>SUPPORT<\/span>\n          <\/div>\n        <\/div>\n\n        <div style=\"margin-top:14px;\">\n          <div class=\"toc\" aria-label=\"Table of contents\">\n            <a href=\"#pp-1\">Information We Collect<\/a>\n            <a href=\"#pp-2\">How We Use It<\/a>\n            <a href=\"#pp-3\">Cookies<\/a>\n            <a href=\"#pp-4\">Sharing &#038; Third Parties<\/a>\n            <a href=\"#pp-5\">Security &#038; Retention<\/a>\n            <a href=\"#pp-6\">Your Rights<\/a>\n            <a href=\"#pp-7\">Children<\/a>\n            <a href=\"#pp-8\">Policy Updates<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- PRINCIPLES -->\n  <section class=\"section-padding\" style=\"background: var(--soft);\">\n    <div class=\"container\">\n      <div class=\"section-header\" data-animate>\n        <h2>Our Privacy Principles<\/h2>\n        <p>These principles guide how we handle personal data across our learning platform.<\/p>\n      <\/div>\n\n      <div class=\"values-grid\">\n        <div class=\"value-card\" data-animate>\n          <div class=\"value-icon\">\ud83d\udd12<\/div>\n          <h4>Data Minimization<\/h4>\n          <p>We collect only what\u2019s necessary to provide lessons, support, and platform operations.<\/p>\n        <\/div>\n        <div class=\"value-card\" data-animate>\n          <div class=\"value-icon\">\ud83e\uddfe<\/div>\n          <h4>Transparency<\/h4>\n          <p>We explain what we collect and why, and we update this policy when we make meaningful changes.<\/p>\n        <\/div>\n        <div class=\"value-card\" data-animate>\n          <div class=\"value-icon\">\ud83e\udd1d<\/div>\n          <h4>Control &#038; Choice<\/h4>\n          <p>We provide options to access, correct, or delete your information, subject to applicable laws.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- POLICY CONTENT -->\n  <section class=\"section-padding\">\n    <div class=\"container\">\n      <div class=\"section-header\" data-animate>\n        <h2>Privacy Policy Details<\/h2>\n        <p>Below is the full policy in clear, simple sections. If anything is unclear, please contact us.<\/p>\n      <\/div>\n\n      <div class=\"policy-wrap\">\n        <div class=\"policy-section\" id=\"pp-1\" data-animate>\n          <h3>1) Information We Collect<\/h3>\n          <p>We may collect the following categories of information:<\/p>\n          <ul>\n            <li><strong>Account details:<\/strong> name, email, phone (if provided), country\/timezone, and basic profile information.<\/li>\n            <li><strong>Learning details:<\/strong> level, goals, class notes (if shared), attendance, and progress tracking.<\/li>\n            <li><strong>Payments (if applicable):<\/strong> billing name and payment status. (Card details are typically processed by payment providers and not stored on our servers.)<\/li>\n            <li><strong>Communications:<\/strong> messages you send to support (email\/WhatsApp\/contact forms) and our replies.<\/li>\n            <li><strong>Technical data:<\/strong> IP address, device\/browser type, pages visited, and basic analytics for security and performance.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-2\" data-animate>\n          <h3>2) How We Use Your Information<\/h3>\n          <p>We use your information to:<\/p>\n          <ul>\n            <li>Provide classes, schedule sessions, and deliver learning support.<\/li>\n            <li>Communicate with you about trials, bookings, rescheduling, and program updates.<\/li>\n            <li>Process payments and confirm subscriptions when applicable.<\/li>\n            <li>Improve our services, content quality, and student experience.<\/li>\n            <li>Maintain security, prevent abuse, and comply with legal obligations.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-3\" data-animate>\n          <h3>3) Cookies &#038; Analytics<\/h3>\n          <p>\n            We may use cookies and similar technologies to remember preferences, improve performance, and understand website usage.\n            You can control cookies via your browser settings. Disabling cookies may affect certain site features.\n          <\/p>\n          <p>\n            If we use analytics tools, they may collect aggregated usage data (e.g., pages visited, time on site).\n            We use this data to improve content and performance.\n          <\/p>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-4\" data-animate>\n          <h3>4) Sharing, Processors &#038; Third Parties<\/h3>\n          <p>We do not sell your personal information. We may share data only in these cases:<\/p>\n          <ul>\n            <li><strong>Service providers:<\/strong> hosting, email delivery, analytics, payment processing, or communication tools (as needed).<\/li>\n            <li><strong>Legal obligations:<\/strong> if required by law, regulation, or valid legal requests.<\/li>\n            <li><strong>Protecting rights:<\/strong> to prevent fraud, abuse, or security incidents.<\/li>\n          <\/ul>\n          <p>\n            Third-party services operate under their own privacy policies. We recommend reviewing them when relevant.\n          <\/p>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-5\" data-animate>\n          <h3>5) Data Security &#038; Retention<\/h3>\n          <p>\n            We apply reasonable technical and organizational safeguards to protect your information.\n            No system is 100% secure, but we work to prevent unauthorized access and misuse.\n          <\/p>\n          <p>\n            We retain personal information only as long as needed for the purposes described in this policy,\n            or as required by law (e.g., financial records).\n          <\/p>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-6\" data-animate>\n          <h3>6) Your Rights &#038; Choices<\/h3>\n          <p>Depending on your location, you may have the right to:<\/p>\n          <ul>\n            <li>Request access to the personal information we hold about you.<\/li>\n            <li>Request correction of inaccurate or incomplete information.<\/li>\n            <li>Request deletion of your personal information (where applicable).<\/li>\n            <li>Object to or restrict certain processing (where applicable).<\/li>\n          <\/ul>\n          <p>\n            To make a request, contact us through the contact page. We may need to verify your identity before processing requests.\n          <\/p>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-7\" data-animate>\n          <h3>7) Children\u2019s Privacy<\/h3>\n          <p>\n            We may provide programs for children. When necessary, a parent\/guardian may be asked to provide consent,\n            manage bookings, or communicate on behalf of the child.\n          <\/p>\n          <p>\n            If you believe a child has provided personal information without appropriate consent, contact us to address it.\n          <\/p>\n        <\/div>\n\n        <div class=\"policy-section\" id=\"pp-8\" data-animate>\n          <h3>8) Changes to This Policy<\/h3>\n          <p>\n            We may update this Privacy Policy from time to time. We will post the updated version on this page,\n            and adjust the \u201cLast Updated\u201d date. Continued use of our site after updates means you accept the revised policy.\n          <\/p>\n        <\/div>\n\n        <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n          <h4>Contact Us<\/h4>\n          <p style=\"margin:0;color:var(--muted);font-size:15px;line-height:1.9;\">\n            If you have questions about this Privacy Policy or want to make a privacy request, please reach out via\n            <a href=\"\/contact\/\" style=\"text-decoration:underline; font-weight:900;\">our contact page<\/a>.\n            You can also email us at <strong>support@ayatonlineacademy.com<\/strong> (replace with your official email).\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"section-padding\" style=\"background: var(--soft);\">\n    <div class=\"container\">\n      <div class=\"section-header\" data-animate>\n        <h2>Privacy FAQ<\/h2>\n        <p>Quick answers to common questions about how we handle data.<\/p>\n      <\/div>\n\n      <div class=\"faq-wrap\">\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">Do you sell my personal information?<\/p>\n          <p class=\"faq-a\">No. We do not sell personal information. We share data only with necessary service providers or when legally required.<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">Do you store my card details?<\/p>\n          <p class=\"faq-a\">Typically, payment details are handled by payment processors. We usually store only payment status and invoice-related information.<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">Can I request my data to be deleted?<\/p>\n          <p class=\"faq-a\">Yes, you can request deletion where applicable. Some records may be retained for legal or operational reasons.<\/p>\n        <\/div>\n        <div class=\"faq-item\" data-animate>\n          <p class=\"faq-q\">How do I contact you about privacy?<\/p>\n          <p class=\"faq-a\">Use the contact page and mention \u201cPrivacy Request\u201d in the message. We\u2019ll respond as soon as possible.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"soft-panel\" data-animate style=\"max-width:980px;margin-left:auto;margin-right:auto;\">\n        <h4>One-Line Summary<\/h4>\n        <p style=\"margin:0;color:var(--muted);font-size:15px;line-height:1.9;\">\n          We collect only what we need to provide Islamic learning services, protect the platform, and support your learning journey \u2014 and we do not sell your data.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do you sell my personal information?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"No. We do not sell personal information. We share data only with necessary service providers or when legally required.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do you store my card details?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Typically, payment details are handled by payment processors. We usually store only payment status and invoice-related information.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I request my data to be deleted?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, you can request deletion where applicable. Some records may be retained for legal or operational reasons.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do I contact you about privacy?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Use the contact page and mention \u201cPrivacy Request\u201d in the message.\"\n          }\n        }\n      ]\n    }\n    <\/script>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"section-padding\" style=\"text-align:center;\">\n    <div class=\"container\" data-animate>\n      <h2 style=\"font-size:32px; font-weight:950; color:var(--ink); margin-bottom:16px;\">Need Help?<\/h2>\n      <p style=\"color:var(--muted); max-width:650px; margin:0 auto 30px;\">\n        If you have a question about privacy, cookies, or your data, reach out to us \u2014 we\u2019re here to help.\n      <\/p>\n      <div style=\"display:flex; justify-content:center; gap:12px; flex-wrap:wrap;\">\n        <a href=\"\/contact\/\" class=\"btn btn-primary\" aria-label=\"Contact us\">Contact Us<\/a>\n        <a\n          href=\"https:\/\/wa.me\/201006632541?text=Hi%20Ayat%20Online%20Academy%2C%20I%20have%20a%20privacy%20question.\"\n          class=\"btn btn-outline\"\n          target=\"_blank\"\n          rel=\"noopener noreferrer\"\n          aria-label=\"Chat on WhatsApp\"\n        >Chat on WhatsApp<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer class=\"site-footer\">\n    <div class=\"container\" style=\"text-align:center;\">\n      <p style=\"opacity:0.7;\">&copy; 2026 Ayat Online Academy. All rights reserved.<\/p>\n    <\/div>\n  <\/footer>\n\n  <script>\n    (function(){\n      const scope = document.querySelector('#ayat-online-academy');\n      if(!scope) return;\n\n      const observer = new IntersectionObserver((entries)=>{\n        entries.forEach(entry => {\n          if(entry.isIntersecting){\n            entry.target.classList.add('is-in');\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.15 });\n\n      scope.querySelectorAll('[data-animate]').forEach(el => observer.observe(el));\n    })();\n  <\/script>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy At Ayat Online Academy, we respect your privacy and are committed to protecting your personal information. This Privacy Policy explains what we collect, how we use it, and the choices you have. Quick Summary We collect only what we need We use your information to run classes, manage your account, support your learning, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":122,"comment_status":"open","ping_status":"open","sticky":false,"template":"full-width","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-368","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacy Policy - Ayat Online Privacy Policy - Ayat Online Academy<\/title>\n<meta name=\"description\" content=\"Read the Privacy Policy of Ayat Online Academy to learn how we collect, use, protect, and manage personal data for students and families worldwide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy - Ayat Online Academy\" \/>\n<meta property=\"og:description\" content=\"Learn how Ayat Online Academy protects your privacy and handles personal data with transparency and care.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Ayat Online\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-01T03:23:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-01T03:26:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ayatadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ayatadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\"},\"author\":{\"name\":\"ayatadmin\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/35e0b59c2bfbac1c6d89aa47fdd47cc8\"},\"headline\":\"Privacy Policy\",\"datePublished\":\"2026-02-01T03:23:47+00:00\",\"dateModified\":\"2026-02-01T03:26:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\"},\"wordCount\":876,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\",\"url\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\",\"name\":\"Privacy Policy - Ayat Online Privacy Policy - Ayat Online Academy\",\"isPartOf\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png\",\"datePublished\":\"2026-02-01T03:23:47+00:00\",\"dateModified\":\"2026-02-01T03:26:33+00:00\",\"description\":\"Read the Privacy Policy of Ayat Online Academy to learn how we collect, use, protect, and manage personal data for students and families worldwide.\",\"breadcrumb\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage\",\"url\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png\",\"contentUrl\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png\",\"width\":1500,\"height\":1500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ayatonlineacademy.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#website\",\"url\":\"https:\/\/ayatonlineacademy.com\/\",\"name\":\"Ayat Online Academy\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ayatonlineacademy.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#organization\",\"name\":\"Ayat Online Academy\",\"url\":\"https:\/\/ayatonlineacademy.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png\",\"contentUrl\":\"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png\",\"width\":1500,\"height\":1500,\"caption\":\"Ayat Online Academy\"},\"image\":{\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/35e0b59c2bfbac1c6d89aa47fdd47cc8\",\"name\":\"ayatadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ecf8086bad1f5ed273840f54866b08dcf47e0268dd0e880cf05f71296e71c3b9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ecf8086bad1f5ed273840f54866b08dcf47e0268dd0e880cf05f71296e71c3b9?s=96&d=mm&r=g\",\"caption\":\"ayatadmin\"},\"sameAs\":[\"http:\/\/ayatonlineacademy.com\"],\"url\":\"https:\/\/ayatonlineacademy.com\/index.php\/author\/ayatadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - Ayat Online Privacy Policy - Ayat Online Academy","description":"Read the Privacy Policy of Ayat Online Academy to learn how we collect, use, protect, and manage personal data for students and families worldwide.","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:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/","og_locale":"en_US","og_type":"article","og_title":"Privacy Policy - Ayat Online Academy","og_description":"Learn how Ayat Online Academy protects your privacy and handles personal data with transparency and care.","og_url":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/","og_site_name":"Ayat Online","article_published_time":"2026-02-01T03:23:47+00:00","article_modified_time":"2026-02-01T03:26:33+00:00","og_image":[{"width":1500,"height":1500,"url":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png","type":"image\/png"}],"author":"ayatadmin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ayatadmin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#article","isPartOf":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/"},"author":{"name":"ayatadmin","@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/35e0b59c2bfbac1c6d89aa47fdd47cc8"},"headline":"Privacy Policy","datePublished":"2026-02-01T03:23:47+00:00","dateModified":"2026-02-01T03:26:33+00:00","mainEntityOfPage":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/"},"wordCount":876,"commentCount":0,"publisher":{"@id":"https:\/\/ayatonlineacademy.com\/#organization"},"image":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage"},"thumbnailUrl":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/","url":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/","name":"Privacy Policy - Ayat Online Privacy Policy - Ayat Online Academy","isPartOf":{"@id":"https:\/\/ayatonlineacademy.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage"},"image":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage"},"thumbnailUrl":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png","datePublished":"2026-02-01T03:23:47+00:00","dateModified":"2026-02-01T03:26:33+00:00","description":"Read the Privacy Policy of Ayat Online Academy to learn how we collect, use, protect, and manage personal data for students and families worldwide.","breadcrumb":{"@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#primaryimage","url":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png","contentUrl":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/lesson-preview.png","width":1500,"height":1500},{"@type":"BreadcrumbList","@id":"https:\/\/ayatonlineacademy.com\/index.php\/2026\/02\/01\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ayatonlineacademy.com\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/ayatonlineacademy.com\/#website","url":"https:\/\/ayatonlineacademy.com\/","name":"Ayat Online Academy","description":"","publisher":{"@id":"https:\/\/ayatonlineacademy.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ayatonlineacademy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ayatonlineacademy.com\/#organization","name":"Ayat Online Academy","url":"https:\/\/ayatonlineacademy.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/","url":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png","contentUrl":"https:\/\/ayatonlineacademy.com\/wp-content\/uploads\/2026\/01\/ayat-logo.png","width":1500,"height":1500,"caption":"Ayat Online Academy"},"image":{"@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/35e0b59c2bfbac1c6d89aa47fdd47cc8","name":"ayatadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ayatonlineacademy.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ecf8086bad1f5ed273840f54866b08dcf47e0268dd0e880cf05f71296e71c3b9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ecf8086bad1f5ed273840f54866b08dcf47e0268dd0e880cf05f71296e71c3b9?s=96&d=mm&r=g","caption":"ayatadmin"},"sameAs":["http:\/\/ayatonlineacademy.com"],"url":"https:\/\/ayatonlineacademy.com\/index.php\/author\/ayatadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/posts\/368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/comments?post=368"}],"version-history":[{"count":1,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/posts\/368\/revisions\/369"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/media\/122"}],"wp:attachment":[{"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/media?parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/categories?post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ayatonlineacademy.com\/index.php\/wp-json\/wp\/v2\/tags?post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}