---
title: "Privacy Policy"
description: "What this site collects (nothing passively), how Formspree processes form submissions, which third parties are involved."
canonical: https://crotogether.com/privacy
---

Legal

# Privacy Policy

Last updated: September 17, 2026

## Overview

CRO Together (crotogether.com) is a boutique CRO consultancy operated by Muqtadaa Miandara. This site exists to describe the services, method and results, and to let you get in touch. This policy explains, in plain terms, what the site does and does not do with information about you.

## What this site does not do

Nothing is collected passively. Specifically, this site:

-   sets no cookies of any kind, first- or third-party;
-   runs no analytics, tag manager, pixel, session recording or heatmap tool;
-   embeds no advertising, social widgets or other third-party scripts;
-   does not fingerprint, profile or track you across sessions or other sites.

The only information the site ever receives about you is what you type into one of its two forms.

## Contact and feedback forms

There are two forms. The [contact form](https://crotogether.com/contact) asks for your name, work email, company, website, the services you are interested in and a description of your challenge. The [tools feedback form](https://crotogether.com/tools) asks which extension you are writing about, the type of feedback, your message and, optionally, an email address if you would like a reply.

Both forms are processed by [Formspree, Inc.](https://formspree.io/), a form-handling service that receives what you submit and forwards it to me by email. Formspree stores submissions on its own systems and processes them under its [privacy policy](https://formspree.io/legal/privacy-policy/). Each form also carries a hidden anti-spam field that real visitors never see or fill in.

What you send is used only to reply to you and, if we go on to work together, to plan that work. It is never sold, added to a mailing list or shared with anyone else. Ask at any time and your submission will be deleted from my inbox and from Formspree.

## AI-assistant submissions

The contact form is also exposed to browsers that support WebMCP, so an AI assistant can fill it in on your behalf. The assistant fills the same form with the same fields, nothing is sent automatically, and you confirm before it submits. Once sent, the submission is handled exactly like one you typed yourself.

## Fonts and hosting

The typefaces (Newsreader and Manrope) are served from this site itself, so your browser makes no request to Google Fonts or any other font service while rendering a page.

The site is hosted by [Vercel, Inc.](https://vercel.com/). Like any web host, Vercel keeps short-lived request logs (IP address, requested URL, user agent, timestamp) to serve pages and defend against abuse; these are governed by [Vercel's privacy policy](https://vercel.com/legal/privacy-policy). I do not add analytics on top of them and do not use them to identify visitors.

## External links

Some pages link to other sites, such as the Chrome Web Store, LinkedIn, Formspree and my [personal site](https://muqtadaa.github.io/). This policy applies to crotogether.com only; each of those sites has its own privacy practices, which are worth reading before you share anything there.

## Your requests

To see, correct or delete anything you have submitted, or to ask a question about this policy, use the [contact page](https://crotogether.com/contact) or message me on [LinkedIn](https://www.linkedin.com/in/muqtadaa). Requests are answered personally, usually within a few days.

© 2026 CRO Together. All rights reserved.

## Structured data

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://crotogether.com/#organization",
      "name": "CRO Together",
      "url": "https://crotogether.com/",
      "logo": "https://crotogether.com/icon-512.png",
      "description": "A boutique CRO and experimentation consultancy: conversion diagnostics, experimentation roadmaps, A/B testing and personalisation, UX research and fractional CRO leadership.",
      "founder": {
        "@id": "https://muqtadaa.github.io/#person"
      },
      "knowsAbout": [
        "Conversion rate optimization",
        "A/B testing",
        "Experimentation programs",
        "Personalization",
        "UX research",
        "Web analytics",
        "Optimizely",
        "VWO"
      ],
      "sameAs": [
        "https://www.linkedin.com/in/muqtadaa",
        "https://muqtadaa.github.io/"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "sales",
        "url": "https://crotogether.com/contact"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://crotogether.com/#website",
      "name": "CRO Together",
      "url": "https://crotogether.com/",
      "publisher": {
        "@id": "https://crotogether.com/#organization"
      },
      "inLanguage": "en"
    },
    {
      "@type": "WebPage",
      "@id": "https://crotogether.com/privacy#webpage",
      "url": "https://crotogether.com/privacy",
      "name": "Privacy Policy",
      "description": "What this site collects (nothing passively), how Formspree processes form submissions, which third parties are involved.",
      "isPartOf": {
        "@id": "https://crotogether.com/#website"
      },
      "breadcrumb": {
        "@id": "https://crotogether.com/privacy#breadcrumb"
      },
      "inLanguage": "en"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://crotogether.com/privacy#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://crotogether.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Privacy Policy",
          "item": "https://crotogether.com/privacy"
        }
      ]
    }
  ]
}
```
