Fundamentals

How to Fix a Broken or Expired Short Link

A broken short link sends visitors to a 404 error instead of your destination — here is exactly how to diagnose, fix, and prevent it from happening again.

The fewly teamJuly 19, 2026 12 min read
How to Fix a Broken or Expired Short Link

How to Fix a Broken or Expired Short Link

A broken short link is a shortened URL that no longer redirects visitors to its intended destination — instead delivering a 404 error, a blank page, or an expired-link message. Fixing one takes less than five minutes once you know the cause, and preventing recurrence is a matter of choosing a platform with proper link management controls.

This guide walks through every common root cause, how to diagnose which one you are dealing with, and the exact steps to restore or replace a broken link — whether you are using fewly, another managed shortener, or a self-hosted solution.


A laptop screen displaying a 404 error page, representing a broken short link that needs to be fixed

Before you can fix a broken short link, you need to know why it broke. Nearly every case falls into one of five categories.

1. The destination URL changed or was deleted

Short links are wrappers around a destination. If the page at the other end moves, gets deleted, or switches to a different URL structure, the short link still points to the old address. The short link itself is technically fine — the destination is the problem.

This is one of the most common causes, especially for links embedded in social media posts, printed materials, or email campaigns that were created months or years ago.

Some platforms issue links with a built-in expiry date. After that date, the redirect stops working. This is sometimes a deliberate feature (time-limited promotions) and sometimes an unwanted surprise if you did not notice the expiry setting when you created the link.

If a team member removed the short link from your account — or if you deleted it by accident — the slug is gone and the redirect no longer resolves. Without a backup, the link cannot be restored to its original state, only recreated with a new slug.

4. A custom domain is misconfigured or has expired

If you use a branded custom domain (e.g., go.yourcompany.com), a DNS misconfiguration or a lapsed domain registration will break every link under that domain simultaneously. This is a high-impact failure mode because it affects your entire link portfolio at once rather than a single URL.

5. The shortener service shut down or changed its terms

Third-party shorteners occasionally shut down, change their URL schemes, or purge inactive links. Google's URL Shortener (goo.gl) is a well-documented example — it was deprecated and eventually stopped redirecting, breaking millions of links across the web. This phenomenon is sometimes called "link rot."


Resist the urge to jump straight to a fix. Spending two minutes diagnosing the cause will save you from applying the wrong solution.

Check the short link itself first. Visit the short URL and note the exact error:

  • 404 Not Found — the slug exists but the destination page is gone, or the slug itself was deleted.
  • 410 Gone — the destination server is explicitly signalling the page has been permanently removed.
  • Expired link page — the shortener's own expiry feature triggered.
  • DNS error / "Site can't be reached" — the custom domain is down or misconfigured.
  • Redirect loop — rare, but usually caused by the destination redirecting back to the short link.

Then log into your link manager. Open your link management dashboard and search for the slug. Ask:

  1. Does the link still exist in the account?
  2. What is the destination URL listed?
  3. Does the link have an expiry date set?
  4. Is the custom domain active and healthy?

If the link does not appear in the dashboard at all, it was deleted — skip to the recreation section below. If it exists, the destination URL is where you should look next.

Test the destination URL directly. Copy the raw destination from your dashboard and paste it into a new browser tab. If that page also returns an error, the destination — not the short link — is broken.


Fixing a broken destination URL

This is the most straightforward repair. You do not need to change the short link at all — you just update where it points.

  1. Log into your link management dashboard.
  2. Find the short link by slug or by searching for keywords in the title or destination.
  3. Edit the destination URL to the correct, working address.
  4. Save the change. The redirect updates instantly — no need to redistribute the short link.

This is the core power of using a proper link management platform: the short link stays the same across every channel where you shared it (email, social, print), while the destination is updated silently in the background.

If you cannot find the new destination URL, check these places:

  • The site's homepage (many sites restructure URLs without setting up redirects)
  • The Wayback Machine at web.archive.org — paste the old destination URL to find an archived version and then search for the live equivalent
  • The site's search function using the page title

If expiry was intentional (a limited-time offer that has now ended), the correct action is to either extend the expiry date or redirect to a relevant landing page — a "this offer has ended" page, or your homepage.

If expiry was accidental:

  1. Open the link in your dashboard.
  2. Find the expiry / scheduled deactivation setting.
  3. Remove the expiry date or push it far into the future.
  4. Save.

Going forward, audit your link settings before publishing. If you are creating links for evergreen content — a guide, a product page, a signup form — set no expiry at all.

If the link no longer exists in your dashboard, you need to recreate it. The complication is that the original slug may no longer be available (another link may have claimed it, or the platform may not allow reuse of deleted slugs).

Steps to recreate:

  1. Create a new short link pointing to the correct destination.
  2. If possible, use the same custom slug as the original. On fewly, custom slugs are available as long as they are not taken.
  3. If the original slug cannot be reused, create a new one and update every place you can control — email footers, bio links, internal wikis, etc.
  4. For places you cannot update (printed materials, third-party posts), consider purchasing a redirect at the domain level if you control the custom domain.

Lesson for next time: treat short links the same way you treat passwords — never delete one unless you are certain it is completely unused. Use the disable/pause feature instead of deletion; most good platforms offer this.

Fixing a custom domain problem

A broken custom domain is urgent because it breaks every link under that domain.

Check DNS records first. Your shortener's help documentation will specify the required DNS records (usually a CNAME pointing to the shortener's infrastructure). Use a tool like Google Admin Toolbox to confirm your CNAME is correctly configured and propagated.

Common DNS problems:

Problem Symptom Fix
CNAME points to wrong host DNS error, site unreachable Update CNAME in your domain registrar
Domain expired DNS error for all links Renew domain at your registrar
SSL certificate expired "Not secure" warning Reissue certificate (usually automatic with the shortener)
TTL too high Fix deployed but slow to propagate Wait; lower TTL proactively next time

Check domain expiry. Log into your domain registrar and confirm the domain is registered and set to auto-renew. A lapsed domain is a catastrophic failure — once a domain expires and someone else registers it, all your branded links point to a stranger's site.

Once DNS is healthy, fewly's infrastructure resolves the redirect. No link-by-link fix is needed; all links under the domain recover automatically.


Step 3 — Verify the Fix

After applying your fix, confirm the repair worked:

  1. Open an incognito/private browser window (this prevents cached redirects from masking problems).
  2. Visit the short link.
  3. Confirm you land on the correct destination page.
  4. Check the final URL in the address bar matches what you intended.

If you manage many links, use a link health monitoring setup or periodic audits rather than waiting for users to report failures.


Prevention is substantially cheaper than repair, especially when links appear in materials you cannot edit.

Use a platform with redirect editing

Only use a shortener that lets you change the destination after creation. Free-tier links on some platforms are permanent and cannot be edited. With fewly's link management tools, every link's destination is editable at any time.

Never use shortener services without longevity

Avoid building campaigns around free shorteners operated by companies with unclear business models. When those services shut down, every link breaks permanently and there is no recovery path. The goo.gl shutdown showed how quickly link rot can affect millions of URLs. Own your links by using a platform where you control the data.

Use custom branded domains

Branded short links are more resilient. Because you own the domain, you are never at the mercy of a shortener changing its URL scheme. You can also switch underlying platforms while preserving every link by updating DNS. Learn more about setting up branded links and custom domains.

Link analytics do double duty: they show you traffic data, and they reveal dead links. A link that was getting 200 clicks per week and suddenly drops to zero is a signal worth investigating. Proactive monitoring catches broken links before users report them.

Audit destination URLs periodically

Schedule a quarterly audit of your highest-traffic links. Paste each destination URL into a browser and confirm the page loads. For large link portfolios, a simple spreadsheet with link slug, destination, and last-checked date is enough to stay on top of things.

Avoid linking to pages that are likely to move

Some destination types are higher risk than others:

  • Stable: Homepage, pricing page, permanent product pages
  • Medium risk: Blog posts (CMS migrations can break paths), documentation pages
  • High risk: Campaign landing pages, event pages, pages on other people's sites

For high-risk destinations, make a calendar reminder to check the link after any site migration or campaign end date.


If your short link appears in a context that search engines can crawl (a guest post, a public directory, or your own site), a broken redirect has a modest negative signal. More importantly, any link equity that was flowing through the short link to your destination is lost when the link breaks.

Fixing the destination redirect restores the signal. If the link was returning a 404 for an extended period, it may take search engines a few crawl cycles to re-discover the working redirect. There is no special action required beyond fixing the link itself.

Industry studies suggest that a meaningful fraction of links shared across the web become unreachable within two years — a figure that underlines why link management, not just link creation, matters for any organisation that relies on links in its marketing.


Frequently Asked Questions

This is almost always a destination problem, not a short-link problem. The destination page may have a mobile version at a different URL, or it may be returning errors only for certain user agents. Test by visiting the raw destination URL on both devices. If the problem is in the destination, update it in your dashboard.

It depends on the platform. On fewly, if you delete a link, the slug becomes available again for a new link. Some platforms permanently retire deleted slugs to avoid link hijacking. Check your platform's documentation, or simply try to create a new link with the same custom slug.

How long does it take for a fixed redirect to propagate?

For links hosted on fewly's infrastructure, changes to the destination URL take effect immediately — there is no propagation delay because the redirect is resolved server-side on every request. For custom domain issues related to DNS, standard DNS TTL applies, which can range from a few minutes to 48 hours depending on your previous TTL settings.

Historical analytics data is preserved. Fixing the destination URL does not reset click counts or traffic history. You will see a clear drop in the traffic graph during the period the link was broken, followed by recovery once the fix is live — which can itself be a useful diagnostic signal.

Almost always, redirect rather than delete. Deleting a link means any future visitor to that URL gets a permanent error. Updating the destination — even to your homepage, a relevant category page, or a "this content has moved" notice — gives every visitor somewhere useful to land. Deletion should be reserved for links that were created by mistake and have zero distribution.


The best time to set up proper link management is before a link breaks, not after. With fewly, every short link you create is editable, trackable, and protected by real-time analytics that surface problems early.

Start free — build your first link in under a minute, with no credit card required. When you are ready to scale, explore branded links, link analytics, and our full link management suite.

Share

Put these tips to work

Create a free fewly account and start shortening, branding, and tracking your links.