Lorem Ipsum: The Complete Guide (2026)
Lorem ipsum is a 500-year-old design joke that survived because nothing better ever replaced it. The history, the reason it still works, the places it quietly ruins layouts, and the alternatives worth knowing.
- What lorem ipsum actually says
- Why designers still use 500-year-old scrambled Latin
- The case against lorem ipsum
- Six modern alternatives to lorem ipsum
- How much lorem ipsum is the right amount
- Lorem ipsum in different design tools
- The lorem ipsum SEO disaster
- Generating lorem ipsum that matches the destination
- The history: how a 1500s typesetter created the global design standard
What lorem ipsum actually says
The standard lorem ipsum paragraph opens with the line every designer has typed a thousand times:
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
It reads like Latin. It is, in fact, scrambled Latin. Taken from Cicero's De Finibus Bonorum et Malorum, written in 45 BC, specifically section 1.10.32. The original passage is a treatise on the theory of ethics, and the relevant sentence is "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit…". Roughly, "Nor is there anyone who loves pain itself because it is pain."
An unknown printer in the 1500s pulled that sentence apart, dropped the first syllable of dolorem, rearranged the order, and stitched it into a Latin-looking block of placeholder text for type specimens. The first two words. Lorem ipsum. Are themselves a fragment. Lorem isn't a Latin word at all; it's the tail of dolorem with the do chopped off. That accidental orphan became the most recognized opening line in graphic design.
Why designers still use 500-year-old scrambled Latin
The case for lorem ipsum is structural, not historical. Real prose distracts. The moment a stakeholder reads "Welcome to Acme Corp, the leading provider of widgets," the conversation pivots from the layout to the wording. are we really the leading provider? is the tagline strong enough?. And the design review derails.
Lorem ipsum solves that by being almost-text. The eye accepts it as prose because the letter distribution and word lengths look right; the brain doesn't try to parse meaning because there isn't any. The layout, the type hierarchy, the rhythm of the columns. That's what gets evaluated. This is also why the alternative often suggested by reasonable-sounding people. "just type the real words". Frequently fails. The real words pull focus away from the design.
The same property explains lorem ipsum's longevity. Anything readable would be argued about. Anything purely random. "asdf asdf qwer". Looks broken. Scrambled Latin sits in the narrow band between meaningful and noise: it's prose-shaped without being prose. Five centuries of designers haven't found a better placeholder, because the requirement itself is unusual.
The case against lorem ipsum
Lorem ipsum has three real failure modes. And they're common enough that "always use real content" has become a serious counter-position in modern UX.
The layout fits the placeholder, not the real copy. Lorem ipsum produces beautifully even word lengths and consistent line breaks. Real product descriptions don't. Headlines run short or long depending on what the brand actually says. The mockup looks perfect; the real content arrives and breaks the design.
Critical UI text gets faked. Headlines, calls to action, button labels, and navigation are design decisions, not body copy. Filling them with lorem ipsum hides the hardest design problem. Making the words and the layout work together. Reviewers approve a layout that the real copy can't support.
The placeholder ships. The single most common lorem ipsum failure is that someone forgets to replace it. The page goes live with "Lorem ipsum dolor sit amet" in the hero, and stays that way until a user (or Google, or a competitor) notices.
Six modern alternatives to lorem ipsum
The standard lorem ipsum text isn't the only option, and it isn't always the best one. Six alternatives that handle the cases lorem ipsum doesn't:
- Real content from the CMS. The single highest-value placeholder is the actual content brief. Pulled from the spec, the old version of the site, or a draft of what the copywriter is working on. Slightly stale real content is more accurate than perfect fake content.
- AI-generated genre-specific prose. "Write me 50 words of e-commerce product description for a wireless headphone" produces placeholder text with the right rhythm and vocabulary for the mockup. For most 2026 design work, this is the best default.
- Hipster Ipsum, Bacon Ipsum, Cupcake Ipsum. Thematic variants for casual projects, decks, or internal mockups where lorem ipsum's tone feels too formal. Useful for projects with a sense of humor; useless for serious enterprise work.
- Corporate Ipsum. Generated business jargon ("synergize cross-functional deliverables to maximize shareholder value"). The right register for B2B mockups where lorem ipsum's classical tone is wrong.
- Random English words. A run of dictionary-random words from a tool like Random Word reads as nonsense in the same way lorem ipsum does, but in the actual target language. Better for non-Western projects where Latin reads as alien.
- Just type the real words. For the highest-stakes UI text. Headlines, CTAs, microcopy. There is no substitute for typing what the real copy is likely to say. If "Add to cart" is the button, the placeholder should be "Add to cart."
The right alternative is a function of the stage. Early layout exploration tolerates lorem ipsum. Late-stage design review needs content that resembles what will actually ship. Production-bound design needs the real content, full stop.
How much lorem ipsum is the right amount
The single most common mistake is "fill to the layout." A design has a content box; the designer generates lorem ipsum until the box is full; the box ends up holding three paragraphs of dummy text. Then the real content arrives. Sixty words, not three hundred. And the box looks empty.
The rule that produces designs that survive contact with real content: placeholder length should match the planned content length, not the available space. If the spec says "60-word product description," the lorem ipsum paragraph should be 60 words. If the headline will run 8-12 words, the placeholder headline should run 8-12 words. The Word Counter takes ten seconds to confirm this before pasting.
For multi-section pages, a useful pattern is to vary the lorem ipsum length deliberately. Short, medium, and long sample paragraphs scattered through the design. Real content varies. A page where every text block is identically 80 words looks like a template, not a living page.
Lorem ipsum in different design tools
The big four design tools handle lorem ipsum differently. Knowing which is which saves the "open browser, copy, paste" trip:
| Tool | Lorem ipsum source |
|---|---|
| Figma | Built-in Type → Insert Lorem Ipsum menu, plus community plugins (Lorem Ipsum Generator, Content Reel) for sentence and paragraph variants |
| Sketch | Craft plugin (free, by InVision). Generates paragraphs, sentences, words. Also handles real content from JSON sources |
| Adobe XD | Built-in. Right-click any text layer, choose Type → Lorem Ipsum |
| Photoshop / Illustrator | Type → Fill with Placeholder Text. Adobe's standard since CC 2014 |
| Web / HTML | Paste from a Lorem Ipsum generator. Fastest path when working outside a design app |
For static HTML wireframes. Pure markup, no design tool. The browser-based generator is faster than any plugin path. Paste, set length, copy, drop in.
The lorem ipsum SEO disaster
Real published pages with "Lorem ipsum dolor sit amet" are still in Google's index in 2026. A site-search for the phrase returns thousands of pages. Small business sites, abandoned drafts, half-built landing pages, even some surprisingly large brands. The exposure happens for a small number of reasons, none of them good.
What Google does with these pages is predictable. The crawler reads the placeholder, classifies the page as low-quality or duplicate content (the same lorem ipsum string appears on millions of pages), and quietly suppresses ranking for the page's target keywords. The page isn't penalized in the technical sense. It's just not competitive. A site with five well-built pages and one lorem ipsum page underperforms a site with five well-built pages and no junk.
The fix is also predictable. Before a page goes live, search the source for "lorem ipsum". Including the variants dolor sit amet, consectetur, eiusmod. Any hit gets replaced or removed. CI/CD pipelines for serious sites add this as an automated check; the regex is one line.
Generating lorem ipsum that matches the destination
Three formats cover almost every use case. The wrong format is what produces the "lorem ipsum but wrapped in <p> tags I have to delete" friction:
- Plain text. For design tools, slide decks, mockups. No tags, just words and paragraph breaks. The default output of most generators.
- HTML. For static wireframes, prototypes, and CMS imports. Each paragraph wrapped in
<p>; headings as<h1>,<h2>, etc. Lists optionally as<ul>/<ol>. - Markdown. For documentation drafts, README previews, blog post mockups. Paragraphs separated by blank lines; no inline syntax (which would risk being read as real formatting).
The second decision is whether the text begins with the classic Lorem ipsum dolor sit amet. For type specimens and design reviews, keeping the canonical opener helps reviewers immediately recognize the text as placeholder. For mockups where the opening words matter. Hero copy, first paragraph of a landing page. Start mid-passage to avoid the "lorem ipsum tell." Both options live as toggles in any serious generator.
For complementary content patterns. Slug formats, AI-generated copy, length checking. See Text Tools for the AI Era and the more general Blog Post Length: How Many Words in 2026.
The history — how a 1500s typesetter created the global design standard
The need for placeholder text appeared with movable type, when printers had to test layouts before knowing what text they'd eventually print. The scrambled Cicero passage was almost certainly first used in a printer's specimen book in the mid-1500s. The specific source. Which printer, which year, which town. Has never been identified despite five hundred years of book historians looking.
Two events made it the global standard. In 1960, Letraset in London put lorem ipsum on its dry-transfer lettering sheets, putting the text in the hands of every graphic designer working on paper. In 1985, Aldus PageMaker. The first widely-used desktop-publishing software. Shipped lorem ipsum as the default placeholder. By the time the web arrived, an entire generation of designers had spent their formative years staring at "Lorem ipsum dolor sit amet."
The most striking thing about the history is what didn't happen. Five centuries, four major shifts in printing technology, and a complete change in what "design" means. And the placeholder didn't change. The accidental orphan from Cicero became the most stable element in graphic design.
Frequently asked questions
What does lorem ipsum mean?
Strictly speaking, nothing. Lorem ipsum is scrambled Latin. A passage from Cicero's De Finibus Bonorum et Malorum (45 BC) that a 1500s typesetter chopped up and rearranged until the words no longer formed coherent sentences. The opening "Lorem ipsum dolor sit amet" is a fragment of "dolorem ipsum quia dolor sit amet". Roughly "pain itself, because it is pain". With the first syllable cut off.
Where did lorem ipsum come from?
From section 1.10.32 of Cicero's De Finibus Bonorum et Malorum, written in 45 BC. An unknown printer in the 1500s scrambled the passage to create a Latin-looking but meaningless block of text for type specimens. It survived essentially unchanged for five centuries and became the global design-industry standard when Letraset put it on dry-transfer sheets in the 1960s and Aldus PageMaker shipped it as default placeholder text in the 1980s.
How much lorem ipsum should I use?
Use the amount the final copy will plausibly occupy. Not the amount that fills the visible space. If a product description will run roughly 60 words, the placeholder should be roughly 60 words, even if 200 words would make the box look fuller. Designing to inflated placeholder is the single most common way lorem ipsum hurts a layout.
Is it bad to use lorem ipsum?
Only when it stands in for content that needs to drive the design. Headlines, calls to action, value propositions, navigation labels. For body copy in a layout review, lorem ipsum is fine and arguably better than real prose, because it forces stakeholders to evaluate the layout rather than argue about the word choice.
Can I leave lorem ipsum in a final design?
No, and the cost of leaving it is higher than most people assume. Real published pages with "Lorem ipsum dolor sit amet" still appear in Google's index in 2026. The pages get crawled, get classified as low-quality or unfinished, and lose ranking in their category. Worse. Anyone reading the page sees that the team shipped without checking.
What are good alternatives to lorem ipsum?
Six work well: real content pulled from the actual CMS or content brief, AI-generated genre-specific prose (a paragraph of e-commerce copy for an e-commerce mockup), thematic variants like Hipster Ipsum or Bacon Ipsum for casual projects, Corporate Ipsum for business mockups, dictionary-random words from a tool like Random Word, or simply typing what the real copy is likely to say. The right alternative depends on what stage of design review the placeholder is for.
Keep reading
Written by SAVI. We build the tools we write about. Try the Lorem Ipsum generator used in this post.