Academy

Pros and Cons Blocks: Format and Rules

Build honest pros and cons blocks that help buyers weigh real trade-offs, compare options consistently, and give answer engines reliable evaluation to quote.

12 min read

A pros and cons block gives one named option a compact, balanced evaluation. It helps a reader see what the option does well, what it asks them to accept, and whether those trade-offs fit the decision at hand. The block below is the live production model: one owner, parallel item construction, and meaningful limitations rather than disguised praise.

Relay project software for a 12-person agency

Pros

  • Client approvals stay in the project record. Comments, decisions, and version history remain attached to each deliverable.
  • Templates reduce repeated setup. Teams can duplicate task groups, owners, and deadlines for recurring client work.
  • Guest access is available without full seats. Clients can review assigned work without entering the internal workspace.

Cons

  • Annual billing is required for this plan. A team testing the workflow cannot switch to a month-to-month commitment.
  • CSV export omits approval history. Teams that archive decisions outside the platform need a separate export process.

The product name and details are illustrative. Notice that each item begins with a short claim and adds one sentence of substantiation. The positive and negative sides discuss capabilities, operating constraints, and consequences at the same level of detail.

Why this element matters

Buyers must separate useful capabilities from promotion, then identify the costs and constraints a seller may describe elsewhere or omit. A pros and cons block lowers that effort by placing both sides in one bounded unit. It does not make the decision; it exposes the trade-offs behind it.

Trust comes from visible tension. Five enthusiastic advantages beside one cosmetic drawback—“So many features that beginners may feel spoiled”—looks balanced in shape but not in substance. Readers recognize the persuasion tactic immediately. A real con could change a purchase, exclude an audience, add cost, introduce risk, or require a workaround. The minimum is normally two meaningful cons. If research truly uncovers only one, say what was tested and why no second limitation could be verified instead of inventing filler.

Machine extractability is the ability of software to isolate a statement without losing its subject or meaning. Answer engines quote pros and cons heavily because labels classify the evaluation and short items create clean boundaries. A vague or invented con can therefore be repeated without its qualification. Write every item as if only the block title will travel with it.

When to use it

Use this element when the reader is evaluating a clearly named product, service, method, plan, or option and both advantages and limitations can be supported. It is especially useful after a review section, inside a repeated shortlist entry, or after evidence on a product page. The reader should already understand what the option is and the scenario in which it is being judged.

Do not use it when the page merely needs two opposing arguments. “Reasons to migrate” and “reasons to wait” may be a decision framework, not product pros and cons. Do not use it for risks that require urgent action; a warning must state the consequence and response directly. Do not use it as a substitute for a full comparison table when several options must be assessed against the same precise criteria.

Common near misses include:

  • Feature list plus objections: features describe what exists; a pro explains why a capability helps the named buyer. Frequently asked sales objections are not automatically cons.
  • Pros and precautions: a medical, legal, financial, or safety precaution needs the prominence its consequence requires.
  • A verdict in disguise: if pros support one option while cons attack another, the block has no single owner.
  • Unresearched symmetry: never invent a third con to match three pros; research depth matters more than equal counts.
Logo

Ready to Monitor Your AI Visibility?

Track how AI chatbots mention your brand across ChatGPT, Perplexity, and other platforms.

Where to place it

A pros and cons block always belongs to one nearby owner: the option named in its heading or accessible label. Place it after the description and evidence for that option, where it can summarize established trade-offs. Never use it as the opening block. At that point the reader lacks the scope, audience, plan, version, and evidence needed to interpret the claims.

On a multi-option page, give each option one block in the same location and form. Five detailed items for A and two vague bullets for B create bias. Apply the same limits, claim pattern, heading order, and sourcing threshold.

Do not float it between option sections, repeat a nearby comparison table, or insert a call to action between the description and block. A testimonial cannot sit inside or between the lists because endorsement and editorial evaluation need separate boundaries.

Anatomy

Rendered legend

  1. Owner heading: names the exact option, plan, version, and audience when those details affect the evaluation.
  2. Pros label: visible text that classifies the following list as advantages; color and icons are supplemental.
  3. Cons label: visible text that classifies the following list as limitations under the same evaluation scope.
  4. Short claim: a self-contained, specific statement of no more than 90 characters where practical.
  5. Optional substantiation: one sentence explaining evidence, consequence, or buyer relevance; no more than 160 characters.
  6. Source note: identifies first-hand testing, vendor documentation, or an attributed review when the claims are not common observable facts.

The lists are peers: neither receives stronger type, contrast, or space. Authors supply meaning and evidence; the renderer supplies presentation.

Design examples

Variants change density and viewport behavior, not the content contract.

Standard two-column: two to five items per side. Source order remains Pros then Cons.

Stacked mobile: preserves complete text and order. It never collapses Cons while leaving Pros expanded.

Substantiated: adds one short consequence or evidence cue; longer support follows the block.

Compact repeated entry: every shortlist option receives equal research and visual allocation.

Parameters

Pros and cons parameters

NameTypeRequiredMin/maxDefaultSource
ownerPlain stringYes2–12 words; 100 characters maximumNoneAttribute or nearest preceding option heading
prosOrdered item collectionYes2–5 itemsNoneBody under first Pros heading
consOrdered item collectionYes2–5 meaningful items; one only with explicit research noteNoneBody under first Cons heading
claimPlain string with limited inline emphasisYes per item1 sentence; 90 characters recommended maximumNoneFirst sentence or bold lead of each list item
substantiationPlain string with optional citation linkNo0–1 sentence; 160 characters maximumNoneRemainder of each list item
source-notePlain text with optional linksConditional1–3 sources or one method statementNoneAttribute or body after both lists
labelsTwo plain stringsNoOne label per listPros and ConsRenderer localization

The item-count band prevents superficial verdicts and feature dumps. Select the five trade-offs most likely to change the stated buyer’s decision; never split one idea to fill the band.

Syntax and code examples

All mappings carry the same owner, lists, claims, optional substantiation, and source note. The two headings are structural fields.

Portable Markdown directive

:::pros-and-cons{owner="Relay project software — Agency plan" source="Hands-on test, 27 August 2026; vendor plan documentation"}
## Pros
- **Client approvals stay in the project record.** Decisions remain attached to each deliverable.
- **Templates reduce repeated setup.** Recurring task groups retain owners and deadlines.

## Cons
- **Annual billing is required.** Teams cannot test this plan month to month.
- **CSV export omits approval history.** External archiving needs a second process.
:::

Hugo shortcode

No production shortcode implements this contract yet. The intended adapter below preserves the portable fields; use semantic HTML for live blocks until it exists.

{{< pros-and-cons owner="Relay project software — Agency plan" source="Hands-on test, 27 August 2026; vendor plan documentation" >}}
## Pros
- **Client approvals stay in the project record.** Decisions remain attached to each deliverable.
- **Templates reduce repeated setup.** Recurring task groups retain owners and deadlines.

## Cons
- **Annual billing is required.** Teams cannot test this plan month to month.
- **CSV export omits approval history.** External archiving needs a second process.
{{< /pros-and-cons >}}

The renderer outputs one labelled region with two headed lists and uses the owner as its accessible name.

WordPress block or shortcode

[pros_and_cons owner="Relay project software — Agency plan" source="Hands-on test, 27 August 2026; vendor plan documentation"]
[pros]
- Client approvals stay in the project record. | Decisions remain attached to each deliverable.
- Templates reduce repeated setup. | Recurring task groups retain owners and deadlines.
[/pros]
[cons]
- Annual billing is required. | Teams cannot test this plan month to month.
- CSV export omits approval history. | External archiving needs a second process.
[/cons]
[/pros_and_cons]

A WordPress block may expose the same fields, but cannot store images, infer cons from ratings, or hide negative items.

Examples

Good: balanced, parallel, and decision-relevant

LedgerPro accounting software for a three-person consultancy

ProsCons
Bank reconciliation flags unmatched transactions. The reviewer can resolve exceptions before closing the month.Multi-currency reporting requires the higher plan. A consultancy billing abroad must include the upgrade in its cost comparison.
Client access is read-only by default. Sensitive ledger changes remain limited to assigned staff.Receipt matching needs manual review for split purchases. One receipt covering several expense categories cannot be approved in one click.
Recurring invoices retain tax settings. Repeat billing does not require re-entering the same rules.Project profitability excludes unbilled time. Teams must combine a time report with the project view before forecasting margin.

This works because both sides describe specific workflow behavior and consequences for the same buyer. Each con could affect plan choice, labor, or reporting confidence. The block shows both gains and accommodations.

Bad: an advert with extra steps

LedgerPro accounting software

ProsCons
FastSo many reports that choosing one can be difficult
Easy to use
Powerful automation
Great support
Affordable

Five generic positives beside one compliment disguised as a drawback fail the balance rule. “Fast” has no object or consequence, while the con describes report quantity. The items differ in altitude and specificity; empty cells provide no researched limitations.

Define the plan and buyer, test repeatable workflows, and replace adjectives with observable behavior. “Monthly reconciliation completes in one review screen” and “split receipts require manual category review” share an altitude. Verify two real limitations or do not publish the block.

Sourcing and attribution

A limitation found in real usage or a credible review is more valuable than an invented con. Test the stated use case and record version, plan, date, configuration, and task. Use vendor documentation for plan limits and independent reviews for longer-term experience.

Attribute external observations near the block: “Source: hands-on test on the Agency plan, 27 August 2026; export checked against vendor documentation.” Link the original review and preserve scope. One four-day response does not prove that support is always slow.

Reject search snippets, unattributed summaries, and comparisons with no method. Absence from documentation means unverified, not unavailable. Date volatile commercial claims.

Schema markup and accessibility

Schema.org provides no general ProsAndCons type. Keep the block within the enclosing Article, Product, or genuine Review; never invent a property or derive a rating from item counts. Use any supported positive or negative note property only when visible evidence and publishing policy permit it.

ARIA, short for Accessible Rich Internet Applications, communicates roles and relationships when native HTML is insufficient. Use one section named by the owner heading, then two headings and unordered lists. Keep Pros before Cons in source order.

Visible “Pros” and “Cons” labels are required; color, icons, and position cannot carry meaning alone. Hide decorative icons from assistive technology. A static block is not focusable, collapsible, or an alert.

Writing rules

Parallel construction means comparable specificity. “Fast” opposite “CSV export omits approval history” fails because one is unbounded and the other names precise behavior. Rewrite the pro as “Dashboard filters update without a page reload.” Items need comparable intellectual weight, not artificial one-to-one opposites.

Use two to five items per side and normally at least two meaningful cons. Buyers can weigh cost, exclusions, learning demand, commitment, friction, mismatch, data limits, dependencies, and risk. State the price and consequence behind “costs more.” “You may not want to stop” is never a con.

Begin with a claim of no more than 90 characters where practical, then at most one 160-character substantiation sentence. Use neutral sentence case and consistent grammar. Complete sentences are safest for extraction.

Never put these inside the element:

  • Calls to action, prices without dates or plan context, coupon codes, or purchase buttons.
  • Star ratings, scores, winner badges, or “best overall” labels without a published method.
  • Testimonials, long quotations, screenshots, videos, forms, or nested comparison tables.
  • Safety warnings, legal disclaimers, or conditions that need more prominence than an ordinary con.
  • Duplicate features rewritten as several bullets to make one side look longer.
  • Unsupported absolutes such as “perfect” or “works for everyone.”

Post types that use it

Post types that use pros and cons

Post typeUsePreferred positionSpecial rule
[A vs B comparison](/seo-playbook/post-types/comparison-a-vs-b/)Required in detailed option sections when the page uses summary blocksAfter evidence for each option; after the main comparison tableGive A and B identical block forms and research depth.
[Best X for Y guide](/seo-playbook/post-types/best-x-for-y/)Recommended for substantive shortlist entriesAt the end of each evaluated entry, before its verdictUse the same audience and selection criteria across entries.
[Alternatives to X page](/seo-playbook/post-types/alternatives-to-x/)Recommended for each credible substituteAfter explaining the alternative and its switching fitInclude migration or compatibility limitations when verified.
[Product page](/seo-playbook/post-types/product-page/)Optional when the publisher can state real limitationsAfter capabilities and evidence; before the closing purchase actionDo not disguise exclusions as aspirational roadmap items.
Review pageRequired for a balanced evaluative reviewAfter test method and findings; before the final verdictAttribute observed limitations and name the tested version.
[Listicle guide](/seo-playbook/post-types/listicle-guide/)Recommended inside each detailed list entryAfter the entry description and supporting evidenceEvery option receives the same item limits and sourcing threshold.

The linked postTypes values are the types that use this element.

QA checklist

  • The block has one unambiguous owner, including plan, version, audience, or date where those change the evaluation.
  • It follows the owner’s description and evidence; it is not the opening block and does not float between options.
  • A multi-option page gives comparable options the same block form, position, item limits, and research depth.
  • Each side contains two to five items, with at least two meaningful cons unless an explicit research note justifies one.
  • Every con could realistically affect fit, cost, workflow, risk, or purchase choice; none is praise wearing a negative label.
  • Pros and cons use parallel grammar, altitude, specificity, and substantiation depth.
  • Each item contains one short claim and no more than one brief supporting sentence.
  • Claims name observable behavior or a bounded consequence rather than relying on adjectives such as “fast” or “powerful.”
  • Usage findings identify the tested plan, version, conditions, and date.
  • Review-derived claims are attributed to the original reviewer and remain scoped as observations, not universal facts.
  • The block contains no unsupported rating, promotional action, testimonial, long quotation, warning, media, or nested complex element.
  • Visible text labels identify both lists; color, icons, and position are never the only distinction.
  • The owner heading, Pros heading, Cons heading, and list items form a logical source and reading order.
  • The element remains understandable when copied as plain text and when styling or scripts are unavailable.
  • Any structured data describes the enclosing page truthfully and uses no invented schema type or inferred rating.
  • Screenshot comments remain non-rendering capture instructions until the named assets exist; no missing asset is referenced as an image.

FAQ

The academy template renders the five reviewed questions stored in this page’s [[faq]] frontmatter. They cover item counts, balance, review attribution, structured data, and answer-engine quotation.

← All Academy tutorials

Ready to put it into practice?

Free check · 7-day trial · no credit card