The dating industry has a vocabulary of its own, and this glossary defines the key terms in plain English. It is a reference: use it to look up a term, and follow the linked guides where a concept deserves a fuller explanation.

White label and fundamentals

White label dating: A model in which a provider builds and runs a complete dating platform, and operators license it, apply their own brand and niche, and run branded dating sites on it. The provider supplies the technology; the operator runs the brand.

White label provider: The company that builds, runs and maintains the dating platform that operators license. The provider carries the technology, trust and safety, payments, compliance and .

Operator: The person or business that runs a branded dating site on a platform. The operator owns the brand, the niche, the marketing and the member relationship, but not the platform itself.

Shared member database: The single, shared store of members that many branded sites on a white label platform all draw from. It is the structural reason a new branded site is not empty.

Member pool: Another term for the shared population of members that branded sites on a white label platform read from, so a new site shows active members from day one.

Multi-tenant: A software design in which many customers, here many branded dating sites, share one underlying system and database, rather than each having an isolated one. White label dating is multi-tenant with a shared .

Cold-start problem: The problem that a dating site is useless while empty, because a new member has nobody to match with. It is the hardest problem in launching an independent dating site and the most common cause of failure.

Revenue share (white label): The arrangement by which a white label provider takes a percentage of an operator's revenue as payment for the platform, with the operator keeping the majority, typically the larger share.

Niche: The particular audience a dating site is built to serve, defined by an attribute such as age, faith, community, interest or intent. A focused niche site serves its audience better than a generic site.

Branded site: An individual operator's dating site, with its own name, brand and niche, running on a white label provider's platform and drawing on the shared member pool.

Data ownership: The question, defined in the white label contract, of what member and business data an operator owns and can take with them. It is one of the most important contract terms.

Data export clause: The contract term that defines an operator's right to export their data if they leave a provider. Securing a strong data export clause is essential protection.

Data processing agreement: The contract between parties that handle personal data together, defining their data-protection roles and responsibilities. For a white label operator it governs how member data is handled with the provider.

Build, buy or white label: The three ways to develop a dating app: build it from scratch, buy and adapt an app builder or script, or white label a complete platform. White label is the fastest, cheapest route for most operators.

Member: A person who has joined a dating site. Members are the central unit of a dating business: they are acquired, generate revenue, and either retain or leave.

Profile: The information a member shares about themselves on a dating site, including photos and descriptive fields, used by the matching system and seen by other members.

Match: A connection between two members, typically created when both have indicated interest in each other, after which they can usually message.

Critical mass: The point at which a dating site has enough active, relevant members that it genuinely works for new joiners. Reaching critical mass from an empty start is the cold-start problem.

Software and technology

Matching algorithm: The system that decides which members are shown to a member and in what order, drawing on attributes, preferences and behaviour. See the matching guidance for a fuller explanation.

Geolocation: The app knowing, with some accuracy, where a member is, used for proximity matching. Captured from device location services, the internet connection, or set manually.

Proximity matching: The use of location to surface members near each other, within a chosen distance or radius. Most members want to date people they can realistically meet.

Triangulation: Deriving someone's exact location by observing how the displayed distance to them changes as the observer moves. A well-built dating app is designed to prevent it.

Geospatial indexing: A specialised technique for organising location data so that a query such as "everyone within twenty-five miles" can be answered quickly across a large member base.

Real-time messaging: Chat in which a message appears the instant it is sent, with no refresh. It makes a dating conversation feel live and is built on WebSockets.

WebSocket: A persistent, two-way connection held open between a member's device and the server, allowing the server to push a new message instantly. It is the foundation of real-time messaging.

Polling: A weaker alternative to WebSockets, where the device repeatedly asks the server for new messages. It is either too slow or too wasteful, and is a sign of weak messaging.

Presence: The signal of whether a member is currently online, or when they were last active. It helps a conversation feel live, and good apps let members control their visibility.

Typing indicator: The small signal that the other person is composing a message. It carries real emotional weight in a dating conversation by showing the other person is present.

Database schema: The organised design of all the data a dating site holds, the entities and their relationships. It shapes what the site can do, how it scales, and what data can be exported.

Data entity: A type of thing a database stores. A dating site's core entities include the member, the profile, media, preferences, interactions, conversations, messages, payments and moderation records.

Caching: Doing an expensive piece of work once, storing the result somewhere fast, and serving the stored result for later requests. It is the main technique behind a fast dating site.

Indexing (database): An organised structure that lets a database find relevant records quickly without scanning everything, like a book index. Good indexing keeps searches fast as a member base grows.

CDN (content delivery network): A network of servers that keeps copies of images close to members worldwide, so a dating site's image-heavy screens load fast and load is taken off the core servers.

MVP (minimum viable product): The smallest version of a dating app that can genuinely test whether a niche works. White label is, in effect, the fastest possible populated dating app MVP.

Deep link: A link that opens a specific place inside an app, such as a particular profile or conversation, rather than just the app's home screen.

Deferred deep linking: A technique that carries a deep link's destination through an app install, so a new member who tapped an invite link lands exactly where the link intended. It underpins referrals.

Push notification: A message a dating app sends to a member's device to bring them back, such as a notification of a new match or message. It is a powerful but easily overused retention tool.

Onboarding: Everything from a person tapping signup to becoming a genuine, active member with a usable profile and a first real experience. Good onboarding multiplies the value of acquisition spend.

Trust, safety and compliance

Trust and safety: The whole function of keeping a dating platform and its members safe, spanning moderation, verification, fraud prevention, the handling of harms, and the supporting tooling and team.

Content moderation: The systems and people that examine the content members create, profiles, photos, messages, and act on what breaks the rules, combining automated detection with human review.

Verification: Establishing that members are real, genuine people who are who they present themselves to be. It reduces fake and fraudulent accounts at the source.

Photo verification: A verification technique that confirms the person in a profile's photos is the real person operating the account, attacking impersonation directly.

Age assurance: Methods to establish that a member meets the minimum age for an adult dating service. Keeping minors off the service is a legal obligation, and effective age assurance can be independently assessed.

Romance scam: A scam in which a bad actor builds a false relationship with a member to defraud them. It is one of the most damaging harms in dating and requires pattern-based detection.

Catfishing: Creating a fake identity, typically with photos and details of someone else, to deceive other members. Photo verification and authenticity checks help counter it.

Image-based abuse: A broad harm covering unsolicited explicit images sent to members and the non-consensual sharing of someone's intimate images. It requires a clear policy and a real system.

Non-consensual intimate images: Intimate or sexual images of a person shared without their consent. Sharing them is criminalised in many jurisdictions and is a priority harm under online safety law.

Image hashing: A technique that creates a digital fingerprint of an image, so a known abusive image can be detected and blocked if uploaded again, without re-examining the image itself.

Stalking: Persistent unwanted contact or pursuit of a member. On dating platforms it is a serious risk because it can move from the app into a member's physical life.

Block evasion: A blocked member returning through a new account to reach the person who blocked them. A platform serious about stalking prevention detects and counters it.

Online Safety Act: UK legislation placing duties on online platforms, including dating platforms, to assess risks and address illegal and harmful content, with transparency and other obligations.

Digital Services Act: EU legislation placing obligations on online platforms, including content moderation duties and transparency reporting requirements relevant to dating platforms.

GDPR: The data-protection law governing the handling of personal data of people in the UK and EU. It requires a lawful basis, transparency, member rights, and proper retention and security.

ePrivacy: The layer of law governing how websites store information on and track devices, including cookies. Non-essential cookies and trackers generally require the visitor's genuine consent.

Cookie consent: The genuine, informed, freely-given agreement a visitor must give before a site uses non-essential cookies and trackers. A banner offering only "accept" does not obtain valid consent.

Data retention: The discipline of keeping member data only as long as there is a genuine reason to, with defined retention periods, and deleting it properly when there is not.

Right to erasure: The right, under data-protection law, of an individual to ask a platform to delete their personal data, which the platform must honour unless it has a genuine lawful reason to keep it.

Transparency report: A published, regular account of how a platform handled safety over a period: reports received, content and accounts actioned, illegal content handled, response times and appeals.

Vulnerability disclosure policy: A published route for security researchers to report security flaws in a platform safely and responsibly, instead of exploiting them or publishing them.

Bug bounty: A programme that actively invites security researchers to find vulnerabilities and offers rewards for valid findings, bringing more outside scrutiny to a platform's security.

Alphabet nav wheel of categories with term counts.
Figure 1

Getting started and operations

Landing page: The page a visitor arrives on, whose single job is to turn the visitor into a signup. It converts through a clear niche-specific headline, honest imagery and an obvious call to action.

Value proposition: What a dating site is and why it is for a particular visitor, communicated above all in the landing page headline. A generic value proposition connects with no one.

Call to action: The button or path that takes a visitor into signup. It should be obvious, clear about what it does, and lead to a low-friction first step.

About page: The page a cautious visitor consults to decide whether to trust a dating site, answering who is behind it, why it exists, who it is for, and whether it is safe and genuine.

Waitlist: A list of interested people gathered before a dating site opens. On white label it validates demand and builds an owned audience rather than being a cold-start lifeline.

Validation: Testing whether a dating niche or idea genuinely works before investing fully in it, for example through a waitlist or a populated MVP.

Incorporation: Forming a company, a separate legal entity, to run a dating business through, mainly for the limited liability protection and the clean structure it provides.

Sole trader: Operating a business as an individual, with no legal separation between the person and the business. A common starting point before incorporating.

Limited company: A company that is a separate legal entity providing limited liability. In the UK it is the standard vehicle for running a dating business.

Chargeback: When a member disputes a payment with their card issuer instead of seeking a refund from the site, and the payment is reversed. Dating runs a high rate.

Billing descriptor: The text that appears on a member's card statement next to a charge. An unrecognisable descriptor causes a whole category of preventable chargebacks.

Dunning: The process of handling failed subscription payments by retrying them and prompting members to update expired cards, recovering revenue that would otherwise be lost.

PSP (payment service provider): A company that processes payments for a business. Because dating is high-risk, an operator needs a dating-friendly PSP, often at higher fees.

High-risk classification: The payments industry's treatment of dating as elevated or high risk, meaning many mainstream processors will not serve it and a dating-friendly PSP is required.

PCI DSS: The card industry's mandatory data security standard for handling card payments. Any system processing cards must comply; on white label the provider typically carries it.

Monetisation and revenue

Freemium: A pricing model where members join and use the core service free, and the operator charges for premium features. It needs a large free base to produce meaningful revenue.

Hard paywall: A pricing model, and a paywall type, where members cannot use the service meaningfully without paying. It filters for serious, committed members.

Hybrid model: A pricing model that blends free and paid elements, sitting between pure freemium and a pure hard paywall, and including credit models.

Credit model: A model where members buy credits or tokens and spend them on specific actions such as contacting someone. It suits transactional intent and appears often in casual dating.

Paywall: The point where a dating site asks a member to pay to continue or to do something they want. Its placement, timing and copy determine whether it converts.

Trigger moment: The instant a paywall appears to a member. The best trigger is a moment of genuine intent, such as wanting to message a match, when the desire to pay is highest.

Premium tier: A higher-priced subscription level above a base subscription, offering enhanced features. A good tier ladder never works by degrading the base experience.

Free trial: A period during which a member experiences the paid service before being charged. An honest trial converts by conviction; a trap trial exploits inattention.

Subscription trap: A practice that leads consumers into recurring charges they did not properly understand or actively choose, through unclear terms or hard cancellation. It is increasingly unlawful.

ARPU: Average revenue per user: the average revenue a member generates over a defined period. It is a building block toward the fuller measure of lifetime value.

LTV (lifetime value): The total revenue an average member generates over their whole time on the app. It is driven by revenue per period and by retention, and is one side of the core economics test.

CAC (customer acquisition cost): The average cost of acquiring a member. It is shaped by channel efficiency and conversion, and is the cost side of the core economics test.

Payback period: How long it takes for a member to generate enough revenue to recover the cost of acquiring them. A short payback period is healthier for cash flow.

Unit economics: The economics of a single member: whether an average member is worth more, over their lifetime, than it costs to acquire and serve them. It is the test of whether a dating business works.

Payer conversion: The share of a dating site's members who become paying subscribers. It is one of the most important numbers in a dating business and is the outcome of a whole chain of factors.

Activation: The stage where a new member becomes genuinely engaged, with a usable profile and a first real experience. A member who never activates is an acquisition cost wasted.

Engagement: How actively members use the app between joining and converting or churning. It is a leading indicator of conversion and retention, but must be read with judgement.

Retention: The measure of whether members stay over time, best read by cohort. It compounds: small retention gains produce large revenue gains, and it drives lifetime value.

Cohort: A group of members who joined in the same period, tracked together over time. Cohort analysis is the right way to measure retention.

Gamification: Applying the design techniques of games to a dating app to drive engagement and revenue. It is legitimate when it serves members and exploitative when it creates compulsion.

Free-to-play mechanics: A family of gamification techniques drawn from free-to-play games, such as limited daily actions and boosts, often directly monetised.

In-app purchase: A payment made inside a mobile app. App stores have historically required digital subscriptions sold in-app to go through their own systems, on which they take a commission.

Affiliate marketing

Affiliate: A person or business that promotes dating offers to an audience and earns a commission when people they refer convert into members.

Affiliate network: A marketplace that connects affiliates with dating advertisers' offers and handles the tracking, attribution and payment between them.

CPA (cost per acquisition): An affiliate commission model paying a fixed amount once, when a referred member completes a defined conversion such as becoming a paying member.

CPL (cost per lead): An affiliate commission model paying for each lead generated, a person who takes a defined initial action, regardless of whether they ever become a paying member.

RevShare: A commission model where an affiliate earns an ongoing percentage of the revenue their referred members generate, for as long as those members keep paying. It suits dating's subscription model.

EPC (earnings per click): The average earnings an affiliate generates per click sent to an offer. It combines the whole funnel into one number and is the best basis for comparing offers.

Attribution: The recording of which affiliate referred which traffic, leads or members, so the affiliate can be credited correctly.

Attribution window: The period within which a conversion will be credited to an affiliate after their referral. A short window may exclude conversions that happen after a delay.

Cookie stuffing: A form of affiliate fraud that causes affiliate tracking to be set on people the fraudster never genuinely referred, so they claim commission for conversions that would have happened anyway.

Affiliate fraud: The deliberate generation of fake or worthless traffic, leads or conversions to claim affiliate commissions that were not legitimately earned.

Bot traffic: Traffic generated by automated software rather than real, interested people, a common form of affiliate fraud, especially on commission models paying for shallow actions.

Link building: The practice of getting other websites to link to yours, because search engines treat links as authority signals. Genuine links must be earned, not bought.

Disavow: A mechanism that tells a search engine to disregard specified links when assessing a site, used carefully to distance a site from genuinely harmful, manipulative links.

Click-through rate: The share of an affiliate's traffic that clicks through to an offer. It measures how effectively promotion turns reached people into people who go to the offer.

Conversion rate: The share of clicks or traffic that converts into the paid action. For an affiliate it is the bridge between sending traffic and earning.

Featured term card design with definition and related links.
Figure 2

Industry and market

Match Group: The largest company in online dating, operating a portfolio of dating brands including Tinder, Hinge, Match and OkCupid, monetised through subscriptions and à la carte purchases.

Consolidation: The pattern of an industry coming to be dominated by a smaller number of larger companies, often through acquisition. The dating industry has consolidated significantly over its history.

M&A (mergers and acquisitions): The transactions through which businesses change ownership and combine. M&A is a constant, structural feature of the dating industry.

Administration: A formal insolvency process for a company in serious financial difficulty, in which an administrator takes control, often selling viable assets to new owners. It signifies a genuine corporate failure.

Distressed sale: The sale of a business in serious difficulty, out of necessity rather than choice, often for a low value and sometimes through an insolvency process.

Portfolio strategy: Running several dating brands serving different niches rather than one, the strategy of Match Group and of operators pursuing a multi-brand approach.

Vanity metric: A number that looks impressive but tells little, such as total downloads or raw traffic volume. It connects neither to genuine value nor to a decision.

Funnel: The sequence a member moves through, acquisition, activation, engagement, conversion and retention. Reading metrics as a funnel locates a vague problem at a specific stage.

How to use this glossary

This glossary is a reference, and it is worth a brief word on how to use it well.

Use it to look up a term. When a term comes up, in this body of guidance, in industry reading, in a conversation with a provider, that an operator or affiliate does not know, the glossary defines it in plain English. The terms are grouped by area, white label and fundamentals, software, trust and safety, getting started, monetisation, affiliates, and the industry, so a related cluster of terms can be read together.

Use it as a starting point, not an ending point. Each definition here is concise, enough to understand what a term means. Many of the terms, the cold-start problem, unit economics, the paywall, , the trust-and-safety concepts, deserve and have a much fuller treatment in the dedicated guides across this content. Where a term genuinely matters to an operator's decisions, the glossary definition is the start, and the dedicated guide is where the real understanding is.

Use it to build genuine fluency. An operator or affiliate who genuinely understands the vocabulary of the dating industry is better equipped: better able to read industry information, to have informed conversations with providers and partners, to understand the guidance, and to think clearly about their own business. The vocabulary is not jargon for its own sake; each term names a genuine concept that matters.

And recognise what the glossary is not. It is not a complete dictionary of every term ever used in dating, and the industry's vocabulary, particularly around new technology, continues to evolve. The 120 terms here are the key, durable ones an operator or affiliate genuinely needs. For the rest, and for the evolving vocabulary, the dedicated guides and current industry sources fill the picture in.

For an operator or affiliate, the glossary is a genuine, useful reference: look terms up, follow the dedicated guides for the ones that matter, build genuine fluency in the industry's vocabulary, and recognise it as a key reference rather than a complete dictionary.

This glossary cross-references the whole body of guidance. For the foundational concepts, read the fundamentals pillar guides. For the terms in each area, see the software, trust and safety, getting started, monetisation, affiliates and industry pillars. And to understand the white label model the glossary's central terms describe, DatingPartners.com can walk through it.

Recommended next step

Download the glossary PDF. Covered as a free resource by DatingIndustryInsights.com." --- **End of Pillar 5 — Dating Industry Intelligence (24 articles)** Pillar 5 is the authority anchor for the domain: statistics, history, benchmarks and M&A. It feeds most into WhichDating.com, DatingIndustryInsights.com and DatingIndustryExpert.com. It also backstops every other pillar with data citations.

Visit DatingPartners.com →