fix: privacy
This commit is contained in:
parent
da29df5d8f
commit
d9714435c6
@ -2,6 +2,14 @@ import Layout from "@/components/layout/Layout";
|
||||
import { Check, Star, Zap, Crown } from "lucide-react";
|
||||
import Image from "next/image";
|
||||
|
||||
export const metadata = {
|
||||
title:
|
||||
"Pricing | RankRunners - SEO, Web Design & Digital Marketing Agency",
|
||||
description:
|
||||
"Learn how RankRunners LLC collects, uses, and protects your information.",
|
||||
};
|
||||
|
||||
|
||||
export default function PricingPage() {
|
||||
const pricingPlans = [
|
||||
{
|
||||
@ -64,7 +72,6 @@ export default function PricingPage() {
|
||||
"Free SSL certificate",
|
||||
"100GB of additional storage",
|
||||
"Daily Backups + Off-site Backups",
|
||||
"Automated backup protection",
|
||||
"Site performance investigations",
|
||||
"Form submission monitoring",
|
||||
"Proprietary CMS Integration",
|
||||
|
@ -28,112 +28,341 @@ export default function PrivacyPolicy() {
|
||||
<div className="services__details-content services__details-content-two">
|
||||
<h2 className="title">Privacy Policy</h2>
|
||||
<p>
|
||||
<strong>Effective Date:</strong> July 1, 2025
|
||||
<strong>Effective Date:</strong> July 8, 2025
|
||||
<br />
|
||||
<strong>Last Updated:</strong> July 1, 2025
|
||||
<strong>Last Updated:</strong> July 8, 2025
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Thank you for choosing RankRunners LLC ("we", "us",
|
||||
"our"). Your privacy is important to us. This Privacy
|
||||
Policy outlines how we collect, use, protect, and
|
||||
disclose information when you visit RankRunners.net and
|
||||
use our services, which include SEO, digital marketing,
|
||||
website design, and website management for business
|
||||
clients.
|
||||
Welcome to RankRunners.net (the "Website"), owned and
|
||||
operated by RankRunners LLC ("RankRunners", "we", "us",
|
||||
or "our"). We are committed to protecting your privacy
|
||||
and handling your personal information with transparency
|
||||
and integrity. This Privacy Policy describes how we
|
||||
collect, use, disclose, and protect your personal data
|
||||
when you visit our Website or use any of our services.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
By using our website or services, you agree to the
|
||||
practices described in this Privacy Policy.
|
||||
By accessing our Website or using our services, you
|
||||
agree to the collection and use of information in
|
||||
accordance with this policy. If you do not agree with
|
||||
the terms, please do not access or use the Website.
|
||||
</p>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>1. Who We Are</h3>
|
||||
<h3>1. About RankRunners</h3>
|
||||
<p>
|
||||
RankRunners LLC is a digital agency providing
|
||||
business-to-business services that include search
|
||||
engine optimization (SEO), digital marketing, website
|
||||
design, and ongoing website management. Our services
|
||||
are tailored for businesses seeking performance-driven
|
||||
online growth.
|
||||
RankRunners is a digital services company specializing
|
||||
in:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Website management and maintenance</li>
|
||||
<li>SEO (Search Engine Optimization)</li>
|
||||
<li>Web hosting</li>
|
||||
<li>Content revisions and updates</li>
|
||||
<li>
|
||||
Access to our proprietary content management system
|
||||
(CMS)
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
We provide software-as-a-service (SaaS) tools and
|
||||
hands-on support for businesses and professionals
|
||||
seeking to manage, optimize, and grow their digital
|
||||
presence.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>2. Information We Collect</h3>
|
||||
<p>
|
||||
We may collect both personal and non-personal
|
||||
information when you visit our website or engage with
|
||||
our services.
|
||||
We may collect and process the following categories of
|
||||
personal data:
|
||||
</p>
|
||||
|
||||
<h4>a. Information You Provide Voluntarily</h4>
|
||||
<h4>a. Information You Provide Voluntarily:</h4>
|
||||
<ul>
|
||||
<li>Name, email address, phone number</li>
|
||||
<li>Company name and business information</li>
|
||||
<li>
|
||||
Billing and payment details (processed through
|
||||
Paddle)
|
||||
Contact Details: Name, email address, phone number
|
||||
</li>
|
||||
<li>
|
||||
Project details or business goals you share via our
|
||||
contact forms, proposals, or onboarding processes
|
||||
Billing Information: Name, address, credit/debit
|
||||
card details, or other payment details
|
||||
</li>
|
||||
<li>
|
||||
Account Credentials: Username, password, and CMS
|
||||
login credentials
|
||||
</li>
|
||||
<li>
|
||||
Business Details: Company name, domain name, service
|
||||
preferences
|
||||
</li>
|
||||
<li>
|
||||
Support Requests: Information you provide when
|
||||
contacting support
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4>b. Information Collected Automatically</h4>
|
||||
<p>
|
||||
When you visit RankRunners.net, we automatically
|
||||
collect:
|
||||
</p>
|
||||
<h4>b. Information We Collect Automatically:</h4>
|
||||
<ul>
|
||||
<li>IP address</li>
|
||||
<li>Browser type and version</li>
|
||||
<li>Referring/exit pages</li>
|
||||
<li>Time zone and location data</li>
|
||||
<li>Device type and operating system</li>
|
||||
<li>Website usage behavior (via analytics)</li>
|
||||
<li>
|
||||
Usage Data: IP address, browser type/version,
|
||||
operating system, referring pages, time and date of
|
||||
visits
|
||||
</li>
|
||||
<li>
|
||||
Cookies & Tracking Technologies: We use cookies,
|
||||
pixels, and similar technologies to improve user
|
||||
experience and analyze Website traffic (see Section
|
||||
6: Cookies Policy)
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{/* Continue with other sections */}
|
||||
<div className="services__details-inner-three">
|
||||
<h3>3. How We Use Your Information</h3>
|
||||
<p>We use the information we collect to:</p>
|
||||
<p>
|
||||
We use the data we collect for the following lawful
|
||||
purposes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Deliver our services and manage your projects</li>
|
||||
<li>
|
||||
Respond to inquiries and provide customer support
|
||||
To deliver and maintain the services you subscribe
|
||||
to (e.g., CMS access, hosting, SEO services)
|
||||
</li>
|
||||
<li>
|
||||
Send transactional and service-related
|
||||
communications
|
||||
To manage billing, payments, and account
|
||||
registration
|
||||
</li>
|
||||
<li>
|
||||
Improve our website performance and user experience
|
||||
To personalize and improve your experience on the
|
||||
Website
|
||||
</li>
|
||||
<li>
|
||||
Conduct internal analytics and service optimization
|
||||
To provide customer support and technical assistance
|
||||
</li>
|
||||
<li>
|
||||
Process payments via our third-party provider,
|
||||
Paddle
|
||||
To send updates, service notifications, and
|
||||
marketing communications (where you have consented)
|
||||
</li>
|
||||
<li>
|
||||
Comply with legal obligations and prevent fraud
|
||||
To comply with legal obligations, detect fraud, and
|
||||
protect our legal rights
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{/* Add remaining sections following the same pattern */}
|
||||
<div className="services__details-inner-three">
|
||||
<h3>4. Legal Bases for Processing</h3>
|
||||
<p>
|
||||
We rely on the following legal bases under the General
|
||||
Data Protection Regulation (GDPR) and similar laws:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Performance of a Contract:</strong> When
|
||||
processing is necessary to provide services you
|
||||
requested
|
||||
</li>
|
||||
<li>
|
||||
<strong>Consent:</strong> For marketing
|
||||
communications and non-essential cookies
|
||||
</li>
|
||||
<li>
|
||||
<strong>Legal Obligation:</strong> To comply with
|
||||
tax, financial reporting, or regulatory requirements
|
||||
</li>
|
||||
<li>
|
||||
<strong>Legitimate Interests:</strong> To improve
|
||||
services, prevent fraud, and analyze website traffic
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>13. Contact Us</h3>
|
||||
<h3>5. Sharing and Disclosure of Your Information</h3>
|
||||
<p>
|
||||
We do not sell or rent your personal data. We may
|
||||
share your information in the following limited
|
||||
circumstances:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Third-Party Service Providers:</strong> With
|
||||
providers such as Paddle (our payment processor),
|
||||
hosting partners, or analytics platforms that assist
|
||||
in service delivery
|
||||
</li>
|
||||
<li>
|
||||
<strong>Legal Compliance:</strong> If required by
|
||||
law, legal process, or government request
|
||||
</li>
|
||||
<li>
|
||||
<strong>Business Transfers:</strong> In connection
|
||||
with a merger, acquisition, or sale of assets
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
All third-party partners are contractually obligated
|
||||
to maintain the confidentiality and security of your
|
||||
data.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>6. Cookies and Tracking Technologies</h3>
|
||||
<p>
|
||||
We use cookies and similar tracking technologies to
|
||||
enhance functionality, remember preferences, and
|
||||
measure engagement. You may manage your cookie
|
||||
preferences via your browser settings.
|
||||
</p>
|
||||
<p>Types of cookies we use include:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Essential Cookies</strong> – Required for
|
||||
basic functionality of our Website and CMS
|
||||
</li>
|
||||
<li>
|
||||
<strong>Performance Cookies</strong> – For tracking
|
||||
Website usage and performance analytics (e.g.,
|
||||
Google Analytics)
|
||||
</li>
|
||||
<li>
|
||||
<strong>Marketing Cookies</strong> – Used only with
|
||||
your explicit consent
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
For more details, refer to our Cookies Policy
|
||||
(available on request).
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>7. Data Retention</h3>
|
||||
<p>
|
||||
We retain your personal information only as long as
|
||||
necessary to provide services, meet legal obligations,
|
||||
and resolve disputes. Once your data is no longer
|
||||
required, we securely delete or anonymize it.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>8. Data Security</h3>
|
||||
<p>
|
||||
We implement industry-standard technical and
|
||||
organizational measures to protect your data,
|
||||
including:
|
||||
</p>
|
||||
<ul>
|
||||
<li>SSL encryption</li>
|
||||
<li>Firewalls and secure server infrastructure</li>
|
||||
<li>Regular software and CMS updates</li>
|
||||
<li>Role-based access controls</li>
|
||||
</ul>
|
||||
<p>
|
||||
Despite our efforts, no method of transmission over
|
||||
the Internet is 100% secure. We encourage you to
|
||||
protect your login credentials and notify us
|
||||
immediately of any unauthorized activity.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>9. International Data Transfers</h3>
|
||||
<p>
|
||||
Your information may be transferred to, and maintained
|
||||
on, servers located outside of your country of
|
||||
residence, including in the United States. We take
|
||||
appropriate steps to ensure that data transfers comply
|
||||
with applicable data protection laws.
|
||||
</p>
|
||||
<p>
|
||||
For EU/EEA residents, we rely on standard contractual
|
||||
clauses or adequacy decisions for such transfers.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>10. Your Rights</h3>
|
||||
<p>
|
||||
Depending on your jurisdiction, you may have the
|
||||
following rights regarding your personal data:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Right to access, correct, or delete your data</li>
|
||||
<li>Right to withdraw consent (where applicable)</li>
|
||||
<li>
|
||||
Right to object to or restrict certain processing
|
||||
</li>
|
||||
<li>Right to data portability</li>
|
||||
<li>
|
||||
Right to lodge a complaint with a data protection
|
||||
authority
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
To exercise your rights, contact us at
|
||||
support@rankrunners.net
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>11. Payment Processing by Paddle</h3>
|
||||
<p>
|
||||
We use Paddle as our Merchant of Record and payment
|
||||
processor for all subscription billing and one-time
|
||||
purchases. When you make a payment, your data will be
|
||||
shared with Paddle, and their privacy policy will also
|
||||
apply.
|
||||
</p>
|
||||
<p>
|
||||
For details on how Paddle handles data, visit:{" "}
|
||||
<Link href="https://www.paddle.com/legal/privacy">
|
||||
https://www.paddle.com/legal/privacy
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>12. Children's Privacy</h3>
|
||||
<p>
|
||||
Our services are not intended for use by individuals
|
||||
under the age of 18. We do not knowingly collect
|
||||
personal data from children. If you believe a minor
|
||||
has provided us with data, please contact us, and we
|
||||
will delete it promptly.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>13. Changes to This Privacy Policy</h3>
|
||||
<p>
|
||||
We may update this Privacy Policy from time to time to
|
||||
reflect changes in our practices or legal
|
||||
requirements. We will notify you of significant
|
||||
changes by posting the updated version on our Website
|
||||
with the "Last Updated" date.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="services__details-inner-three">
|
||||
<h3>14. Contact Us</h3>
|
||||
<p>
|
||||
If you have any questions, concerns, or requests
|
||||
regarding this Privacy Policy or how we handle your
|
||||
information, please contact us at:
|
||||
regarding this Privacy Policy, please contact:
|
||||
</p>
|
||||
<p>
|
||||
<strong>RankRunners LLC</strong>
|
||||
</p>
|
||||
<p>
|
||||
Website:{" "}
|
||||
<Link href="https://rankrunners.net">
|
||||
https://rankrunners.net
|
||||
</Link>
|
||||
</p>
|
||||
<div className="contact__info mb-50">
|
||||
<ul className="list-wrap">
|
||||
@ -159,6 +388,18 @@ export default function PrivacyPolicy() {
|
||||
</Link>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div className="icon">
|
||||
<i className="flaticon-location" />
|
||||
</div>
|
||||
<div className="content">
|
||||
<h4 className="title">Mailing Address</h4>
|
||||
<p>
|
||||
Suite B, 1934 N. Druid Hills Rd, Brookhaven,
|
||||
GA 30319, USA
|
||||
</p>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -104,6 +104,109 @@ export default function Blogging() {
|
||||
suppliers reserve all rights not granted in these
|
||||
Terms.
|
||||
</p>
|
||||
<h1>Refund and Cancellation Policy</h1>
|
||||
<p>
|
||||
<strong>Contractual Agreement Requirement</strong>{" "}
|
||||
All clients engaging RankRunners LLC (“RankRunners”,
|
||||
“we”, “us”, or “our”) for website management,
|
||||
hosting, SEO, or digital services are required to
|
||||
sign a formal <b>Service Agreement or Contract</b>
|
||||
outlining the scope of work, deliverables, and
|
||||
billing structure. By initiating any services with
|
||||
RankRunners, clients acknowledge and accept the
|
||||
terms set forth in both the signed agreement and
|
||||
this Terms of Service document.
|
||||
</p>
|
||||
<p>
|
||||
<strong>
|
||||
No Refund Policy for Services Rendered
|
||||
</strong>{" "}
|
||||
Due to the nature of our services—which include but
|
||||
are not limited to:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Website hosting and server provisioning</li>
|
||||
<li>
|
||||
Technical website management and maintenance
|
||||
</li>
|
||||
<li>SEO configuration and implementation</li>
|
||||
<li>Ongoing content revisions</li>
|
||||
<li>
|
||||
Access to and support for our proprietary CMS
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
—we do <b>not offer refunds</b> for any portion of
|
||||
the service term once services have been initiated
|
||||
or delivered
|
||||
</p>
|
||||
<p>
|
||||
Clients understand that once hosting or management
|
||||
services have begun, substantial internal resources
|
||||
and time are allocated on their behalf. As such,{" "}
|
||||
<b>
|
||||
all fees for services already provided are final
|
||||
and non-refundable
|
||||
</b>
|
||||
, regardless of usage, satisfaction, or early
|
||||
termination.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Cancellation Policy</strong> Clients may
|
||||
cancel their ongoing subscription or service
|
||||
agreement at any time,{" "}
|
||||
<b>
|
||||
effective at the end of the current billing period
|
||||
</b>
|
||||
. Upon cancellation:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Services will continue through the end of the paid
|
||||
term (monthly or otherwise), after which they will
|
||||
be discontinued.
|
||||
</li>
|
||||
<li>
|
||||
Clients will not be billed for the following
|
||||
period.
|
||||
</li>
|
||||
<li>
|
||||
Access to hosting, management tools, and
|
||||
proprietary CMS will be revoked at the end of the
|
||||
service period unless otherwise agreed in writing.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
To initiate cancellation, clients must submit a
|
||||
written request via email to{" "}
|
||||
<a href="mailto:support@rankrunners.net">
|
||||
support@rankrunners.net
|
||||
</a>{" "}
|
||||
or through the client dashboard (if applicable) at
|
||||
least <b>three (3) business days prior</b> to the
|
||||
next billing date.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Exceptions</strong> Exceptions to this
|
||||
policy are only granted at the sole discretion of
|
||||
RankRunners and must be approved in writing by an
|
||||
authorized representative. These are typically
|
||||
limited to instances of billing errors or failure to
|
||||
deliver services in accordance with the signed
|
||||
agreement.
|
||||
</p>
|
||||
<p>
|
||||
<strong>Payment Disputes</strong> Initiating a
|
||||
chargeback or payment dispute without first
|
||||
attempting to resolve the issue with our support
|
||||
team may be considered a breach of contract. We
|
||||
encourage all clients to contact us at
|
||||
<a href="mailto:support@rankrunners.net">
|
||||
support@rankrunners.net
|
||||
</a>{" "}
|
||||
with any billing concerns so they can be addressed
|
||||
promptly and fairly.
|
||||
</p>
|
||||
<h1>Third-Party Links and Ads; Other Users</h1>
|
||||
<p>
|
||||
<strong>Third-Party Links & Ads.</strong> The Site
|
||||
|
Loading…
x
Reference in New Issue
Block a user