Generated Text
Lorem Ipsum — Placeholder Text Generator
The lorem ipsum block above generates placeholder text in three units: paragraphs, sentences, or individual words. The text itself is a centuries-old typesetting scramble of Cicero's De Finibus Bonorum et Malorum sections 1.10.32–1.10.33 (~45 BCE), a Roman philosophical treatise on the rational pursuit of pleasure versus pain. The fragment 'lorem ipsum dolor sit amet' surfaces through orphaned galley type — the 1914 Loeb Classical Library edition documents one such galley-break of 'dolorem ipsum'. Latin scholar Richard McClintock at Hampden-Sydney College traced the connection by searching for occurrences of consectetur, and published the discovery in a 1994 letter to Before & After magazine — until then the text was widely assumed meaningless. Letraset transfer-sheet catalogues popularized the filler among graphic designers in the 1960s. In July 1985, Aldus Corporation shipped PageMaker 1.0 for the Apple Macintosh at $495 — one of the first widely-adopted commercial desktop publishing programs — with lorem ipsum bundled as the default template; Aldus art director Laura Perry adapted the text from Letraset specimens. PageMaker reached 250,000 copies by 1990, and the default-template inheritance propagated through QuarkXPress, Microsoft Word, and later WordPress, Joomla, and Drupal. Most modern lorem ipsum tooling traces lineage to the same Perry-adapted source.
About this tool
Output formats: paragraphs render full <p> blocks, sentences output a <p> with one sentence each, and words mode outputs comma-separated tokens. The output is generated client-side from a deterministic seed string; no API call, no upload. Two non-obvious considerations matter for production use. First, accessibility: WCAG 2.2 Guideline 3.1 (Readable) requires content language be machine-identifiable, but lorem ipsum is not real Latin in semantic terms — it is scrambled fragments. Screen readers announce it as nonsense and accessibility audits flag it as non-localized text. Production-leaked lorem ipsum is hostile to assistive-technology users in a way the visual designer never sees on a styled mockup. Second, search engine quality signals: Screaming Frog's SEO Spider tracks Lorem Ipsum Placeholder as a dedicated content-issue category — industry tooling has formalized the anti-pattern. The mitigation is mechanical: add a literal 'lorem ipsum' grep to the pre-launch checklist, run it against every staging build, and fail CI on hits. The check costs nothing; one production-leaked block costs reranking penalties and stakeholder embarrassment. Use this generator for design proofs, component-library Storybook examples, and copy-flow mockups — never as live content.
- Generate paragraphs, sentences, or individual words
- Customizable output count for each unit
- Cicero-derived seed text (Perry-adapted from Letraset specimens via PageMaker 1.0)
- One-click copy to clipboard with toast confirmation
- Pure client-side generation — no API call, no upload
- Reactive — output updates instantly when format or count changes
- Works offline once the page is loaded
- Useful for design mockups, component-library examples, layout testing
- Output deterministic from seed — same parameters always produce the same text
- Pre-launch checklist reminder: never ship lorem ipsum as live content
Free. No signup. Your inputs stay in your browser. Ads via Google AdSense (consent required).
Frequently asked questions
Where does the Latin actually come from?
The text traces to Cicero's De Finibus Bonorum et Malorum (On the Ends of Good and Evil), sections 1.10.32–1.10.33, written around 45 BCE — a Roman philosophical treatise on the rational pursuit of pleasure versus pain. The fragment 'lorem ipsum dolor sit amet' surfaces because an early typesetter broke 'dolorem ipsum' across a galley boundary, leaving 'lorem ipsum' as orphaned dummy type. Latin scholar Richard McClintock at Hampden-Sydney College traced the connection by searching for occurrences of consectetur, and published the discovery in a 1994 letter to Before & After magazine — until then the text was widely assumed meaningless.
Why use lorem ipsum instead of random English text?
The point of placeholder text in design proofs is typographic neutrality: the reader should focus on type weight, line length, leading, and color rather than parsing meaning. English filler like 'Quick brown fox' or repeated marketing copy pulls the eye into reading. Lorem ipsum is dense enough to behave like Latin (long words, varied lengths) but linguistically unfamiliar to most readers, so the eye scans pattern instead of words. The same principle motivates non-Latin alternatives in markets where Latin is too familiar — Japanese-script and Cyrillic placeholder variants exist for exactly this reason.
How did lorem ipsum end up bundled in every desktop publishing app?
Aldus Corporation released PageMaker 1.0 for Macintosh in July 1985 at $495 — one of the first widely-adopted commercial desktop publishing applications. Aldus art director Laura Perry adapted lorem ipsum into the default template from typographic specimens, including Letraset transfer-sheet catalogues that had popularized the filler since the 1960s. PageMaker reached 250,000 copies by 1990, and the default-template inheritance propagated through QuarkXPress, Microsoft Word, and later WordPress, Joomla, and Drupal. Most modern lorem ipsum tooling traces lineage to the same Perry-adapted source.
Is lorem ipsum accessible to screen readers?
No. WCAG 2.2 Guideline 3.1 (Readable) requires content language be machine-identifiable, but lorem ipsum is not actual Latin in semantic terms — it is scrambled fragments. Screen readers announce it as nonsense and accessibility audits flag it as non-localized text. The failure mode is production leakage: a designer's mockup ships to a live page, and assistive-technology users hear gibberish that the visual designer never sees on a styled comp.
Why does shipping lorem ipsum to production hurt SEO?
Search engines treat semantic-empty text as a quality signal against the page. Screaming Frog's SEO Spider tracks Lorem Ipsum Placeholder as a dedicated content-issue category — industry tooling has formalized the anti-pattern. Recommended mitigation is mechanical: add a literal 'lorem ipsum' grep to the pre-launch checklist, run it on every staging build, and fail CI on hits. The check costs effectively nothing; one production-leaked block costs reranking penalties, stakeholder embarrassment, and (in regulated industries) compliance review.
Sources (6)
- Cicero, M. T. (~45 BCE). De Finibus Bonorum et Malorum (On the Ends of Good and Evil), sections 1.10.32–1.10.33. Latin philosophical treatise; modern reference: Loeb Classical Library (1914 edition).
- McClintock, R. (1994). Letter identifying the Cicero source of 'lorem ipsum' through occurrences of consectetur. Before & After magazine; McClintock served as Latin scholar at Hampden-Sydney College.
- Aldus Corporation (1985). PageMaker 1.0 launch — desktop publishing for Apple Macintosh ($495), default lorem ipsum template adapted from Letraset specimens by art director Laura Perry. Aldus Corporation, Seattle; July 1985 launch.
- Letraset Limited (1960s). Dry-transfer typographic specimen sheets popularizing lorem ipsum among graphic designers. Letraset Ltd., London (founded 1959).
- Screaming Frog Ltd. (2024). SEO Spider Issues — Content: Lorem Ipsum Placeholder (issue category). screamingfrog.co.uk/seo-spider/issues/content/lorem-ipsum-placeholder/.
- W3C (2023). Web Content Accessibility Guidelines (WCAG) 2.2 — Guideline 3.1 Readable (under Principle 3 Understandable). W3C Recommendation, 5 October 2023; republished 18 December 2024.
These are the original publications the formulas in this tool are based on. Locate them by journal name and year on Google Scholar or PubMed.