The Weekday Press blog
Broken links, orphaned pages, and rewritten titles
Three quiet problems on older sites, how to verify each one, and which repairs are safe to make first.
Broken links send readers to the wrong outcome
A broken internal link may return a real 404, redirect through several addresses, or land on a generic page that no longer answers the linked phrase. Test the destination rather than trusting a scanner label.
If the page moved and has a clear replacement, use a permanent redirect and update the internal link. If the content is gone with no replacement, keep the honest 404 and remove or rewrite the reference.
Orphaned pages have no deliberate route in
An orphaned page is not necessarily absent from every crawler index. It is a page the site itself does not link to in a meaningful way. That makes it harder for visitors to discover and harder for the site to communicate how the page belongs.
Google recommends that every page you care about have a link from at least one other page. Add that link where it helps the reader continue, or remove the page from the priority set.
Rewritten titles expose competing labels
Google may use the title element, visible heading, prominent text, and anchor text to form a title link. A rewrite can reveal an empty, obsolete, repeated, or conflicting title.
Compare what Google displays with the title and H1. Repair the mismatch that makes the page less accurate. Do not chase the displayed wording query by query.
Repair the low-risk items before structural work
Updating a broken internal link, rewriting an inaccurate title, linking an orphaned article from a relevant page, adding missing alt text, or creating a correct redirect is usually contained work. It can be reviewed URL by URL.
Theme, template, navigation, speed, and broader structure changes can affect many pages at once. Scope those separately, preserve a rollback path, and do not hide them inside a generic cleanup promise.
- Confirm the actual response and destination.
- Name the page that should link to an orphan.
- Align the title and visible heading.
- Separate contained repairs from sitewide changes.