---
title: "Unitag Domains | Unitag Documentation"
description: "Serve your dynamic QR codes from your own domain rather than a Unitag one, so the short URL carries your brand and reassures the scanner."
canonical: "https://www.unitag.io/documentation/domains/introduction"
locale: "en"
route: "/domains/introduction"
---

# Unitag Domains

With the Unitag platform you can add your own domain names in order to personalise and secure the short URLs behind your QR codes. The address the scanner sees is yours, which is the difference between a link people recognise and one they hesitate over.

Before starting, create the subdomain you want to use with your DNS provider — something like qrcode.example.com. From there the console's wizard walks you through the rest, and Unitag issues and renews the TLS certificate so the domain serves over HTTPS without any further work on your side.

## In this section

- [Register a branded domain](https://www.unitag.io/documentation/domains/register-a-branded-domain)
- [Manage domains](https://www.unitag.io/documentation/domains/manage)

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/domains/introduction#article",
    "headline": "Unitag Domains",
    "url": "https://www.unitag.io/documentation/domains/introduction",
    "description": "Serve your dynamic QR codes from your own domain rather than a Unitag one, so the short URL carries your brand and reassures the scanner.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "Domains",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Unitag Domains",
        "item": "https://www.unitag.io/documentation/domains/introduction"
      }
    ]
  }
]
```
