{"id":106,"date":"2026-04-14T14:58:32","date_gmt":"2026-04-14T14:58:32","guid":{"rendered":"https:\/\/postdovo.com\/index.php\/terms-of-service\/"},"modified":"2026-06-02T07:21:14","modified_gmt":"2026-06-02T07:21:14","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/postdovo.com\/index.php\/terms-of-service\/","title":{"rendered":"Terms of Service"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"106\" class=\"elementor elementor-106\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b2472953 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b2472953\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20247a8d\" data-id=\"20247a8d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5da8bd40 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"5da8bd40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t```html\r\n<!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\r\n  <title>Terms of Service | PostDovo<\/title>\r\n\r\n  <meta\r\n    name=\"description\"\r\n    content=\"Read the Terms of Service for using PostDovo products, AI-assisted tools, social-media integrations, scheduling features, and publishing services.\"\r\n  \/>\r\n\r\n  ```html\r\n<style>\r\n  :root {\r\n    color-scheme: light;\r\n\r\n    --legal-bg: #f8fafc;\r\n    --legal-card: #ffffff;\r\n    --legal-text: #334155;\r\n    --legal-muted: #64748b;\r\n    --legal-heading: #0f172a;\r\n    --legal-border: #e2e8f0;\r\n    --legal-link: #2563eb;\r\n    --legal-link-hover: #1d4ed8;\r\n    --legal-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);\r\n  }\r\n\r\n  \/*\r\n    Use dark mode automatically when the user has not selected\r\n    a theme manually.\r\n  *\/\r\n  @media (prefers-color-scheme: dark) {\r\n    :root {\r\n      color-scheme: dark;\r\n\r\n      --legal-bg: #0f172a;\r\n      --legal-card: #111827;\r\n      --legal-text: #cbd5e1;\r\n      --legal-muted: #94a3b8;\r\n      --legal-heading: #f8fafc;\r\n      --legal-border: #334155;\r\n      --legal-link: #60a5fa;\r\n      --legal-link-hover: #93c5fd;\r\n      --legal-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);\r\n    }\r\n  }\r\n\r\n  \/*\r\n    Support manual dark-mode toggles commonly used by websites\r\n    and application dashboards.\r\n  *\/\r\n  html[data-theme=\"dark\"],\r\n  body[data-theme=\"dark\"],\r\n  html[data-bs-theme=\"dark\"],\r\n  body[data-bs-theme=\"dark\"],\r\n  html.dark,\r\n  body.dark,\r\n  body.dark-mode,\r\n  .dark .legal-main,\r\n  .dark-mode .legal-main {\r\n    color-scheme: dark;\r\n\r\n    --legal-bg: #0f172a;\r\n    --legal-card: #111827;\r\n    --legal-text: #cbd5e1;\r\n    --legal-muted: #94a3b8;\r\n    --legal-heading: #f8fafc;\r\n    --legal-border: #334155;\r\n    --legal-link: #60a5fa;\r\n    --legal-link-hover: #93c5fd;\r\n    --legal-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);\r\n  }\r\n\r\n  \/*\r\n    Ensure a manually selected light mode overrides the user's\r\n    device-level dark-mode preference.\r\n  *\/\r\n  html[data-theme=\"light\"],\r\n  body[data-theme=\"light\"],\r\n  html[data-bs-theme=\"light\"],\r\n  body[data-bs-theme=\"light\"],\r\n  html.light,\r\n  body.light,\r\n  body.light-mode,\r\n  .light .legal-main,\r\n  .light-mode .legal-main {\r\n    color-scheme: light;\r\n\r\n    --legal-bg: #f8fafc;\r\n    --legal-card: #ffffff;\r\n    --legal-text: #334155;\r\n    --legal-muted: #64748b;\r\n    --legal-heading: #0f172a;\r\n    --legal-border: #e2e8f0;\r\n    --legal-link: #2563eb;\r\n    --legal-link-hover: #1d4ed8;\r\n    --legal-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);\r\n  }\r\n\r\n  * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  body {\r\n    margin: 0;\r\n    background: var(--legal-bg);\r\n    color: var(--legal-text);\r\n    font-family: Inter, Arial, sans-serif;\r\n    font-size: 15px;\r\n    line-height: 1.75;\r\n    transition:\r\n      background-color 0.2s ease,\r\n      color 0.2s ease;\r\n  }\r\n\r\n  .legal-main {\r\n    min-height: 100vh;\r\n    padding: 56px 20px;\r\n    background: var(--legal-bg);\r\n    color: var(--legal-text);\r\n    transition:\r\n      background-color 0.2s ease,\r\n      color 0.2s ease;\r\n  }\r\n\r\n  .legal-wrap {\r\n    width: min(100%, 980px);\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .legal-hero {\r\n    margin-bottom: 28px;\r\n    text-align: left;\r\n  }\r\n\r\n  .legal-hero h1 {\r\n    margin: 0 0 10px;\r\n    color: #ffffff;\r\n    font-size: clamp(32px, 5vw, 44px);\r\n    line-height: 1.2;\r\n    letter-spacing: -0.8px;\r\n  }\r\n\r\n  .legal-hero p {\r\n    max-width: 760px;\r\n    margin: 4px 0;\r\n    color: rgba(255, 255, 255, 0.9);\r\n  }\r\n\r\n  .legal-hero strong {\r\n    color: #ffffff;\r\n  }\r\n\r\n\r\n\r\n  .legal-meta strong {\r\n    color: #ffffff;\r\n  }\r\n\r\n  .legal-card {\r\n    border: 1px solid var(--legal-border);\r\n    border-radius: 18px;\r\n    background: var(--legal-card);\r\n    box-shadow: var(--legal-shadow);\r\n    transition:\r\n      background-color 0.2s ease,\r\n      border-color 0.2s ease,\r\n      box-shadow 0.2s ease;\r\n  }\r\n\r\n  .legal-stack {\r\n    padding: clamp(22px, 4vw, 42px);\r\n  }\r\n\r\n  .legal-stack > div {\r\n    padding: 22px 0;\r\n    border-bottom: 1px solid var(--legal-border);\r\n  }\r\n\r\n  .legal-stack > div:first-child {\r\n    padding-top: 0;\r\n  }\r\n\r\n  .legal-stack > div:last-child {\r\n    padding-bottom: 0;\r\n    border-bottom: 0;\r\n  }\r\n\r\n  .legal-stack h2 {\r\n    margin: 0 0 10px;\r\n    color: var(--legal-heading);\r\n    font-size: 21px;\r\n    line-height: 1.35;\r\n  }\r\n\r\n  .legal-stack h3 {\r\n    margin: 18px 0 8px;\r\n    color: var(--legal-heading);\r\n    font-size: 17px;\r\n    line-height: 1.4;\r\n  }\r\n\r\n  .legal-stack p {\r\n    margin: 8px 0;\r\n    color: var(--legal-text);\r\n  }\r\n\r\n  .legal-stack ul {\r\n    margin: 10px 0 0;\r\n    padding-left: 22px;\r\n  }\r\n\r\n  .legal-stack li {\r\n    margin: 6px 0;\r\n    color: var(--legal-text);\r\n  }\r\n\r\n  .legal-stack a {\r\n    color: var(--legal-link);\r\n    text-decoration: underline;\r\n    text-underline-offset: 2px;\r\n    transition: color 0.2s ease;\r\n  }\r\n\r\n  .legal-stack a:hover {\r\n    color: var(--legal-link-hover);\r\n  }\r\n\r\n  .legal-notice {\r\n    margin-top: 14px;\r\n    padding: 14px 16px;\r\n    border: 1px solid var(--legal-border);\r\n    border-radius: 10px;\r\n    background: var(--legal-bg);\r\n    color: var(--legal-text);\r\n  }\r\n\r\n  @media (max-width: 640px) {\r\n    .legal-main {\r\n      padding: 34px 14px;\r\n    }\r\n\r\n    .legal-card {\r\n      border-radius: 14px;\r\n    }\r\n\r\n    .legal-stack h2 {\r\n      font-size: 19px;\r\n    }\r\n  }\r\n<\/style>\r\n```\r\n\r\n  \r\n  \r\n<\/head>\r\n\r\n<body>\r\n  <main class=\"legal-main\">\r\n    <div class=\"legal-wrap\">\r\n\r\n      <section class=\"legal-hero\">\r\n        <h1>Terms of Service<\/h1>\r\n\r\n        <p>\r\n          These Terms describe your rights and responsibilities when using\r\n          PostDovo products and services.\r\n        <\/p>\r\n\r\n        <p>\r\n          PostDovo is operated by <strong>Vector Wave Tech<\/strong>\r\n          (\"Company\", \"we\", \"us\", or \"our\").\r\n        <\/p>\r\n\r\n        <div class=\"legal-meta\">\r\n          <strong>Effective date:<\/strong> April 14, 2026\r\n        <\/div>\r\n      <\/section>\r\n\r\n      <section\r\n        class=\"legal-card legal-stack\"\r\n        aria-label=\"Terms of Service sections\"\r\n      >\r\n\r\n        <div>\r\n          <h2>1. Acceptance of Terms<\/h2>\r\n\r\n          <p>\r\n            These Terms of Service (\"Terms\") form a legal agreement between you\r\n            and Vector Wave Tech for your access to and use of PostDovo,\r\n            including our website, applications, software, and related\r\n            services.\r\n          <\/p>\r\n\r\n          <p>\r\n            By creating an account, accessing, or using PostDovo, you agree to\r\n            these Terms and our\r\n            <a href=\"https:\/\/postdovo.com\/index.php\/privacy-policy\/\">\r\n              Privacy Policy\r\n            <\/a>.\r\n            If you do not agree, you must not use PostDovo.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>2. Eligibility and Accounts<\/h2>\r\n\r\n          <p>\r\n            You must be legally able to enter into a binding contract and must\r\n            provide accurate, complete, and current account information.\r\n          <\/p>\r\n\r\n          <p>\r\n            If you use PostDovo on behalf of a company, organization, or other\r\n            entity, you confirm that you have the authority to bind that entity\r\n            to these Terms.\r\n          <\/p>\r\n\r\n          <p>\r\n            You are responsible for safeguarding your account credentials and\r\n            for activity performed through your PostDovo account.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>3. Service Description<\/h2>\r\n\r\n          <p>\r\n            PostDovo provides AI-assisted tools for content planning, content\r\n            generation, image generation, content review, scheduling, and\r\n            publishing to supported social-media platforms.\r\n          <\/p>\r\n\r\n          <p>\r\n            PostDovo allows users to connect supported third-party\r\n            social-media accounts and authorize PostDovo to publish content on\r\n            their behalf based on their instructions.\r\n          <\/p>\r\n\r\n          <p>\r\n            Available features and supported platforms may change over time\r\n            because third-party platforms may modify their APIs, policies,\r\n            technical requirements, or availability.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>4. Third-Party Platforms and Services<\/h2>\r\n\r\n          <p>\r\n            PostDovo integrates with third-party platforms and services. Your\r\n            use of a connected third-party platform remains subject to that\r\n            platform's own terms, privacy policies, community guidelines, and\r\n            applicable rules.\r\n          <\/p>\r\n\r\n          <p>\r\n            You are responsible for ensuring that your use of PostDovo and the\r\n            content you publish through PostDovo comply with the requirements\r\n            of each selected platform.\r\n          <\/p>\r\n\r\n          <p>\r\n            PostDovo is not responsible for changes, restrictions,\r\n            interruptions, errors, or service limitations caused by\r\n            third-party platforms.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>5. YouTube Terms of Service<\/h2>\r\n\r\n          <p>\r\n            PostDovo uses YouTube API Services to provide YouTube-related\r\n            features.\r\n          <\/p>\r\n\r\n          <p>\r\n            By using PostDovo features that interact with YouTube, you also\r\n            agree to be bound by the\r\n            <a\r\n              href=\"https:\/\/www.youtube.com\/t\/terms\"\r\n              target=\"_blank\"\r\n              rel=\"noopener noreferrer\"\r\n            >\r\n              YouTube Terms of Service\r\n            <\/a>.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>6. Social-Account Authorization and Publishing Instructions<\/h2>\r\n\r\n          <p>\r\n            PostDovo allows you to connect supported third-party social-media\r\n            accounts through each platform's official authorization process.\r\n            When you connect an account, you authorize PostDovo to access and\r\n            use only the permissions that you approve and that are necessary\r\n            to provide the features you request.\r\n          <\/p>\r\n\r\n          <p>\r\n            Depending on the connected platform and the permissions you grant,\r\n            PostDovo may be able to access basic account information, retrieve\r\n            account or page details, upload media, publish content, schedule\r\n            posts, and display publishing results or errors.\r\n          <\/p>\r\n\r\n          <p>\r\n            PostDovo uses connected-account permissions only to provide\r\n            features that you initiate or authorize. PostDovo does not publish\r\n            content to your social-media accounts unless you choose to publish\r\n            it immediately, approve it for publishing, or schedule it for\r\n            publication.\r\n          <\/p>\r\n\r\n          <p>\r\n            You remain responsible for reviewing and confirming the selected\r\n            social-media accounts, captions, images, videos, links, metadata,\r\n            visibility settings, publishing dates, and other content details\r\n            before publishing or scheduling a post.\r\n          <\/p>\r\n\r\n          <p>\r\n            PostDovo does not ask for or store the passwords of your connected\r\n            social-media accounts. You should connect accounts only through\r\n            the official authorization screen provided by the relevant\r\n            third-party platform.\r\n          <\/p>\r\n\r\n          <p>\r\n            You may disconnect a social-media account from PostDovo at any\r\n            time through your account settings. You may also revoke PostDovo's\r\n            access directly through the security, privacy, or connected-app\r\n            settings provided by the relevant third-party platform.\r\n          <\/p>\r\n\r\n          <p>\r\n            After an account is disconnected or access is revoked, PostDovo\r\n            will no longer be able to perform future actions through that\r\n            account. Previously scheduled posts associated with the\r\n            disconnected account may not be published unless the account is\r\n            reconnected and the required permissions are restored.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>7. Your Content<\/h2>\r\n\r\n          <p>\r\n            You retain ownership of the content, media, prompts, URLs, and\r\n            other materials that you upload, submit, or authorize PostDovo to\r\n            process (\"Your Content\").\r\n          <\/p>\r\n\r\n          <p>\r\n            You grant us a limited, non-exclusive license to host, process,\r\n            reproduce, format, transmit, and display Your Content only as\r\n            reasonably necessary to provide, maintain, secure, and improve the\r\n            PostDovo service and to perform the actions you request.\r\n          <\/p>\r\n\r\n          <p>\r\n            You confirm that you have the necessary rights, licenses, and\r\n            permissions to use, process, and publish Your Content. You are\r\n            responsible for ensuring that Your Content does not violate\r\n            intellectual-property rights, privacy rights, applicable laws, or\r\n            third-party platform policies.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>8. AI-Generated Content<\/h2>\r\n\r\n          <p>\r\n            PostDovo may generate draft text, images, recommendations,\r\n            hashtags, scheduling suggestions, and other content using\r\n            automated or artificial-intelligence tools.\r\n          <\/p>\r\n\r\n          <p>\r\n            AI-generated content may contain errors, inaccuracies, or\r\n            unsuitable material. You are responsible for reviewing and\r\n            approving content before it is published.\r\n          <\/p>\r\n\r\n          <p>\r\n            PostDovo does not guarantee that generated content is accurate,\r\n            unique, lawful, or appropriate for your intended purpose.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>9. Acceptable Use<\/h2>\r\n\r\n          <p>You must not use PostDovo to:<\/p>\r\n\r\n          <ul>\r\n            <li>\r\n              engage in unlawful, deceptive, fraudulent, abusive, or harmful\r\n              conduct;\r\n            <\/li>\r\n\r\n            <li>\r\n              upload or publish content that infringes intellectual-property\r\n              rights, privacy rights, or other legal rights;\r\n            <\/li>\r\n\r\n            <li>\r\n              distribute malware, malicious code, spam, or unauthorized bulk\r\n              messages;\r\n            <\/li>\r\n\r\n            <li>\r\n              harass, threaten, impersonate, or mislead others;\r\n            <\/li>\r\n\r\n            <li>\r\n              manipulate engagement metrics or attempt to create artificial\r\n              views, likes, comments, followers, or other interactions;\r\n            <\/li>\r\n\r\n            <li>\r\n              bypass platform limitations, security controls, API quotas, or\r\n              access restrictions;\r\n            <\/li>\r\n\r\n            <li>\r\n              reverse engineer, disrupt, scrape, probe, or misuse PostDovo or\r\n              connected third-party services; or\r\n            <\/li>\r\n\r\n            <li>\r\n              use PostDovo in a manner that causes us or another user to\r\n              violate third-party platform terms or policies.\r\n            <\/li>\r\n          <\/ul>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>10. Fees, Subscriptions, Trials, and Credits<\/h2>\r\n\r\n          <p>\r\n            Paid plans, billing intervals, included credits, trial conditions,\r\n            and applicable prices are shown during checkout or on the relevant\r\n            pricing page.\r\n          <\/p>\r\n\r\n          <p>\r\n            Where recurring billing applies, your subscription will renew\r\n            automatically unless you cancel it before the next billing date.\r\n            You authorize our payment provider to charge applicable\r\n            subscription fees, taxes, and approved purchases using your\r\n            selected payment method.\r\n          <\/p>\r\n\r\n          <p>\r\n            Some PostDovo features may consume credits. Applicable credit\r\n            costs, expiration rules, rollover rules, and top-up conditions may\r\n            depend on your selected plan and will be shown within the service\r\n            or pricing information.\r\n          <\/p>\r\n\r\n          <p>\r\n            Except where required by applicable law or expressly stated during\r\n            checkout, paid fees are non-refundable.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>11. Privacy and Security<\/h2>\r\n\r\n          <p>\r\n            Our collection, use, storage, sharing, retention, and deletion of\r\n            personal data are described in our\r\n            <a href=\"https:\/\/postdovo.com\/index.php\/privacy-policy\/\">\r\n              Privacy Policy\r\n            <\/a>.\r\n          <\/p>\r\n\r\n          <p>\r\n            We use reasonable administrative, technical, and organizational\r\n            safeguards designed to protect user data. However, no online\r\n            service can guarantee absolute security.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>12. Revoking Access and Requesting Data Deletion<\/h2>\r\n\r\n          <p>\r\n            You may disconnect supported social-media accounts from PostDovo\r\n            through your account settings. You may also revoke access through\r\n            the security, privacy, or connected-app settings provided by the\r\n            relevant third-party platform.\r\n          <\/p>\r\n\r\n          <p>\r\n            You may request deletion of your PostDovo account and associated\r\n            personal data by contacting\r\n            <a href=\"mailto:info@postdovo.com\">info@postdovo.com<\/a>\r\n            or using our\r\n            <a href=\"https:\/\/postdovo.com\/index.php\/contact\/\">\r\n              contact page\r\n            <\/a>.\r\n          <\/p>\r\n\r\n          <p>\r\n            After access is revoked or an account is disconnected, PostDovo\r\n            will no longer be able to perform future actions through that\r\n            account. We will delete stored access tokens and applicable user\r\n            data when they are no longer necessary to provide the service,\r\n            subject to legal, security, fraud-prevention, dispute-resolution,\r\n            and recordkeeping requirements.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>13. Intellectual Property<\/h2>\r\n\r\n          <p>\r\n            PostDovo, including its software, interface, branding, design\r\n            elements, and related materials, is owned by or licensed to Vector\r\n            Wave Tech and is protected by applicable intellectual-property\r\n            laws.\r\n          <\/p>\r\n\r\n          <p>\r\n            These Terms do not grant you ownership of PostDovo software or\r\n            brand assets.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>14. Third-Party Service Availability<\/h2>\r\n\r\n          <p>\r\n            PostDovo depends on third-party platforms, APIs, hosting providers,\r\n            AI providers, and payment services. We do not control these\r\n            third-party services and cannot guarantee their continued\r\n            availability, performance, or compatibility.\r\n          <\/p>\r\n\r\n          <p>\r\n            A third-party platform may restrict, suspend, modify, or\r\n            discontinue an integration at any time. PostDovo is not\r\n            responsible for service interruptions or publishing failures\r\n            caused by third-party systems.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>15. Suspension and Termination<\/h2>\r\n\r\n          <p>\r\n            You may stop using PostDovo at any time. You may cancel an active\r\n            subscription according to the cancellation options available\r\n            within your account or by contacting us.\r\n          <\/p>\r\n\r\n          <p>\r\n            We may suspend, limit, or terminate access to PostDovo if we\r\n            reasonably believe that you violated these Terms, created a legal\r\n            or security risk, failed to pay applicable fees, misused a\r\n            connected platform, or used the service in a manner that could\r\n            harm PostDovo, our users, or third parties.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>16. Disclaimers<\/h2>\r\n\r\n          <p>\r\n            To the maximum extent permitted by applicable law, PostDovo is\r\n            provided on an \"as is\" and \"as available\" basis.\r\n          <\/p>\r\n\r\n          <p>\r\n            We do not guarantee uninterrupted availability, error-free\r\n            operation, successful publication to every third-party platform, a\r\n            particular level of engagement, or any specific business outcome.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>17. Limitation of Liability<\/h2>\r\n\r\n          <p>\r\n            To the maximum extent permitted by applicable law, Vector Wave\r\n            Tech and its owners, officers, employees, contractors, and\r\n            affiliates will not be liable for indirect, incidental, special,\r\n            consequential, exemplary, or punitive damages, or for loss of\r\n            profits, revenue, data, goodwill, or business opportunities\r\n            arising from your use of PostDovo.\r\n          <\/p>\r\n\r\n          <p>\r\n            To the maximum extent permitted by applicable law, our total\r\n            liability for claims relating to PostDovo will not exceed the\r\n            amount you paid to us for the service during the six months\r\n            immediately preceding the event giving rise to the claim.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>18. Indemnification<\/h2>\r\n\r\n          <p>\r\n            To the extent permitted by applicable law, you agree to defend,\r\n            indemnify, and hold harmless Vector Wave Tech and its owners,\r\n            officers, employees, contractors, and affiliates from claims,\r\n            losses, liabilities, damages, costs, and expenses arising from\r\n            your use of PostDovo, Your Content, your violation of these Terms,\r\n            or your violation of applicable law or third-party rights.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>19. Changes to These Terms<\/h2>\r\n\r\n          <p>\r\n            We may update these Terms from time to time. We will provide\r\n            reasonable notice of material changes where required. Your\r\n            continued use of PostDovo after updated Terms take effect means\r\n            that you accept the revised Terms.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>20. Governing Law<\/h2>\r\n\r\n          <p>\r\n            These Terms are governed by the laws of\r\n            <strong>\r\n              [INSERT THE STATE OR COUNTRY WHERE VECTOR WAVE TECH IS REGISTERED]\r\n            <\/strong>,\r\n            without regard to conflict-of-law principles, except where\r\n            applicable law requires otherwise.\r\n          <\/p>\r\n        <\/div>\r\n\r\n        <div>\r\n          <h2>21. Contact<\/h2>\r\n\r\n          <p>\r\n            For legal questions, support requests, privacy requests, or\r\n            data-deletion requests, contact\r\n            <a href=\"mailto:info@postdovo.com\">info@postdovo.com<\/a>\r\n            or use our\r\n            <a href=\"https:\/\/postdovo.com\/index.php\/contact\/\">\r\n              contact page\r\n            <\/a>.\r\n          <\/p>\r\n        <\/div>\r\n\r\n      <\/section>\r\n    <\/div>\r\n  <\/main>\r\n<\/body>\r\n<\/html>\r\n```\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&#8220;`html Terms of Service | PostDovo &#8220;`html &#8220;` Terms of Service These Terms describe your rights and responsibilities when using PostDovo products and services. PostDovo is operated by Vector Wave Tech (&#8220;Company&#8221;, &#8220;we&#8221;, &#8220;us&#8221;, or &#8220;our&#8221;). Effective date: April 14, 2026 1. Acceptance of Terms These Terms of Service (&#8220;Terms&#8221;) form a legal agreement between [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-106","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/pages\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":15,"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions"}],"predecessor-version":[{"id":222,"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions\/222"}],"wp:attachment":[{"href":"https:\/\/postdovo.com\/index.php\/wp-json\/wp\/v2\/media?parent=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}