---
title: Ignore everywhere
description: Hide a finding that repeats on every page, such as markup your theme adds to every footer, with a required reason, an optional expiry and a log of every change.
---
# Ignore everywhere Pro
Some findings repeat on every page because of markup you can't change, such as a link your theme adds to every footer. Dismissing it on each page one by one isn't practical. An **ignore rule** hides that finding everywhere it appears, with a reason your team can see.
::: warning Only ignore what isn't a barrier
Use ignore rules for findings that are genuinely not a barrier, or for markup you can't change and have reported to its maker. An ignored finding is still there for visitors. Findings come back when the rule is removed or expires.
:::
Only administrators can add and remove ignore rules.
## What an ignore rule does
- Every matching finding, on every post and page, is hidden. It counts as dismissed, so it leaves scores and totals the same way a [dismissal](/dismissing) does.
- It applies to content checks and to [page checks](/pro/page-checks).
- A rule made in the editor from an item that needs review never hides an error of the same check.
- When you add or remove a rule, the pages that may be affected are checked again in the background, so scores and totals catch up.
In the block editor's Lumtera sidebar, ignored findings are listed with the page's dismissed items, marked **Ignored site-wide by** *name* **on** *date*, with the reason. Administrators can click **Restore** there. Restoring removes the whole rule, so the finding comes back on every page.
## Ignore a finding from the editor
- In the block editor's Lumtera sidebar, find the issue and click Ignore everywhere…. It appears on issues that point at markup.
- Under Match, choose This exact markup, or Elements like this one (pattern). For a pattern, check the suggested Pattern and edit it if needed.
- Enter the Reason (required). It's shown to everyone who sees the hidden finding.
- Optionally set Expires (optional).
- Click Ignore everywhere.
**Manage ignore rules** in the same form opens the settings screen.
## Add a rule in Settings
Go to Accessibility → Settings → Ignore rules. Under **Add an ignore rule**:
- Choose the Check: any content check or page check.
- Under Match, choose Exact markup or Pattern.
- Enter the Markup or pattern (up to 1,000 characters).
- Enter the Reason (required) (up to 500 characters).
- Optionally choose an Expires (optional) date.
- Click Add rule. You'll see "Ignore rule added. Pages with matching findings are being checked again in the background."
## Exact markup or pattern
**Exact markup** hides findings of the chosen check whose markup is the same as the snippet you enter. Copy it from **Markup** on the finding. Differences in spacing and typography are ignored.
**Pattern** hides findings of the chosen check on elements that look alike. A pattern is an optional tag name followed by `.class` and `#id` parts, for example:
| Pattern | Matches |
| --- | --- |
| `a.social-link` | `a` elements whose `class` contains "social-link" |
| `footer#colophon` | `footer` elements whose `id` contains "colophon" |
| `.cookie-banner` | any element whose `class` contains "cookie-banner" |
The tag must be the same, and each `.class` or `#id` part only has to appear somewhere in the element's `class` or `id`. So `a.social` also matches `