Import links
Import links into noBS redir from a CSV file. Works with generic CSV exports or directly with Bitly exports.
How to import
- Go to Links in the dashboard
- Click Import CSV
- Choose a format (or leave on Auto-detect)
- Pick the domain for imported links
- Upload your CSV file
- Review the preview and click Import
Supported formats
Generic CSV
Any CSV with at least a target URL column. Recognized column names:
| Column | Required | Description |
|---|---|---|
target / url / destination / long_url | Yes | The destination URL |
title | No | Link title |
slug | No | Custom slug (requires custom domain) |
tags | No | Comma-separated tags |
note | No | Internal note |
Example:
target,title,tagshttps://example.com/page,My Page,"marketing,social"https://example.com/other,Other Page,campaignBitly export
Upload the CSV you get from Bitly’s export feature. noBS redir auto-detects the format and maps long_url to the target URL, plus title and tags.
Bitly slugs (bit.ly/xxx) are not carried over since they live on a different domain. New slugs are auto-generated.
Limits
- Maximum 500 rows per import
- Maximum 10 tags per link (extra tags are truncated)
- Custom slugs require a custom domain - links on fnl.sh get auto-generated slugs
- Editor role or above required