How to block priceg.com referrer spam
priceg.com referrer spam is an issue for many webmasters, website owners, and people who provide website services for their clients. Referral traffic from priceg.com can mess with Google Analytics metrics and other analytical data. It can wreck the bounce rate of websites because it only visits and leaves a single page. It can also use bandwidth and cause confusion for new website owners.
The guide on this webpage will help you block priceg.com referrer spam in Google Analytics and will also help you block priceg.com referrer spam at the source using your website’s .htaccess file.
What is priceg.com?
priceg.com is a website that engages in referrer spam indexing tactics aimed at website analytical data. priceg.com referrer spam is designed to create repeated site requests to the website. The benefits that referral spammers have with this tactic is that it will help them advertise the website they want people to visit and it will also improve the spammers search engine ranking. The downside is that referrals from priceg.com can interfere with Google Analytics data and other metrics, as well as use a website’s bandwidth by creating repeat requests.
How to block priceg.com referrer spam in Google Analytics
To block priceg.com referrer spam in Google Analytics follow the instructions below. Blocking priceg.com referrer spam in Google Analytics will only mask the spam URL. To block the referrer spam URL at the sources please see the instructions below to block priceg.com referrer spam using your website’s .htaccess file.
1. Open your Google Analytics account and go to the Admin tab and click All Filters.
2. Click the New Filter button to create a new filter.
3. Add priceg.com as the Filter Name.
4. Select the Custom Filter Type.
5. In Filter Field, find and select Campaign Source in the list. In the Filter Pattern text box, add priceg.com and click the Save button on the bottom of the webpage.
How to block priceg.com referrer spam using your .htaccess file
To block priceg.com referrer spam at the source using your .htacess file add the code below to your .htaccess file.
## SITE REFERRER BANNING RewriteCond %{HTTP_REFERER} priceg.com [NC,OR] RewriteRule .* - [F]
- Also see: How to block referrer spam