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

# Pages

> See your top pages by traffic in Squid ID, the identified visitors who landed on each, and the high-intent page patterns worth routing on.

The Pages view shows which URLs on your site are driving the most traffic and the most identified visitors. Pick a page on the left to see the identified people who hit it on the right. It reads the same page-visit data the profile view uses, queried by URL instead of by visitor.

High-intent pages are the URL patterns you mark as buying signals (for example /pricing or /demo). A visitor who hits one of those pages gets the hot flame in the [Visitors](/finding-visitors/identified-visitors) list. High-intent patterns are configured in the site's settings, not on this page; this view reads them and flags any matching pages.

## If you're coming from RB2B

RB2B calls this Hot Pages. Squid ID's Pages view reports per-page traffic plus the identified visitors on each page.

<div className="compare">
  <table>
    <thead>
      <tr><th /><th>RB2B</th><th>Squid ID</th></tr>
    </thead>

    <tbody>
      <tr><td>Per-page traffic</td><td>Hot Pages list</td><td>Views, unique visitors, identified visitors, last hit</td></tr>
      <tr><td>Who hit a page</td><td>Limited</td><td>Identified visitors per page, with per-visit views and dwell time</td></tr>
      <tr><td>High-intent flag</td><td>Implicit</td><td>You define URL patterns; matching pages get flagged across the product</td></tr>
    </tbody>
  </table>
</div>

<p className="why"><strong>Why this matters.</strong> High-intent patterns drive the flame badge on visitors and the "minimum high-intent pages" ICP rule. A visitor who matches your ICP and hit /pricing is your hottest lead.</p>

## The tiles

Three tiles at the top summarize the current time window:

* **Pages** is the total number of pages with traffic in the window.
* **High-intent** is the count of pages matching your high-intent patterns. When identified visitors have landed on those pages, it shows "{N} identified." If no patterns are configured, the tile shows a **Set up patterns** link that takes you to the site's settings.
* **Visitors identified** is how many distinct visitors were de-anonymized in the window.

## The time window

A time-window selector at the top sets the range for every tile and column on the page:

* **Last 24 hours**
* **Last 7 days** (default)
* **Last 30 days**

Switching the window recalculates the tiles, the table, and the side panel.

## Filtering to high-intent pages

A **High-intent** chip near the controls limits the table to pages that match your high-intent patterns. The tooltip toggles with the state: "Show only pages matching your high-intent patterns (N)" when off, and "Show all pages" when on. Click it to switch between the two.

## The page table

The table lists pages for the selected window. All count columns are sortable.

* **Page** shows the page title or a short path. High-intent pages carry a target icon.
* **Views** is total pageviews.
* **Unique** is unique visitors.
* **Identified** is how many of those visitors were de-anonymized, deduplicated per person.
* **Last hit** is the most recent view.

## The visitors panel

Select any page to open the right panel, headed "Visitors on {page}." Below the title it reads "{identified} of {unique} identified" and shows the full URL of the page.

Each visitor in the panel shows:

* **Name**, with **title and company**, or their **email** when name and title are not available.
* **Views** on that page.
* **Dwell time** on that page.
* **Last seen** time.

<Info>Dwell time shows per visitor in the side panel. The page table itself reports views, unique, identified, and last hit.</Info>

## High-intent pages

High-intent patterns are URL patterns you mark as buying signals, for example /pricing, /demo, or /contact. A visitor who hits any page matching a pattern gets the hot flame in the Visitors list and on their profile, the hit counts toward an ICP's minimum-high-intent-pages rule, and you can route alerts on it directly.

<Steps>
  <Step title="Open the high-intent settings">
    Go to **Settings**, **High-intent pages**. The High-intent tile on this view also links straight there when none are set.
  </Step>

  <Step title="Add your patterns">
    Add the path, not the full URL. Enter a substring like /pricing and add it. Each entry is a removable chip. Changes save automatically.
  </Step>

  <Step title="Reference them in an ICP">
    In an [ICP](/finding-visitors/icp-filtering), set "Min high-intent pages" to require N matching page hits. With no patterns defined, ICPs that use this rule won't fire.
  </Step>

  <Step title="Or alert on them directly">
    Set a Slack or Teams channel's route to **Any high-intent page hit** to get pinged whenever a visitor views one, no ICP required. The alert names the exact page. See [Route to Slack](/routing/route-to-slack).
  </Step>
</Steps>

<Warning>An empty high-intent list means no high-intent gating. Any ICP with a high-intent minimum won't match anyone until you add at least one pattern.</Warning>

## Related

* [ICP filtering](/finding-visitors/icp-filtering)
* [Identified visitors](/finding-visitors/identified-visitors)
* [Companies](/finding-visitors/companies)
* [Route to Slack](/routing/route-to-slack)
