import Link from "next/link" import type { Metadata } from "next" export const metadata: Metadata = { title: "GDPR Compliance — AutoJobs", description: "AutoJobs GDPR compliance guide. Your rights under the General Data Protection Regulation and how we protect your personal data.", } export default function GDPRPage() { return (
European Union Rights

GDPR Compliance

General Data Protection Regulation — Effective since May 25, 2018

Your Rights Under GDPR

As an EU/EEA resident, you have specific rights regarding your personal data. AutoJobs (operated by HostPioneers) fully complies with GDPR requirements.

Your Rights

{[ { right: "Right of Access (Art. 15)", desc: "Request a copy of all personal data we hold about you. We provide this within 30 days at no charge." }, { right: "Right to Rectification (Art. 16)", desc: "Correct any inaccurate or incomplete personal data. Update your profile anytime in your dashboard." }, { right: "Right to Erasure (Art. 17)", desc: "Request deletion of your personal data (\"right to be forgotten\"). We process these requests within 30 days." }, { right: "Right to Restrict Processing (Art. 18)", desc: "Request that we limit how we use your data while disputes about accuracy are resolved." }, { right: "Right to Data Portability (Art. 20)", desc: "Receive your data in a structured, machine-readable format (JSON/CSV). Export anytime from your dashboard." }, { right: "Right to Object (Art. 21)", desc: "Object to processing based on legitimate interests. We will cease such processing unless we have compelling grounds." }, { right: "Rights Related to Automated Decision-Making (Art. 22)", desc: "Not be subject to solely automated decisions that significantly affect you. AI customization is advisory — you approve all submissions." }, ].map((item) => (

{item.right}

{item.desc}

))}

Data We Collect

Data Category Purpose Legal Basis
Name, EmailAccount creationContract performance
Resume contentAI customizationConsent
LinkedIn dataImport profilesConsent
Job preferencesJob matchingConsent
Usage dataService improvementLegitimate interest
Payment infoStripe processingContract performance

Data Transfers Outside EU

Some data processors (AI providers, Stripe) may process data outside the EU/EEA. We ensure appropriate safeguards via Standard Contractual Clauses (SCCs) or adequacy decisions. You can request details of safeguards in place.

Data Protection Officer

Contact our Data Protection Officer:
Email: dpo@hostpioneers.com
Response: Within 72 hours for urgent matters, 30 days standard.

Supervisory Authority

You have the right to lodge a complaint with your local data protection authority. In Spain, contact:

Agencia Española de Protección de Datos (AEPD)
www.aepd.es
+34 901 100 099

Exercise Your Rights

To exercise any GDPR right:

  1. Email privacy@hostpioneers.com with your request
  2. Include your account email and a copy of ID for verification
  3. We respond within 30 days (extended to 90 days for complex requests)

Consent Management

You can withdraw consent anytime in your dashboard under Settings → Privacy. Withdrawal does not affect processing before withdrawal. We re-request consent annually for active accounts.

) }