{"id":2065,"date":"2025-07-18T09:45:24","date_gmt":"2025-07-18T09:45:24","guid":{"rendered":"https:\/\/upscaleimg.ai\/?page_id=2065"},"modified":"2026-02-27T10:15:44","modified_gmt":"2026-02-27T10:15:44","slug":"privacy-juridisch-beleid","status":"publish","type":"page","link":"https:\/\/upscaleimg.ai\/nl\/privacy-juridisch-beleid\/","title":{"rendered":"Privacy Legal Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2065\" class=\"elementor elementor-2065\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c997e17 e-con-full thegem-e-con-layout-thegem e-flex e-con e-parent\" data-id=\"c997e17\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-a63a50a flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-html\" data-id=\"a63a50a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <meta name=\"keywords\" content=\"upscaleimg privacy, privacy policy, data protection, ai image upscaler privacy, image data security\">\r\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n  <style>\r\n    :root {\r\n      --primary: #ff436b;\r\n      --secondary: #4651e6;\r\n      --accent: #8a4fff;\r\n      --light: #f9fafb;\r\n      --dark: #1f2937;\r\n    }\r\n    * {\r\n      font-family: 'Outfit', sans-serif;\r\n    }\r\n    @keyframes fadeInUp {\r\n      0% { opacity: 0; transform: translateY(20px); }\r\n      100% { opacity: 1; transform: translateY(0); }\r\n    }\r\n    .fade-in-up { animation: fadeInUp 0.8s ease forwards; }\r\n    .fade-in-delay-1 { animation-delay: 0.2s; }\r\n    .fade-in-delay-2 { animation-delay: 0.4s; }\r\n    .fade-in-delay-3 { animation-delay: 0.6s; }\r\n    .hero-pattern {\r\n      background-color: #f9fafb;\r\n      background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff436b' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\r\n    }\r\n    .gradient-bg {\r\n      background: linear-gradient(135deg, #fdf3f4 0%, #f3f4ff 100%);\r\n    }\r\n    .privacy-card {\r\n      transition: all 0.3s ease;\r\n      border-radius: 16px;\r\n      height: 100%;\r\n      display: flex;\r\n      flex-direction: column;\r\n    }\r\n    .privacy-card:hover {\r\n      transform: translateY(-5px);\r\n      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\r\n    }\r\n    .custom-btn { \r\n      padding: 14px 24px 15px 24px; \r\n      border-radius: 12px; \r\n      transition: all 0.3s ease;\r\n      font-weight: 600;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n      text-decoration: none;\r\n    }\r\n    .btn-primary {\r\n      background: var(--primary);\r\n      color: white;\r\n    }\r\n    .btn-primary:hover {\r\n      background: var(--secondary);\r\n      transform: translateY(-2px);\r\n      box-shadow: 0 10px 25px -5px rgba(70, 81, 230, 0.4);\r\n      color: white;\r\n    }\r\n    .btn-secondary {\r\n      background: white;\r\n      border: 2px solid #e5e7eb;\r\n      color: var(--dark);\r\n    }\r\n    .btn-secondary:hover {\r\n      background: #fdf2f8;\r\n      border-color: var(--primary);\r\n      transform: translateY(-2px);\r\n    }\r\n    .container-responsive { \r\n      width: 100%; \r\n      margin: 0 auto; \r\n    }\r\n    @media (min-width: 768px) { \r\n      .container-responsive { \r\n        width: 90%; \r\n        max-width: 1280px;\r\n      } \r\n    }\r\n    .privacy-card h3 {\r\n      color: var(--dark);\r\n    }\r\n    .privacy-card ul li {\r\n      margin-bottom: 0.5rem;\r\n    }\r\n    a.text-blue-600 {\r\n      color: var(--primary);\r\n    }\r\n    a.text-blue-600:hover {\r\n      color: var(--secondary);\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body class=\"antialiased text-gray-800 \">\r\n  \r\n  <!-- Header Section -->\r\n <section class=\"hero-pattern\"> \r\n  <div class=\"container-responsive px-6 py-20 md:py-24\">\r\n    <div class=\"text-center max-w-4xl mx-auto fade-in-up\">\r\n      <h1 class=\"text-4xl md:text-7xl font-bold mb-6 text-gray-900\"><span class=\"text-transparent bg-clip-text bg-gradient-to-r from-[#ff436b] to-[#4651e6]\">Privacy Policy<\/span> - UpscaleIMG.AI Data Protection<\/h1>\r\n      <p class=\" text-gray-700 mb-8\">Learn how UpscaleIMG.AI protects your privacy and handles your data. This comprehensive privacy policy covers data collection, usage, storage, and your rights as a user.<\/p>\r\n      \r\n      <!-- Strategic Internal Links in Hero -->\r\n      <div class=\"flex flex-wrap justify-center gap-4 mb-8\">\r\n        <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">\r\n          Return to UpscaleIMG.AI\r\n        <\/a>\r\n        <a href=\"https:\/\/upscaleimg.ai\/terms\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">\r\n          Terms & Conditions\r\n        <\/a>\r\n        <a href=\"https:\/\/upscaleimg.ai\/contact-us\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">\r\n          Contact Support\r\n        <\/a>\r\n      <\/div>\r\n      \r\n      <a href=\"#privacy-details\" class=\"custom-btn btn-primary\">\r\n        <span>Read Privacy Policy<\/span>\r\n        <i class=\"fas fa-arrow-down\"><\/i>\r\n      <\/a>\r\n    <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Privacy Overview -->\r\n<section id=\"privacy-details\" class=\"py-16 gradient-bg\">\r\n  <div class=\"container-responsive px-6\">\r\n    <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n      <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Privacy Overview<\/h2>\r\n      <p class=\"text-gray-700\">How we protect and handle your personal information<\/p>\r\n    <\/div>\r\n\r\n    <!-- Single Centered Block -->\r\n    <div class=\"max-w-3xl mx-auto text-center\">\r\n      <!-- Privacy Card -->\r\n      <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n        <div class=\"w-16 h-16 rounded-2xl bg-purple-100 flex items-center justify-center text-purple-600 text-2xl mb-6 mx-auto\">\r\n          <i class=\"fas fa-shield-alt\"><\/i>\r\n        <\/div>\r\n        <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Privacy Commitment<\/h3>\r\n        <p class=\"text-gray-700 mb-4\">This Privacy Policy explains how <strong>\u00a9 Code Knitters LLC<\/strong> (\"we\", \"us\", or \"our\") collects, uses, stores, and protects your personal information when you use the <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\"><strong>UpscaleIMG.AI<\/strong><\/a> website and related services.<\/p>\r\n        <p class=\"text-gray-700\">We are committed to protecting your privacy and ensuring transparent data handling practices across all our <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">AI upscaling services<\/a>.<\/p>\r\n\r\n        <div class=\"mt-6 p-4 bg-blue-50 rounded-lg border-l-4 border-blue-500 text-left\">\r\n          <h4 class=\"font-semibold text-blue-900 mb-2\">\ud83d\udd17 Related Information:<\/h4>\r\n          <div class=\"flex flex-wrap gap-4\">\r\n            <a href=\"#data-collection\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Data We Collect<\/a>\r\n            <a href=\"#your-rights\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Your Rights<\/a>\r\n            <a href=\"#contact-privacy\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Contact Us<\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n  <!-- Data Collection -->\r\n  <section id=\"data-collection\" class=\"py-16\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Data Collection & Usage<\/h2>\r\n        <p class=\" text-gray-700\">What information we collect and how we use it<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-blue-100 flex items-center justify-center text-blue-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-database\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">What Data We Collect<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We may collect the following types of personal data when you interact with our Service:<\/p>\r\n          <ul class=\"text-gray-700 space-y-2 mb-4\">\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i><strong>Email address<\/strong> (if you contact us or register)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i><strong>Images you upload<\/strong> for upscaling<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i><strong>Usage Data<\/strong> (anonymized analytics about site usage)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i><strong>Payment information<\/strong> (processed securely by third-party providers)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i><strong>Technical data<\/strong> (IP address, browser type, cookies)<\/li>\r\n          <\/ul>\r\n          \r\n          <div class=\"mt-6 p-4 bg-blue-50 rounded-lg border-l-4 border-blue-500\">\r\n            <h4 class=\"font-semibold text-blue-900 mb-2\">\ud83d\udd17 Our Services:<\/h4>\r\n            <div class=\"flex flex-wrap gap-4\">\r\n              <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">AI Upscaler<\/a>\r\n              <a href=\"https:\/\/upscaleimg.ai\/bulk-image-upscaler\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Bulk Processing<\/a>\r\n              <a href=\"https:\/\/upscaleimg.ai\/ai-face-enhancer\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Face Enhancement<\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-1\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-green-100 flex items-center justify-center text-green-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-cogs\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">How We Use Your Data<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We use your data to:<\/p>\r\n          <ul class=\"text-gray-700 space-y-2 mb-4\">\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i>Provide and operate our image upscaling service<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i>Process and fulfill requests (image upscaling and support)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i>Maintain security and integrity of our site<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i>Measure, analyze, and improve our Service<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i>Send essential service or security messages only<\/li>\r\n          <\/ul>\r\n          <p class=\"text-gray-700\">We do not use your data for unsolicited marketing purposes.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Legal & Security -->\r\n  <section class=\"py-16 gradient-bg\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Legal Grounds & Security<\/h2>\r\n        <p class=\" text-gray-700\">How we protect your data and our legal basis for processing<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-yellow-100 flex items-center justify-center text-yellow-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-gavel\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Legal Grounds<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We process your personal data when:<\/p>\r\n          <ul class=\"text-gray-700 space-y-2\">\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>It is necessary to provide our Service to you<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>You have given us your consent (for optional features)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>We are required by law to keep certain records<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>It is necessary for our legitimate interests (security, improvement)<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-1\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-red-100 flex items-center justify-center text-red-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-lock\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Data Storage & Security<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">Your data is stored securely using industry-standard methods. Only authorized personnel have access to it for legitimate business purposes.<\/p>\r\n          <p class=\"text-gray-700 mb-4\"><strong>\u00a9 Code Knitters LLC<\/strong> takes all reasonable steps to prevent unauthorized access, alteration, or disclosure.<\/p>\r\n          <p class=\"text-gray-700\">We retain your personal data only as long as necessary for the purposes stated in this policy, unless a longer retention period is required by law.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Data Sharing & Rights -->\r\n  <section class=\"py-16\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Data Sharing & Your Rights<\/h2>\r\n        <p class=\" text-gray-700\">How we share data and what rights you have<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-orange-100 flex items-center justify-center text-orange-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-share-alt\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Data Sharing<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We do <strong>not<\/strong> sell your personal data. We may share it in the following limited circumstances:<\/p>\r\n          <ul class=\"text-gray-700 space-y-2\">\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i><strong>Service Providers:<\/strong> With trusted third parties like payment or hosting providers<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i><strong>Legal Obligations:<\/strong> If required by law or government authorities<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-arrow-right text-blue-500 mt-1 mr-2\"><\/i><strong>Protection of Rights:<\/strong> To defend our legal rights or investigate misuse<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n        \r\n        <div id=\"your-rights\" class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-1\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-purple-100 flex items-center justify-center text-purple-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-user-shield\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Your Rights<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">Depending on your jurisdiction, you may have rights to:<\/p>\r\n          <ul class=\"text-gray-700 space-y-2 mb-4\">\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>Access, correct, or delete your personal data<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>Restrict or object to our processing of your data<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>Withdraw consent (when processing is based on consent)<\/li>\r\n            <li class=\"flex items-start\"><i class=\"fas fa-check text-green-500 mt-1 mr-2\"><\/i>Receive a copy of your data in a portable format<\/li>\r\n          <\/ul>\r\n          <p class=\"text-gray-700\">Contact us at <a href=\"mailto:support@upscaleimg.ai\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\"><strong>support@upscaleimg.ai<\/strong><\/a> to exercise these rights.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Additional Policies -->\r\n  <section class=\"py-16 gradient-bg\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Additional Information<\/h2>\r\n        <p class=\" text-gray-700\">Cookies, international transfers, and children's privacy<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-indigo-100 flex items-center justify-center text-indigo-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-cookie-bite\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Cookies & Analytics<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We use cookies and analytics tools (like Google Analytics) to measure usage and improve our Service.<\/p>\r\n          <p class=\"text-gray-700\">You can control cookies through your browser settings.<\/p>\r\n          \r\n          <div class=\"mt-6\">\r\n            <a href=\"https:\/\/developers.google.com\/analytics\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\" target=\"_blank\" rel=\"noopener\">Learn About Analytics \u2192<\/a>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-1\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-teal-100 flex items-center justify-center text-teal-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-globe\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">International Transfers<\/h3>\r\n          <p class=\"text-gray-700\">If we transfer your information outside your country, we ensure proper safeguards (such as contractual clauses or adequacy decisions) to protect your privacy rights.<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-2\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-pink-100 flex items-center justify-center text-pink-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-child\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Children's Privacy<\/h3>\r\n          <p class=\"text-gray-700\">Our Service is not directed at children under the age of 18, and we do not knowingly collect personal information from children.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Contact & Updates -->\r\n  <section class=\"py-16\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Contact & Policy Updates<\/h2>\r\n        <p class=\" text-gray-700\">How to reach us and stay informed about changes<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\r\n        <div id=\"contact-privacy\" class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-blue-100 flex items-center justify-center text-blue-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-envelope\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Contact Information<\/h3>\r\n          <div class=\"text-gray-700 space-y-2\">\r\n            <p><strong>Data Controller:<\/strong> \u00a9 Code Knitters LLC<\/p>\r\n            <p><strong>Contact:<\/strong> <a href=\"mailto:support@upscaleimg.ai\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">support@upscaleimg.ai<\/a><\/p>\r\n            <p><strong>Website:<\/strong> <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">https:\/\/upscaleimg.ai<\/a><\/p>\r\n          <\/div>\r\n          \r\n          <div class=\"mt-6 p-4 bg-blue-50 rounded-lg border-l-4 border-blue-500\">\r\n            <h4 class=\"font-semibold text-blue-900 mb-2\">\ud83d\udd17 Support Resources:<\/h4>\r\n            <div class=\"flex flex-wrap gap-4\">\r\n              <a href=\"https:\/\/upscaleimg.ai\/faq\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">FAQ<\/a>\r\n              <a href=\"https:\/\/upscaleimg.ai\/contact-us\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Contact Support<\/a>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md privacy-card fade-in-up fade-in-delay-1\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-green-100 flex items-center justify-center text-green-600 text-2xl mb-6\">\r\n            <i class=\"fas fa-sync-alt\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Changes to This Policy<\/h3>\r\n          <p class=\"text-gray-700 mb-4\">We may update this Privacy Policy from time to time. Updates will be posted on this page and are effective upon posting.<\/p>\r\n          <p class=\"text-gray-700 mb-4\">Continued use of the Service indicates acceptance of the changes.<\/p>\r\n          <p class=\"text-gray-700\">We believe transparency is essential when handling personal data and continuously improve our policies to reflect new technologies and best practices.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Additional Transparency -->\r\n  <section class=\"py-16 gradient-bg\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"max-w-4xl mx-auto\">\r\n        <div class=\"bg-white rounded-2xl p-8 shadow-md text-center\">\r\n          <div class=\"w-16 h-16 rounded-2xl bg-purple-100 flex items-center justify-center text-purple-600 text-2xl mb-6 mx-auto\">\r\n            <i class=\"fas fa-heart\"><\/i>\r\n          <\/div>\r\n          <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">Our Commitment to Transparency<\/h3>\r\n          <p class=\"text-gray-700 mb-6\">We believe transparency is essential when it comes to handling personal data. This Privacy Policy is intended to give you clear insight into the type of information we collect and how it is used. While our primary focus is to provide a secure and reliable image upscaling service, we also aim to continuously improve our policies to reflect new technologies, legal requirements, and best practices in data protection.<\/p>\r\n          <p class=\"text-gray-700\">If you have any concerns about how your data is managed or suggestions on how we can strengthen our privacy standards, we encourage you to contact us directly. By working together with our users, we strive to maintain trust, accountability, and compliance with global privacy principles.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Support & Resources Section -->\r\n  <section class=\"py-16\">\r\n    <div class=\"container-responsive px-6\">\r\n      <div class=\"text-center max-w-3xl mx-auto mb-16\">\r\n        <h2 class=\"text-3xl md:text-5xl font-bold text-gray-900 mb-4\">Privacy Resources<\/h2>\r\n        <p class=\" text-gray-700\">Additional resources and support for privacy-related questions<\/p>\r\n      <\/div>\r\n      \r\n      <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\r\n        <div class=\"bg-white rounded-2xl p-6 shadow-md text-center hover:shadow-lg transition-all\">\r\n          <i class=\"fas fa-question-circle text-3xl text-blue-600 mb-4\"><\/i>\r\n          <h3 class=\" font-bold text-gray-900 mb-2\">Privacy FAQ<\/h3>\r\n          <p class=\"text-gray-600 mb-4\">Common privacy questions answered<\/p>\r\n          <a href=\"https:\/\/upscaleimg.ai\/faq\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Visit FAQ \u2192<\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-6 shadow-md text-center hover:shadow-lg transition-all\">\r\n          <i class=\"fas fa-envelope text-3xl text-green-600 mb-4\"><\/i>\r\n          <h3 class=\" font-bold text-gray-900 mb-2\">Contact Support<\/h3>\r\n          <p class=\"text-gray-600 mb-4\">Privacy questions and data requests<\/p>\r\n          <a href=\"https:\/\/upscaleimg.ai\/contact-us\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Contact Us \u2192<\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-6 shadow-md text-center hover:shadow-lg transition-all\">\r\n          <i class=\"fas fa-gavel text-3xl text-purple-600 mb-4\"><\/i>\r\n          <h3 class=\" font-bold text-gray-900 mb-2\">Legal Terms<\/h3>\r\n          <p class=\"text-gray-600 mb-4\">Our terms of service and legal framework<\/p>\r\n          <a href=\"https:\/\/upscaleimg.ai\/terms\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Read Terms \u2192<\/a>\r\n        <\/div>\r\n        \r\n        <div class=\"bg-white rounded-2xl p-6 shadow-md text-center hover:shadow-lg transition-all\">\r\n          <i class=\"fas fa-home text-3xl text-red-600 mb-4\"><\/i>\r\n          <h3 class=\" font-bold text-gray-900 mb-2\">Main Service<\/h3>\r\n          <p class=\"text-gray-600 mb-4\">Try our secure AI image upscaler<\/p>\r\n          <a href=\"https:\/\/upscaleimg.ai\/\" class=\"text-blue-600 hover:text-blue-800 underline font-medium\">Use Upscaler \u2192<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <!-- Final CTA Section -->\r\n  <div class=\"container-responsive mt-16 bg-white rounded-[15px] shadow-xl text-center px-8 py-20 font-[Outfit] w-[70%] mx-auto\">\r\n    <h2 class=\"text-[25px] mb-4 font-normal text-black\">\r\n      Ready to Use Our Secure AI Services?\r\n    <\/h2>\r\n    <p class=\"text-[20px] mb-6 font-light text-[#333]\">\r\n      Your privacy is protected by our comprehensive data protection measures. Start enhancing your images with confidence.\r\n    <\/p>\r\n    \r\n    <div class=\"pt-2 flex flex-wrap justify-center items-center gap-4\">\r\n      <a href=\"https:\/\/upscaleimg.ai\/\" class=\"custom-btn btn-primary\">\r\n        <span>Start Using UpscaleIMG.AI<\/span>\r\n        <i class=\"fas fa-arrow-up\"><\/i>\r\n      <\/a>\r\n      <a href=\"https:\/\/upscaleimg.ai\/contact-us\/\" class=\"custom-btn btn-secondary\">\r\n        <span>Privacy Questions<\/span>\r\n        <i class=\"fas fa-envelope\"><\/i>\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c35c06 thegem-e-con-layout-thegem e-flex e-con-boxed e-con e-parent\" data-id=\"6c35c06\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;thegem_container_layout&quot;:&quot;thegem&quot;}\">\r\n\t\t\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-2215ecb flex-horizontal-align-default flex-horizontal-align-tablet-default flex-horizontal-align-mobile-default flex-vertical-align-default flex-vertical-align-tablet-default flex-vertical-align-mobile-default elementor-widget elementor-widget-html\" data-id=\"2215ecb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@graph\": [\r\n    {\r\n      \"@type\": \"WebPage\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#webpage\",\r\n      \"name\": \"Privacy Policy - UpscaleIMG.AI Data Protection\",\r\n      \"description\": \"Learn how UpscaleIMG.AI protects your privacy and handles your data. This comprehensive privacy policy covers data collection, usage, storage, and your rights as a user.\",\r\n      \"url\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n      \"mainEntityOfPage\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n      \"datePublished\": \"2023-01-15\",\r\n      \"dateModified\": \"2025-09-20\",\r\n      \"inLanguage\": \"en-US\",\r\n      \"isPartOf\": {\r\n        \"@type\": \"WebSite\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#website\"\r\n      },\r\n      \"about\": [\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Privacy Policy\",\r\n          \"description\": \"Data protection and privacy practices for UpscaleIMG.AI services\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Data Protection\",\r\n          \"description\": \"User data collection, usage, storage, and rights information\"\r\n        }\r\n      ],\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      },\r\n      \"breadcrumb\": {\r\n        \"@type\": \"BreadcrumbList\",\r\n        \"itemListElement\": [\r\n          {\r\n            \"@type\": \"ListItem\",\r\n            \"position\": 1,\r\n            \"item\": {\r\n              \"@id\": \"https:\/\/upscaleimg.ai\/\",\r\n              \"name\": \"Home\"\r\n            }\r\n          },\r\n          {\r\n            \"@type\": \"ListItem\",\r\n            \"position\": 2,\r\n            \"item\": {\r\n              \"@id\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n              \"name\": \"Privacy Policy\"\r\n            }\r\n          }\r\n        ]\r\n      },\r\n      \"significantLink\": [\r\n        \"https:\/\/upscaleimg.ai\/\",\r\n        \"https:\/\/upscaleimg.ai\/terms\/\",\r\n        \"https:\/\/upscaleimg.ai\/contact-us\/\",\r\n        \"https:\/\/upscaleimg.ai\/faq\/\",\r\n        \"https:\/\/upscaleimg.ai\/bulk-image-upscaler\/\",\r\n        \"https:\/\/upscaleimg.ai\/ai-face-enhancer\/\"\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"Article\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#privacy-article\",\r\n      \"headline\": \"UpscaleIMG.AI Privacy Policy\",\r\n      \"description\": \"Comprehensive privacy policy explaining how Code Knitters LLC collects, uses, stores, and protects personal information when users utilize UpscaleIMG.AI services.\",\r\n      \"url\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n      \"datePublished\": \"2023-01-15\",\r\n      \"dateModified\": \"2025-09-20\",\r\n      \"author\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      },\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      },\r\n      \"articleSection\": \"Legal\",\r\n      \"wordCount\": 2000,\r\n      \"articleBody\": \"This Privacy Policy explains how Code Knitters LLC collects, uses, stores, and protects your personal information when you use the UpscaleIMG.AI website and related services. We are committed to protecting your privacy and ensuring transparent data handling practices across all our AI upscaling services. The policy covers data collection methods, usage purposes, legal grounds for processing, security measures, data sharing practices, user rights, cookies and analytics, international transfers, children's privacy, and contact information for privacy-related inquiries.\",\r\n      \"mainEntityOfPage\": {\r\n        \"@type\": \"WebPage\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#webpage\"\r\n      },\r\n      \"about\": [\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Data Collection\",\r\n          \"description\": \"Types of personal data collected including email addresses, uploaded images, usage data, payment information, and technical data\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Data Usage\",\r\n          \"description\": \"How collected data is used to provide services, process requests, maintain security, and improve the platform\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Legal Grounds\",\r\n          \"description\": \"Legal basis for data processing including service necessity, user consent, legal requirements, and legitimate interests\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Data Security\",\r\n          \"description\": \"Security measures and data storage practices to protect user information\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Data Sharing\",\r\n          \"description\": \"Limited circumstances under which data may be shared with service providers or legal authorities\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"User Rights\",\r\n          \"description\": \"User rights to access, correct, delete, restrict, object to processing, and data portability\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"Cookies and Analytics\",\r\n          \"description\": \"Use of cookies and analytics tools like Google Analytics for service improvement\"\r\n        },\r\n        {\r\n          \"@type\": \"Thing\",\r\n          \"name\": \"International Transfers\",\r\n          \"description\": \"Safeguards for international data transfers and privacy protection\"\r\n        }\r\n      ]\r\n    },\r\n    {\r\n      \"@type\": \"Organization\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\",\r\n      \"name\": \"Code Knitters LLC\",\r\n      \"alternateName\": \"Code Knitters\",\r\n      \"description\": \"Legal entity that owns and operates UpscaleIMG.AI, responsible for data protection and privacy compliance for AI-powered image enhancement services.\",\r\n      \"url\": \"https:\/\/upscaleimg.ai\/\",\r\n      \"logo\": {\r\n        \"@type\": \"ImageObject\",\r\n        \"url\": \"https:\/\/upscaleimg.ai\/wp-content\/uploads\/thegem\/logos\/logo_b814c5ea45ed5b4599b395a015271310_1x.png\",\r\n        \"width\": 200,\r\n        \"height\": 60\r\n      },\r\n      \"contactPoint\": [\r\n        {\r\n          \"@type\": \"ContactPoint\",\r\n          \"contactType\": \"customer support\",\r\n          \"email\": \"support@upscaleimg.ai\",\r\n          \"url\": \"https:\/\/upscaleimg.ai\/contact-us\/\",\r\n          \"availableLanguage\": \"English\"\r\n        },\r\n        {\r\n          \"@type\": \"ContactPoint\",\r\n          \"contactType\": \"privacy\",\r\n          \"email\": \"support@upscaleimg.ai\",\r\n          \"url\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n          \"availableLanguage\": \"English\"\r\n        }\r\n      ],\r\n      \"areaServed\": \"Worldwide\",\r\n      \"foundingDate\": \"2023\",\r\n      \"owns\": {\r\n        \"@type\": \"WebSite\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#website\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Organization\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/#organization\",\r\n      \"name\": \"UpscaleIMG.AI\",\r\n      \"alternateName\": \"UpscaleIMG\",\r\n      \"description\": \"AI-powered image enhancement platform providing upscaling, face enhancement, background removal, and bulk processing services with comprehensive privacy protection.\",\r\n      \"url\": \"https:\/\/upscaleimg.ai\/\",\r\n      \"logo\": {\r\n        \"@type\": \"ImageObject\",\r\n        \"url\": \"https:\/\/upscaleimg.ai\/wp-content\/uploads\/thegem\/logos\/logo_b814c5ea45ed5b4599b395a015271310_1x.png\",\r\n        \"width\": 200,\r\n        \"height\": 60\r\n      },\r\n      \"contactPoint\": {\r\n        \"@type\": \"ContactPoint\",\r\n        \"contactType\": \"customer service\",\r\n        \"email\": \"support@upscaleimg.ai\",\r\n        \"url\": \"https:\/\/upscaleimg.ai\/contact-us\/\",\r\n        \"availableLanguage\": \"English\"\r\n      },\r\n      \"areaServed\": \"Worldwide\",\r\n      \"parentOrganization\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"WebSite\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/#website\",\r\n      \"name\": \"UpscaleIMG.AI - AI Image Enhancement Tools\",\r\n      \"alternateName\": \"UpscaleIMG\",\r\n      \"description\": \"Free AI-powered image enhancement tools including upscaling, face enhancement, and background removal. Professional quality results with comprehensive privacy protection.\",\r\n      \"url\": \"https:\/\/upscaleimg.ai\/\",\r\n      \"potentialAction\": {\r\n        \"@type\": \"SearchAction\",\r\n        \"target\": {\r\n          \"@type\": \"EntryPoint\",\r\n          \"urlTemplate\": \"https:\/\/upscaleimg.ai\/search?q={search_term_string}\"\r\n        },\r\n        \"query-input\": \"required name=search_term_string\"\r\n      },\r\n      \"publisher\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      },\r\n      \"copyrightHolder\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"ContactPage\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#privacy-contact\",\r\n      \"name\": \"Privacy Contact Information\",\r\n      \"description\": \"Contact information for privacy-related questions, data requests, and exercising user rights regarding UpscaleIMG.AI privacy policy.\",\r\n      \"mainEntity\": {\r\n        \"@type\": \"ContactPoint\",\r\n        \"contactType\": \"privacy\",\r\n        \"email\": \"support@upscaleimg.ai\",\r\n        \"url\": \"https:\/\/upscaleimg.ai\/contact-us\/\",\r\n        \"availableLanguage\": \"English\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Service\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#privacy-service\",\r\n      \"name\": \"UpscaleIMG.AI Privacy Protection Framework\",\r\n      \"description\": \"Comprehensive privacy protection framework for AI image enhancement services including data collection transparency, security measures, user rights, and privacy compliance.\",\r\n      \"provider\": {\r\n        \"@type\": \"Organization\",\r\n        \"@id\": \"https:\/\/upscaleimg.ai\/#codeknitters\"\r\n      },\r\n      \"serviceType\": \"Privacy Protection and Data Handling\",\r\n      \"areaServed\": \"Worldwide\",\r\n      \"availableChannel\": {\r\n        \"@type\": \"ServiceChannel\",\r\n        \"serviceUrl\": \"https:\/\/upscaleimg.ai\/policy\/\",\r\n        \"serviceSmsNumber\": null,\r\n        \"servicePhone\": null\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"FAQPage\",\r\n      \"@id\": \"https:\/\/upscaleimg.ai\/policy\/#privacy-faq\",\r\n      \"mainEntity\": [\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"What personal data does UpscaleIMG.AI collect?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"We may collect email addresses (if you contact us or register), images you upload for upscaling, usage data (anonymized analytics about site usage), payment information (processed securely by third-party providers), and technical data (IP address, browser type, cookies).\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does UpscaleIMG.AI use my data?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"We use your data to provide and operate our image upscaling service, process and fulfill requests (image upscaling and support), maintain security and integrity of our site, measure, analyze, and improve our Service, and send essential service or security messages only. We do not use your data for unsolicited marketing purposes.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"Does UpscaleIMG.AI share my personal data?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"We do not sell your personal data. We may share it in limited circumstances: with trusted service providers like payment or hosting providers, if required by law or government authorities, or to defend our legal rights or investigate misuse.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"What rights do I have regarding my personal data?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Depending on your jurisdiction, you may have rights to access, correct, or delete your personal data, restrict or object to our processing of your data, withdraw consent (when processing is based on consent), and receive a copy of your data in a portable format. Contact us at support@upscaleimg.ai to exercise these rights.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How does UpscaleIMG.AI protect my data?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"Your data is stored securely using industry-standard methods. Only authorized personnel have access to it for legitimate business purposes. Code Knitters LLC takes all reasonable steps to prevent unauthorized access, alteration, or disclosure. We retain your personal data only as long as necessary for the purposes stated in this policy.\"\r\n          }\r\n        },\r\n        {\r\n          \"@type\": \"Question\",\r\n          \"name\": \"How can I contact UpscaleIMG.AI about privacy concerns?\",\r\n          \"acceptedAnswer\": {\r\n            \"@type\": \"Answer\",\r\n            \"text\": \"You can contact us about privacy concerns at support@upscaleimg.ai or through our contact page at https:\/\/upscaleimg.ai\/contact-us\/. Code Knitters LLC is the data controller responsible for your personal information.\"\r\n          }\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy &#8211; UpscaleIMG.AI Data Protection Learn how UpscaleIMG.AI protects your privacy and handles your data. This comprehensive privacy policy&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2065","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/pages\/2065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/comments?post=2065"}],"version-history":[{"count":52,"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/pages\/2065\/revisions"}],"predecessor-version":[{"id":5242,"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/pages\/2065\/revisions\/5242"}],"wp:attachment":[{"href":"https:\/\/upscaleimg.ai\/nl\/wp-json\/wp\/v2\/media?parent=2065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}