Lorem Ipsum is live on your website, and it's costing you

The most damaging website problems are rarely design problems. They are QA failures nobody looked for: placeholder text, dead links, and buttons wired to the wrong place.

QDev · Published · 7 min read


Somewhere on the web right now, a real organisation's testimonial carousel is telling prospective customers that “Lorem Ipsum is simply dummy text of the printing and typesetting industry,” attributed to “Profile name, CEO.” Not on a staging server. In production, on the page whose entire job is to build trust.

We know because we keep finding it in audits, on recently rebuilt sites with good design systems and professional photography. The pattern is consistent: the launch was judged by how the site looks, and nobody clicked everything before it shipped.

Why small QA failures do outsized damage

Visitors do not review websites section by section; they form one judgement about whether an organisation is careful. A single visible placeholder quote does not read as “one unfinished card.” It reads as “nobody here checks things”, at the exact moment someone was deciding whether to trust you with money, data, or time. Trust signals are the worst possible place to be sloppy, and by an unkind law of QA they are where placeholder content most often survives: testimonials, team photos, case-study cards. The content that arrives last is the content most likely to ship unfinished.

Dead links do the same damage in slow motion. A blog card that goes nowhere, a team photo linked to “#”, a carousel item that cannot be clicked: each one teaches the visitor that the interactive surface cannot be trusted, so they stop exploring. For anyone using a screen reader, those same dead links are worse: focusable controls that announce themselves and then do nothing.

The miswired button nobody notices

The most expensive QA failure we find is also the least visible: a call-to-action wired to the wrong destination. In a recent audit of a charity's rebuilt site, the homepage hero's “Get started” sent every first-time visitor to a login screen for an account they did not have. The correct sign-up link existed and was used correctly on four other pages. One template, one wrong URL, every new visitor from the most visited page walking into a dead end since launch.

Nobody inside the organisation notices this class of error, because insiders already have accounts, already know the right page, and rarely follow their own funnel from a cold start. Analytics will show the symptom of traffic that arrives and evaporates, but not the cause. The only way to catch it is to walk every call-to-action as a stranger and write down where each one actually lands.

A pre-publish gate that takes an afternoon

None of this requires a design budget. It requires a checklist run against the live site (not the design file, not staging) before launch and after every significant content change:

  • Search the rendered site for “Lorem Ipsum”, “Placeholder” and template default text.
  • Click every link and button; anything pointing at “#” gets fixed or removed.
  • Follow the primary call-to-action from every landing page as a first-time visitor.
  • Advance every carousel to its last slide; placeholders hide at the end.
  • Check repeated content blocks for accidental duplicates.
  • Read image alt text; “Placeholder Image” is live more often than you would think.

The carousel point deserves emphasis. Sliders and tabs are where unfinished content goes to hide, because reviewers look at the first slide and move on. If a component requires interaction to see all of its content, all of its content needs to be part of the review.

Why this survives professional rebuilds

These failures are not a mark of amateur teams. They survive because launches are reviewed as designs rather than walked as journeys, because content arrives after sign-off and is pasted in under deadline, and because no one owns the boring job of clicking everything. A rebuild makes it worse: the novelty of the new design consumes all the review attention, and the wiring underneath it gets a fraction.

The fix is ownership, not heroics. One named person runs the gate before anything ships; the gate is a document, not a memory; and “the site looks done” is never accepted as evidence that it is done.

If you have not walked yours lately

Most organisations have never once followed every call-to-action on their own site from a cold start. If that is you, the afternoon checklist above is free and will probably find something. If you would rather have systematic eyes on it, our fixed-fee UX audit maps every conversion path on the site and ranks everything it finds by impact and effort. Send us the URL and we will tell you what a week of looking would cover.