Skip to content
Merged

fixes #702

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/excluding.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Exclude internal traffic from your analytics

import useBaseUrl from '@docusaurus/useBaseUrl';

:::tip Bot traffic is filtered automatically
Plausible automatically filters out bots, crawlers and referrer spam. You don't need to configure anything for this. See [bot and spam traffic filtering](bot-traffic-filtering.md) for details.
:::

By default, Plausible Analytics tracks every visitor to your website. You might not want your office traffic to be counted. Or when you're working on your site, you might not want to record your own visits and page views.

Here's how to block your internal traffic from your Plausible Analytics stats dashboard. You can block recording visitors from specific IP addresses, hostnames, countries or pages.
Expand Down
4 changes: 1 addition & 3 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ slug: /
<h3>Stats dashboard</h3>
<p>One dashboard with all your essential stats. No sub-menus, no custom reports to build.</p>
<ul>
<li><a href="guided-tour">Dashboard tour</a>: what each section shows and how to navigate it</li>
<li><a href="filters-segments">Filters and segments</a>: drill into any slice of your traffic</li>
<li><a href="compare-stats">Compare periods</a>: benchmark against previous time ranges</li>
<li><a href="consolidated-views">Consolidated view</a>: all your sites in one dashboard</li>
Expand All @@ -42,8 +41,7 @@ slug: /
<h3>Website settings</h3>
<p>Manage your site configuration and data.</p>
<ul>
<li><a href="website-settings">Website settings</a>: overview of all site configuration</li>
<li><a href="excluding">Excluding pages and traffic</a>: filter out internal visits and bots</li>
<li><a href="excluding">Excluding pages and traffic</a>: filter out internal visits</li>
<li><a href="embed-dashboard">Embed dashboard</a>: embed your stats on any page</li>
<li><a href="traffic-spikes">Traffic spike notifications</a>: get alerted when traffic spikes</li>
<li><a href="google-analytics-import">Import from Google Analytics</a>: bring in your historical data</li>
Expand Down
Loading