Link Shortener v3.0

Create short links with antibot protection that redirect humans while returning HTTP errors to bots.

Overview

The Link Shortener creates short URLs on your purchased domains with built-in antibot protection.

The key difference from the Redirect Generator is how bots are handled: the Redirect Generator sends bots to a URL, while the Link Shortener returns an HTTP error code to bots.
1

Choose Domain

Select from your available owned, enabled domains. The dropdown shows current usage against your plan limit (e.g., 1/3).

2

Custom Path

An auto-generated 4-character alphanumeric path is provided in a readonly field. Click the refresh button to regenerate. Path must be 1–4 characters, alphanumeric only.

3

Original Link(s)

Enter one or more destination URLs for human visitors. Click the green "+" button to add multiple URLs for random rotation. Each URL is validated before saving.

4

Bot Error Code

Select the HTTP error code that bots will receive. Choose from 14 available error codes (see table below).

5

Enable QR Code (Optional)

Toggle the "Enable QR Code Page" checkbox. When enabled, a QR code page is generated that shows a scannable QR code instead of a direct redirect.

After creation, your short link will look like:

https://yourdomain.com/abcd

Bot Error Codes

Unlike the Redirect Generator which sends bots to a URL, the Link Shortener returns an HTTP error code. 14 error codes are available:

Code Status Use Case
400Bad RequestGeneric client error
401UnauthorizedRequire authentication
403ForbiddenDeny access explicitly
404Not FoundMake the link appear dead
405Method Not AllowedReject the request method
408Request TimeoutSimulate a timeout
410GoneIndicate resource was removed
429Too Many RequestsSimulate rate limiting
500Internal Server ErrorGeneric server error
501Not ImplementedFeature not supported
502Bad GatewaySimulate upstream failure
503Service UnavailableSimulate downtime
504Gateway TimeoutSimulate gateway timeout
505HTTP Version Not SupportedReject HTTP version
Common choices: 404 (Not Found) to make the link appear dead to bots, or 403 (Forbidden) to explicitly deny access.

Plan Limits

The number of short links you can create per domain depends on your subscription plan:

Plan Short Links per Domain
Trial 1
Standard 2
Business 3
Enterprise 4

QR Code Generation

When QR is enabled via the checkbox, a full customization panel appears. The QR code points to domain.com/path/go/ (note the /go/ suffix). It uses the highest error correction level for maximum reliability.

Text Options

QR Style

Center Logo

Page Title

Bottom Text

All changes are previewed live. The QR code is generated as a standalone page you can share or print.

The QR code uses high error correction, allowing it to remain scannable even with a center logo covering part of the code.

Managing Short Links

All your short links are displayed in a management table with the following columns:

Short links do not support inline editing. To edit a link, delete it and create a new one.

Deleting Short Links

Click delete to remove a short link. A confirmation dialog is shown before deletion. Deleting a short link removes it from the database, the remote server, and also deletes all associated statistics.

Copy to Clipboard

Click any cell in the table to copy its value to your clipboard.