Custom Domains
Use your own branded domain for short links.
Custom domains let you use your own branded domain for short links instead of go2.gg. This builds trust with your audience and reinforces your brand identity.
Why Use a Custom Domain?
- Brand Recognition:
your.link/saleis more memorable thango2.gg/xyz123 - Trust: Users are more likely to click links from domains they recognize
- Professionalism: Shows you've invested in your link infrastructure
- Analytics: Track performance across your branded links
Adding a Custom Domain
Step 1: Add the Domain
- Go to Dashboard → Domains
- Click "Add Domain"
- Enter your domain (e.g.,
link.example.com) - Click "Add"
Step 2: Configure DNS
Go2 will display the required DNS records. Add these to your DNS provider:
Verification Record (TXT)
Name: _go2.link.example.com
Type: TXT
Value: go2-verify=abc123def456
Redirect Record (CNAME)
Name: link.example.com
Type: CNAME
Value: cname.go2.gg
Step 3: Verify Ownership
- Wait 5-10 minutes for DNS propagation
- Click "Verify Domain" in your dashboard
- Go2 will check the TXT record automatically
Once verified, your domain is ready to use!
SSL Certificates
Go2 automatically provisions SSL certificates for your custom domains using Cloudflare's edge certificates. No configuration required.
- Automatic provisioning: SSL is set up within minutes
- Auto-renewal: Certificates never expire
- Full encryption: All traffic is HTTPS
Domain Settings
Default Redirect URL
Set where visitors go when they visit your domain without a path:
https://link.example.com → https://example.com
Configure in Dashboard → Domains → [Your Domain] → Settings.
Not Found URL
Set a custom 404 page for invalid slugs:
https://link.example.com/invalid → https://example.com/404
Using Custom Domains
Once verified, select your custom domain when creating links:
Dashboard
Choose your domain from the dropdown when creating a new link.
API
Specify the domain field:
{
"destinationUrl": "https://example.com/landing",
"domain": "link.example.com",
"slug": "summer-sale"
}
Result: https://link.example.com/summer-sale
Multiple Domains
You can add multiple custom domains based on your plan:
| Plan | Custom Domains |
|---|---|
| Free | 1 |
| Pro | 5 |
| Business | 20 |
| Enterprise | Unlimited |
Use different domains for different purposes:
link.example.com- General marketingget.example.com- Product downloadsjoin.example.com- Event registrations
DNS Providers
Here's how to configure DNS with popular providers:
Cloudflare
- Log in to Cloudflare Dashboard
- Select your domain
- Go to DNS → Records
- Add the TXT and CNAME records
- Ensure the CNAME is proxied (orange cloud)
GoDaddy
- Log in to GoDaddy
- Go to My Products → DNS
- Click Add for each record
- Enter the Name, Type, and Value
Namecheap
- Log in to Namecheap
- Go to Domain List → Manage
- Click Advanced DNS
- Add both records
Google Domains
- Log in to Google Domains
- Select your domain
- Go to DNS → Custom records
- Add the TXT and CNAME records
Troubleshooting
Domain Won't Verify
- Wait longer: DNS propagation can take up to 48 hours
- Check records: Ensure the TXT record is exactly as shown
- Remove quotes: Some providers add quotes around TXT values
Use a tool like DNS Checker to verify propagation.
SSL Certificate Issues
- Wait: Certificate provisioning takes up to 15 minutes
- Clear cache: Hard refresh or try incognito mode
- Check CNAME: Ensure the CNAME points to
cname.go2.gg
Links Not Redirecting
- Verify domain: Ensure the domain shows "Verified" in your dashboard
- Check CNAME: The redirect depends on the CNAME record
- SSL: Make sure you're using HTTPS
Removing a Domain
- Go to Dashboard → Domains
- Click the domain you want to remove
- Click "Delete Domain"
- Confirm the deletion
Warning: This will break all links using that domain.
Best Practices
- Use a subdomain:
link.example.comis better thanexample.com - Keep it short: Shorter domains = shorter links
- Be memorable: Choose something easy to type
- Set up 404: Provide a helpful fallback page
- Monitor verification: Renew verification if DNS changes
Next Steps
- Short Links - Create branded short links
- Analytics - Track domain performance
- API Reference - Manage domains via API