NFC Redirect URL: Change Your Tag's Destination Without Rewriting It
Write your tag once with a redirect link instead of a fixed URL, and you can point it somewhere new at any time — no re-tap, no new NDEF write, no wear on the chip.
Quick answer
Don't write your final destination straight onto the tag. Write a redirect URL instead — a short link from a service that lets you edit where it points — and you can change the destination as many times as you want without ever touching the tag again. A static NFC link works like a permanent 301 redirect: fixed once you set it, unchangeable after that. A redirect-service link works differently. The destination lives on the service's server, not on the tag, so updating it there changes where every tap lands, instantly. It's the same trick behind an NFC link-in-bio tag, just applied to a single destination instead of a menu of links.
Step-by-step
Pick a redirect service with an editable destination. Look for three things: you can change the target URL after the link is live, there's no forced ad or interstitial page in between, and — ideally — a domain you control. Bitly, for example, lets you log in, pick the link, and swap the destination — the short URL and any linked QR code stay the same, only where they lead changes.
Write the redirect's short URL to the tag, once. In NFCore's Write flow, choose the URL/URI record type and paste in the redirect link, not the page it currently points to. Under the hood this becomes a standard well-known-type NDEF URI record — the same format Android's NdefRecord.createUri() helper produces — so any NFC-capable phone reads it the same way. Tag memory is tight on the cheaper chips, but a short redirect URL fits comfortably even on the smallest NTAG213.
Change the destination from the redirect service's dashboard whenever you need to. New menu, new landing page, new season — edit the link once online, and every tag already in the field updates the moment you save. No re-tap. No rewrite.
Common problems and fixes
The free tier doesn't let you edit the destination. Some services gate that ability behind a paid plan. Check before you commit a batch of physical tags to a link — you don't want to find the edit button locked after 200 tags are already distributed.
The tag was locked before you switched to a redirect link. If you already wrote a fixed URL directly to a tag and it's not memory-locked, you can still swap the payload — just erase and reformat the tag and write the redirect link in its place. If it's locked, that content is permanent and you'll need a fresh tag.
The redirect page shows an ad or warning interstitial. That's a bad look for a tag on a restaurant table or at an event check-in. Switch providers, or self-host a lightweight redirect on a domain you own so nothing sits between the tap and the destination.
Doing this on NFCore specifically
Open Write, choose the URL/URI record, and paste in your redirect link — that's the whole setup. Afterward, use the Tag Inspector to confirm exactly what got encoded, so you're not guessing later whether the write took. Want the tag itself to feel dynamic at the chip level, instead of routing through a third-party service? That's a different, more advanced option — see our explainer on NTAG 424 DNA SUN and SDM, which builds a changing URL directly into the chip's response. For most creators and small businesses, though, a redirect link is the simpler path, and it works on any tag you already own. NFCore is free to try on the App Store and Google Play.
Frequently Asked Questions
Does writing a redirect URL wear out the tag faster than writing the real URL?
No — you write the tag once, the same as any other URL. The point of using a redirect link is that you're not rewriting the tag every time the destination changes, so it actually reduces wear over the tag's life.
Will this work on iPhone as well as Android?
Yes. Both platforms read the tag as a standard NDEF URI record and open it in the browser. iOS just requires an explicit tap on newer background-reading flows, similar to the confirmation step Android added in recent versions.
What happens if the redirect service shuts down or I stop paying for it?
The tag becomes useless until you rewrite it, because the short link it points to will stop resolving. Pick a redirect service you're confident will stay running, or use a domain and redirect rule you control yourself so you're not dependent on a third party's uptime.
Can I track how many times the tag was tapped?
Yes, if your redirect service logs clicks — most do. That click count is a reasonable proxy for taps, though it also includes anyone who follows the same link outside the tag, like from a printed QR code using the same URL.
Conclusion
Write the tag once with a redirect link, and you can edit the destination forever after — no re-tap, no re-write, no new tag. It's a small setup choice that pays off the moment your menu changes, your campaign ends, or your landing page moves. The pattern scales past a single tag, too: design one business card, table tent, or wristband layout, point each at its own editable redirect link, and update any of them independently, anytime, without writing a single new tag.