Readable addresses and redirects: keeping your links alive

Readable addresses and redirects: keeping your links alive

Membergate Support -

Every page address on your site is a small promise. Members bookmark it. Other websites link to it. You paste it into emails that sit in inboxes for years. Search engines store it and send visitors to it. As long as the address works, all of that keeps paying off.

Then you reorganize your library, rename a course, move to a new platform or tidy up your categories, and the old addresses stop working. Visitors hit a “page not found” error, members lose their bookmarks and the search value those links built up drains away. Readable addresses and proper redirects prevent most of that damage.

What makes an address readable

An address, or URL, has two main parts: the domain (your site’s name) and the path (everything after the first slash, which identifies the page). You control the path, and a good one is:

  • Descriptive. It tells a person what the page is before they click.
  • Short. A few meaningful words, without filler like “the,” “and” or “of.”
  • Lowercase, with hyphens between words. Hyphens are the standard word separator; spaces and underscores cause problems.
  • Free of clutter. No session codes, tracking tags or long strings of numbers where you can avoid them.
  • Shallow. One or two folders deep, not five.

Here is how a hypothetical photography community might clean up some addresses:

  • Before: /forum/viewtopic.cfm?t=8812&sid=a91f3c
  • After: /forum/night-sky-photography-tips
  • Before: /content/tutorials/beginner/landscapes/Lesson_4_Golden_Hour_FINAL
  • After: /tutorials/golden-hour-landscapes

Also pick one version of your domain and stick to it: with or without “www,” always on https. Every other version should redirect to the one you chose.

Choose addresses you won’t need to change

The best redirect is the one you never need. When you set an address, leave out words that are likely to go out of date:

  • Dates, unless the page genuinely belongs to a date, like an event recap.
  • Words like “new,” “latest” or “free,” which stop being true.
  • Membership level names and prices, which you may change.
  • Deep category folders that tie a page to a structure you may reorganize later.

Decide the address before publishing, as part of the routine in give every page a job before you publish it. Changing it after other sites have linked to it is always more work.

Redirects explained in plain terms

A redirect is an instruction that sends anyone who requests an old address to a new one. The type matters:

  • 301 (permanent). “This page has moved for good.” Search engines treat it as a strong signal to replace the old address with the new one in their results and to credit the new page with the old one’s links. Use this for almost every move.
  • 302 (temporary). “This page is elsewhere for now.” Search engines may keep the old address in their results. Use it only for genuinely temporary situations.
  • 404 (not found). Not a redirect, but the error a missing page returns. Fine for pages that are gone for good with no replacement.

Some ground rules for redirects:

  1. Redirect to the closest equivalent. Send the old page to the page that best replaces it, not to your home page. Mass redirects to the home page frustrate visitors and are often treated by search engines as if the page were simply missing.
  2. Avoid chains. If A redirects to B and B redirects to C, change A to point straight to C.
  3. Keep redirects in place. Links in old emails and on other sites last for years. Leave redirects running indefinitely if you can.
  4. Update your own links. Point internal links at the new address directly rather than relying on the redirect. Internal linking works best when every link goes straight to a live page.

A worked example: the redirect map

The photography community decides to reorganize its tutorials and retire its old forum software. Before changing anything, it builds a redirect map, a simple two-column list of every old address and where it should go:

  • /tutorials.cfm?id=12 goes to /tutorials/long-exposure-basics
  • /tutorials.cfm?id=13 goes to /tutorials/long-exposure-basics (merged with the lesson above)
  • /gallery/contest-winners-archive goes to /contests/past-winners
  • /members/critique-rules goes to /help/critique-guidelines
  • /tutorials.cfm?id=19 is retired with no equivalent and returns a helpful not-found page

To build the old-address column, the community pulls every address from its sitemap, the top landing pages in its analytics, and the pages listed in Google Search Console. The pages with the most visits and the most links from other sites get checked twice.

After launch, someone clicks through every old address on the list to confirm it lands in the right place, then watches Search Console’s reports for new “not found” errors over the following weeks.

Don’t forget members-only addresses

Search engines can’t see your members-only pages, but members can, and their links matter just as much. Lesson addresses end up in bookmarks, welcome emails, newsletters and forum posts. Sent emails can’t be edited, so a broken lesson link in your welcome series frustrates every new member who clicks it.

Also check what happens when a logged-out member clicks a members-only link. Ideally they are asked to log in and then taken straight to the page they wanted, not dumped on a generic dashboard.

Your link-keeping checklist

  1. Pick one version of your domain and make sure all others redirect to it.
  2. Check that new pages get short, descriptive, lowercase addresses with hyphens.
  3. Before any reorganization or migration, build a redirect map covering every old address.
  4. Use permanent 301 redirects to the closest equivalent page, never a blanket redirect to the home page.
  5. Remove redirect chains and update internal links to point to final addresses.
  6. Test the links in your automated emails and course lessons after any change.
  7. Check Google Search Console for not-found errors after every significant change.

0 Comments

Comments are reviewed before they appear.