Skip to main content

Mastering Bullet Points and Lists

Version 2.0 Standard: Premium

Lists are the "speed bumps" of content. They stop the scan and force the user to pay attention.

More importantly, lists are the primary target for Google's List Featured Snippets. If you format your lists correctly, you can rank Position #0 without changing a word of your content.


Part 1 — The Mechanics of a "Winning" List

A list is not just a collection of items. It is a structured data set.

1. The Parallel Structure Rule

Every item in a list must follow the same grammatical pattern. This reduces cognitive load.

  • Verb-First: Analyze, Create, Publish. (Best for instructions)
  • Noun-First: The Tools, The Strategy, The Cost. (Best for features)
  • Question-First: Why do we...? How do we...? (Best for FAQ)

2. The "3 to 9" Limit

  • Minimum: 3 items. (2 items is a comparison, not a list).
  • Maximum: 9 items. (Beyond 7±2, short-term memory fails).
  • Exception: "Top 50" posts, which are lists of lists.

3. The "Lead-In" Sentence

Never drop a list without a setup. The sentence before the list must act as a label.

  • Bad: "Here are things:"
  • Good: "To improve your site speed, follow these three steps:"
  • Best: "The three core factors of site speed are:" (Google loves this for Snippets)

How to format a list so Google steals it for Position #0.

flowchart TD
A[Identify List Topic] --> B{Is it Ordered or Unordered?}
B -- Sequence/Rank --> C[Use Numbered List <ol>]
B -- Collection/Tips --> D[Use Bullet List <ul>]
C --> E[Write Descriptive H2]
D --> E
E --> F[Add Lead-in Sentence ending in colon]
F --> G[Bold the first 3-5 words of each item]

The "Snippet Bait" Formula

  1. H2 Heading: Clearly states the question (e.g., "How to Clean a Camera Lens").
  2. Lead-in: Restates the answer connection (e.g., "Follow these 5 steps to clean your lens safely:").
  3. List Items: Start with the Action Verb or Core Noun in bold.

Part 3 — Types of Lists (And When to Use Them)

Code: <ul> / - Item Use When: The order does not matter. Examples: Feature lists, ingredients, benefits, tools.

  • Speed
  • Security
  • Scalability

Part 4 — Bad vs. Good Examples

Things to check for SEO:

  • You should look at your keywords.
  • Backlinks are also important to check.
  • Checking the speed of the site.
  • Content.

(Why it fails: Broken parallelism. "You should..." vs "Backlinks" vs "Checking". Hard to scan. No bold anchors.)


Part 5 — AI Collaboration Guidelines

AI is messy with lists. It often mixes "verbs" and "nouns" in the same list.

The "Parallelism Polish" Prompt

Role: Editor Task: Fix the following list to ensure strict parallel structure. Rules:

  1. Choose one structure: "Imperative Verb + Object" OR "Noun + Description".
  2. Ensure every item starts with a bolded phrase (2-4 words).
  3. Ensure all items are roughly the same length (within 1 line of each other).
  4. Add a lead-in sentence ending in a colon. Input: [Paste messy list]

Pattern to Fix: The "Wall of Bullets"

AI will sometimes give you a list of 20 items. Fix: Split it into sub-categories.

  • "Tools for Writing" (5 items)
  • "Tools for Research" (5 items)
  • "Tools for Analytics" (5 items)

Part 6 — Output Checklist

  • Parallel Check: Do all items start with the same part of speech?
  • Bold Anchors: Is the first phrase of each bullet bolded?
  • Length Check: Are list items roughly equal length?
  • Snippet Check: explicit H2 + Lead-in Sentence used?
  • Count Check: Between 3 and 9 items? (Split if >10).