How to stop trafficmonetizer.org referral spam
If you notice strange referral traffic from websites like trafficmonetizer.org and trafficmonetize.org in Google Analytics you’re not alone. Trafficmonetizer.org is a URL that actively engages in referrer spam indexing tactics aimed at your website’s analytical data. Trafficmonetizer.org referrer spam is used to promote the spam website and boost their rank in Google search result pages by creating backlinks off your website’s access logs. Trafficmonetizer.org referrer spam can cause a lot of problems for website owners, webmasters, and basically anyone who finds their website’s analytical data valuable. Trafficmonetizer referrer spam can destroy your appropriate Google Analytics data, including the Audience, Acquisition, and Behavior analytical data measured by the service. For example, referrer spam can ruin your bounce rate because the spam URL only lands on a single webpage and leaves your website from the same single webpage. Referrer spam can also show up in your referral traffic from a variety of geographical sources around the world.
This guide will help you block trafficmonetizer.org referral traffic in Google Analytics and block trafficmonetizer.org referrer spam with your .htaccess file in order to stop referral traffic from trafficmonetizer.org.
What is trafficmonetizer.org?
Trafficmonetizer.org is a website associated with semalt.com that engages in referrer spam indexing tactics aimed at your website’s analytical data. Trafficmonetizer.org referrer spam is designed to produce repeated site requests onto your website at any given time and from any location around the world using traffic bots, computers infected with malicious software, and other blackhat tactics. The benefits that referral spammers have by engaging in referrer spamming is that it will allow them advertise the website they want people to visit, such as http://getyourprofit.net/, and it will improve the spammers search engine ranking by creating backlinks to their website off your website’s access log. The downside is that referrals from trafficmonetizer.org can mess up your appropriate Google Analytics data and other website metrics provided by third-party services. In some cases it can also use up your website’s bandwidth by creating repeated site requests.
Referrer spam is a very questionable tactic used to promote online content. Spammers target the referral traffic of your website for several reasons:
- Referrer spammers want to promote a webpage and want you to visit the webpage or search for it online through Google search engine results pages.
- Referrer spammers want to boost their rank on Google search engine results pages by creating backlinks. They do this by logging requests into your website’s access log, which is then crawled by Google bot and seen as a backlink to the spam site.
Trafficmonetizer.org referrer spam is not entirely dangerous to your website. It will most likely not cause any trouble with how your website is accessed by your visitors or ranked by Google. However, in some cases trafficmonetizer.org spam may use up your website’s bandwidth and CPU by creating multiple site requests to your website. In other cases, the spam URL is served to your analytical data by traffic bots which create ghost hits and never actually land on your website.
1. How to block trafficmonetizer.org referral traffic in Google Analytics
To block trafficmonetizer.org referrer spam in Google Analytics follow the instructions below. Blocking trafficmonetizer.org referrer spam in Google Analytics by creating an exclude filter will only mask the spam URL. To block the referrer spam URL at the sources see the instructions below to block trafficmonetizer.org 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 trafficmonetizer.org 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 trafficmonetizer.org and click the Save button on the bottom of the webpage.
2. How to block trafficmonetizer.org referral traffic with your .htaccess file
To block trafficmonetizer.org referrer spam at the source using your .htacess file add the code below to your .htaccess file.
## SITE REFERRER BANNING RewriteCond %{HTTP_REFERER} trafficmonetizer.org [NC,OR] RewriteCond %{HTTP_REFERER} trafficmonetizer.org RewriteRule .* - [F]
- Also see: How to block referrer spam