# Excluding a Part of the Page from Triggering Notifications

Source: PageCrawl.io Help Center
URL: https://pagecrawl.io/help/reduce-false-positives/article/how-to-exclude-page-section

---

[Image: Remove page element action in the page editor with a CSS or XPath selector field and visual selector button]

In certain situations, you may wish to exclude or remove a specific section on the page to prevent (false positive) notifications, especially when the content changes frequently. For instance, you might want to exclude a sidebar containing new blog posts or a Twitter feed at the bottom of the page.

When your tracked element type is "Full page" you may choose to track **Everything on the page** or **Content only**. If you choose **Content only**, text in header, sidebar, footer will not be tracked.

If you would like more control on what is removed, we recommend using the "Remove page element" action to exclude sections that do not interest you. You can either utilize the visual selector to remove the area or add the selector manually. Below you will find a few suggested selectors you can use.

### Commonly Excluded Sections

  [Image: Commonly Excluded Sections]

Frequently, there are areas where tracking changes may not be of interest, including:

- Sidebars (commonly placed within <aside> HTML elements)
- Footers (commonly placed within <footer> HTML elements)
- Navigation menus (commonly placed within <nav> HTML elements)

You can use the following selector (which you can paste into the "CSS/XPath selector") to exclude the mentioned elements: `nav,aside,footer,.footer,header`

### The Selector Didn't Work?
Unfortunately, not all websites adhere to the content sectioning guidelines. In such cases, you may need to use the visual selector to identify the area or manually input the selector.

---

Need more? The complete PageCrawl.io help center, with every article, is available as a single document at https://pagecrawl.io/llms-full.txt. Read it for context on anything this page does not cover.
