> ## Documentation Index
> Fetch the complete documentation index at: https://patterns.heurilens.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Information Scent

> A measurable UX pattern where users follow — or abandon — paths based on how strongly links, labels, and cues signal what lies ahead.

## Information scent is how users choose where to go next

Users do not read interfaces. They **follow signals**.

Information scent is the perceived promise of what will happen *after* an action — before the action is taken.

A strong scent makes users confident. A weak scent makes users hesitate, guess, or leave.

## What breaks when information scent fails

When scent is weak or misleading, users:

* click, then immediately go back
* open links just to “check”
* hover without committing
* scan multiple options without choosing
* abandon paths early

These behaviors signal **expectation mismatch**, not curiosity.

## Observable behavior linked to scent issues

Information scent problems often appear as:

* immediate backtracking after navigation
* short dwell time on destination pages
* excessive hovering over links
* repeated comparison between options
* exits right after a click

Users are testing promises — and rejecting them.

<Frame>
  <img src="https://mintcdn.com/heurilens/gl-jdYlebDR0ByAq/images/information-scent.png?fit=max&auto=format&n=gl-jdYlebDR0ByAq&q=85&s=78c1fe5e9f77b8a66f9218d4467613f9" alt="A measurable UX pattern where users follow — or abandon — paths based on how strongly links, labels, and cues signal what lies ahead." className="rounded-xl" noZoom={true} width="1200" height="418" data-path="images/information-scent.png" />
</Frame>

## Where information scent matters most

<Tabs>
  <Tab title="Navigation labels">
    Users rely on labels to predict content.

    Weak scent:

    * vague or generic wording
    * overlapping meanings
    * internal terminology

    Result:

    * users click, then retreat
  </Tab>

  <Tab title="Calls to action">
    CTAs promise outcomes.

    Weak scent:

    * action labels without result clarity
    * identical CTAs leading to different outcomes

    Result:

    * hesitation before clicking
  </Tab>

  <Tab title="Cross-links and references">
    Links suggest relevance.

    Weak scent:

    * links that interrupt task intent
    * unclear relationship to current context

    Result:

    * exploration without progression
  </Tab>
</Tabs>

## Scent breakdowns are measurable

Users do not say: “This label has weak information scent.”

Instead, Heurilens observes:

* click → immediate back
* click → short scroll → exit
* repeated comparison clicks
* stalled decision moments
* abandonment after exploration

When these signals cluster, an **Information Scent Breakdown** is flagged.

## How Heurilens evaluates information scent

<AccordionGroup>
  <Accordion title="Expectation alignment" icon="compass">
    Heurilens checks whether destination content matches the promise implied by the trigger.
  </Accordion>

  <Accordion title="Label clarity and specificity" icon="tag">
    The system evaluates whether wording clearly signals outcomes, not internal structure.
  </Accordion>

  <Accordion title="Path consistency" icon="route">
    Heurilens analyzes whether similar labels lead to similar types of content and actions.
  </Accordion>
</AccordionGroup>

## Example output from Heurilens

<Card title="Information Scent Mismatch Detected">
  Users click links but return immediately to the previous page.

  Link labels do not clearly communicate destination value, causing exploration without commitment.
</Card>

## Example scent signals (simplified)

<CodeGroup>
  ```json Scent mismatch example theme={null}
  {
    "pattern": "Information Scent Breakdown",
    "trigger": "Pricing CTA",
    "observed_behavior": [
      "click_then_back",
      "short_dwell_time",
      "repeated_hover"
    ],
    "likely_cause": "CTA label promises value explanation, but leads directly to purchase"
  }
  ```
</CodeGroup>

<Tip>
  Strong information scent reduces the need for exploration. Users move forward because they trust the path.
</Tip>

## Why information scent matters

Information scent shapes:

* decision confidence
* navigation efficiency
* perceived complexity of the product

When scent is strong:

* users commit faster
* exploration feels purposeful
* flows feel shorter

When scent is weak:

* users hesitate
* paths feel risky
* trust erodes silently

## Related patterns

<CardGroup cols={2}>
  <Card title="Information Architecture" icon="sitemap" iconColor="orange" href="/modules/interaction-flow/information-architecture">
    Structure supports predictable paths.
  </Card>

  <Card title="User Flow" icon="route" iconColor="orange" href="/modules/interaction-flow/user-flow">
    Scent keeps momentum alive.
  </Card>

  <Card title="UX Writing" icon="pen-fancy" iconColor="orange" href="/modules/trust-conversion/ux-writing">
    Language defines expectations.
  </Card>

  <Card title="Visual Hierarchy" icon="layer-group" iconColor="orange" href="/modules/core-ux/visual-hierarchy">
    Visual cues amplify scent signals.
  </Card>
</CardGroup>

<Card title="See information scent issues on your product" icon="sparkles" iconColor="orange" href="https://heurilens.com/auth/signup">
  Run an analysis and identify where users follow — or abandon — your signals.
</Card>
