<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solution Archives - Social Media Agency</title>
	<atom:link href="https://socialmediaagency.one/tag/solution-3/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Sun, 15 Feb 2026 13:52:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Disable WordPress Block Widget! How to do it in 5 seconds + instructions</title>
		<link>https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</link>
		
		<dc:creator><![CDATA[S_kinski]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 08:35:38 +0000</pubDate>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Instruction]]></category>
		<category><![CDATA[Onlineshop]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Text Editor]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/disable-wordpress-block-widget-how-to-do-it-in-5-seconds-instructions/</guid>

					<description><![CDATA[Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in e-commerce use WordPress or the WooCommerce extension and may be facing the exact same problem today! With [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Disable WordPress block widget, turn it off, whatever, get rid of it! We&#8217;re not big fans of the new WordPress UI changes. Even the Gutenberg editor was no solala (hint: we&#8217;re about to disable that too). Many in <a href="https://socialmediaagency.one/e-commerce-agency-marketing-strategy-search-engine-optimization-seo-google-ads/" data-type="post" data-origin="de" data-origin-url="/?p=16298" data-id="16581">e-commerce</a> use WordPress or the <a href="https://socialmediaagency.one/wordpress-woocommerce-your-own-online-shop/" data-type="post" data-origin="de" data-origin-url="/?p=4481" data-id="15664">WooCommerce</a> extension and may be facing the exact same problem today! With the WordPress 5.8 update, the new &#8220;Block Widget&#8221; editor just came. Update done, look into the widgets: What happened! You see error after error! What to do? Go back to the default! With this, simple trick.</p>
<h2>Disable block widget</h2>
<p>If you already know your way around WordPress, paste this code into your theme editor.</p>
<p>If you don&#8217;t have any experience with it yet, after the codes we have a simple 4 step guide with screenshots for you.</p>
<h3>Disable block widget</h3>
<p>With this line, you can disable the block widgets:</p>
<blockquote><p>Disables the block editor from managing widgets.<br />
add_filter( &#8216;use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<p>Source: <a href="https://wpcodeus.com/disable-widget-block-editor-in-wordpress-5-8/" target="_blank" rel="noopener">WP Code US</a></p>
<p>Speaking of which, you can use this to disable the &#8220;new&#8221; Gutenberg editor.</p>
<h3>Disable Gutenberg Editor</h3>
<p>Disable Gutenberg Editor:</p>
<blockquote><p>Disables the block editor from managing widgets in the Gutenberg plugin.<br />
add_filter( &#8216;gutenberg_use_widgets_block_editor&#8217;, &#8216;__return_false&#8217; );</p></blockquote>
<h2>Error: Before / After</h2>
<p>Here&#8217;s a quick recap of the error you either already have on your WordPress system or will get after updating to WordPress 5.8.</p>
<h3>Before: Widget work as always</h3>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-29525" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-1-vorher-nachher-beispiel-plugins.jpg" alt="" width="942" height="935" /></p>
<h3>Update: WordPress 5.8</h3>
<p>Then comes your update to version 5.8.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29539" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-2-update-5-8-wp-anderungen-neuerungen-ecommerce.jpg" alt="" width="942" height="935" /></p>
<h3>After update: Error over error</h3>
<p>After the update, depending on the plugins, error after error. With Multilingual (eg WPML) in e-commerce, it becomes quite extreme. Also, &#8220;legacy&#8221; texts attaching everywhere, for privacy. To each, individual widget. If you&#8217;re not just managing 1 site, but maybe 5, 10 or 20, you&#8217;ll want to get back to standard, fast.</p>
<p><img decoding="async" class="alignnone size-full wp-image-29553" src="https://socialmediaone.de/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-3-fehler-plugins-funktionieren-nicht.jpg" alt="" width="942" height="935" /></p>
<p>What now? This is how you insert the code (above)!</p>
<h3>Solution: Code for Theme Editor</h3>
<p>Open the &#8220;Theme Editor&#8221; in the menu. Here you add this code to your &#8220;functions.php&#8221; as shown in the screenshot.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-29561" src="https://socialmediaagency.one/wp-content/uploads/2021/08/wordpress-update-block-widget-editor-deaktivieren-4-loesung-menu-aussehen-theme-editor.jpg" alt="" width="1095" height="929" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Lean Canvas Part 1/3: Product &#038; USP &#124; Fries are boring! &#8211; Marketing Podcast</title>
		<link>https://socialmediaagency.one/lean-canvas-part-1-3-product-usp-fries-are-boring-marketing-podcast/</link>
		
		<dc:creator><![CDATA[Stephan Czaja]]></dc:creator>
		<pubDate>Sun, 15 Nov 2020 14:17:34 +0000</pubDate>
				<category><![CDATA[Help]]></category>
		<category><![CDATA[Online Course]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Become independent]]></category>
		<category><![CDATA[Business idea]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Instagram Shop]]></category>
		<category><![CDATA[lean canvas]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[start a start-up]]></category>
		<category><![CDATA[USP]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/lean-canvas-part-1-3-product-usp-fries-are-boring-marketing-podcast/</guid>

					<description><![CDATA[Develop and validate business ideas in 9 steps. In episode #4, you&#8217;ll learn about the Lean Canvas! The first part is about your product, which is the business idea itself. That is 1) the problem, so you find the best 2) solutions and your 3) user promise, so your USP. Also, the tip of the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Develop and validate business ideas in 9 steps. In episode #4, you&#8217;ll learn about the Lean Canvas! The first part is about your product, which is the business idea itself. That is 1) the problem, so you find the best 2) solutions and your 3) user promise, so your USP. Also, the tip of the week: Instagram Shopping! Now right in the app menu bar. Plus, as always, lots of little marketing live hacks from everyday life.</p>
<h2>Podcast episode on Spotify: Lean Canvas (1/3) Special</h2>
<p>Back to overview: <a href="https://socialmediaone.de/podcast/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">Marketing Podcast.</a></p>
<p><iframe loading="lazy" src="https://open.spotify.com/embed-podcast/episode/5Ony5D6EylvLgMXlcrut12" width="100%" height="232" frameborder="0"></iframe></p>
<p>Now stream &amp; learn for free on:</p>
<ul>
<li><a href="https://open.spotify.com/show/4IOnrV8LsU2lhNiGefjGLR" target="_blank" rel="nofollow noopener noreferrer">Spotify &#8211; Marketing Podcast</a></li>
<li><a href="https://podcasts.apple.com/de/podcast/lasse-lukinski/id1542462542" target="_blank" rel="noopener noreferrer">ITunes &#8211; Marketing Podcast</a></li>
<li><a href="https://music.amazon.de/podcasts/3dca2830-1a07-477c-b7cc-a38957597409/Lasse-Lukinski" target="_blank" rel="nofollow noopener noreferrer">Amazon &#8211; Marketing Podcast</a></li>
<li><a href="https://www.deezer.com/show/1918112" target="_blank" rel="nofollow noopener noreferrer">Deezer &#8211; Marketing Podcast</a></li>
<li><a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9sYXNzZWx1a2luc2tpLnBvZGlnZWUuaW8vZmVlZC9tcDM%3D" target="_blank" rel="nofollow noopener noreferrer">Google &#8211; Marketing Podcast</a></li>
</ul>
<h2>Lean Canvas for your business idea: find &amp; review</h2>
<p>You want to start your own business? You want to found your own company, your own start-up? Then you need a good business idea! Several times a year we have a very special workshop, with over 200 participants. Briefly explained, similar to Höhle der Löwen that you know from TV. Only, with the extra of a day of coaching with our experts and mentors, then comes the big day and day pitches. 200 people, 40 groups, 40 ideas, but what&#8217;s the best way to start?</p>
<h3>What is the Lean Canvas?</h3>
<p>What is the Lean Canvas? The Lean Canvas is a variation of the Business Canvas. It helps you to find business ideas in new simple steps and to validate them. Validation means to check and prove that a business idea is or will be profitable. In this special of our Marketing Podcast, we&#8217;re going to look at the Lean Canvas in three episodes. In each case, 3 of 9 steps.</p>
<p>In part 1, you&#8217;ll learn about problem, solution, and your USP. In the second part<a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336">(Lean Canvas #2</a>) we talk about metrics, target groups and the unfair advantage. Part 3<a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337">(Lean Canvas #3</a>) then deals with the big topic of marketing and the resulting costs and revenue sources.</p>
<h3>Banks, investors&#8230; Find employees (Recruiting)</h3>
<p>In the Marketing Podcast and this special you learn so, free of charge the first step, the design of your business idea! You need this to develop your pitch and your business plan. Both you need to convince e.g. investors and banks of you. Finally, you need both concepts in everyday life, e.g. when you want to convince customers of your product or when recruiting new employees. These steps will be discussed in detail in future episodes. Learn marketing for your own business, step by step.</p>
<p>A solid, well thought-out idea, demonstrably profitable is what employees, banks but also investors expect from you as a founder. That&#8217;s why we wanted to take a close look at each individual step in this Lean Canvas Special, with practical examples so that you understand how such a Lean Canvas is built up. What depth you need to go into so that your pitch is ultimately convincing.</p>
<h3>More in the Marketing Podcast</h3>
<p>You want more episodes from our marketing podcast? Small video snippets on the individual topics, from social media marketing to print to setting up a company, with tips and best practices from international projects. Here you can find the overview</p>
<ul>
<li><a href="https://socialmediaone.de/podcast/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">Marketing Podcast</a></li>
</ul>
<h2>Marketing Shorty: Lean Canvas</h2>
<p>More Marketing Snippets? Follow us on <a href="https://youtube.com/channel/UCQ4MEASEZbXKWpVPjcphcQQ" target="_blank" rel="nofollow noopener noreferrer">Youtube</a>, too. Topic of the week:</p>
<ol>
<li>Lean Canvas Part 1: Problem, Solution &amp; USP&lt;</li>
</ol>
<p>As a <a href="/?page_id=19284" data-type="page" data-origin="de" data-origin-url="/?page_id=11488" data-id="19284">speaker</a>, we show up to 200 participants in our workshop how to build a business. One part of this is the Lean Canvas. A simple way to develop business ideas and test them. On the second day, 40 groups then present their business ideas. A bit like &#8220;Höhle der Löwen&#8221;, you probably know the TV series. However, before it comes to the pitch, a solid business idea has to be in place. In this podcast episode we talk about that among other things.</p>
<h3>Lean Canvas Part 1: Problem, Solution &amp; USP</h3>
<div class='avia-iframe-wrap'><iframe loading="lazy" title="Produkt, Problem, Lösung &amp; USP | Lean Canvas #1" width="1500" height="844" src="https://www.youtube.com/embed/Ibe0qY_ZV5o?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
<h2>Lean Canvas Special: All Parts</h2>
<p>Here you can find all parts of the Lean Canvas Special at a glance:</p>
<h3>Part: Key figures, unfair advantage and target group</h3>
<p>Part 2: <a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336">Key figures, unfair advantage and target group</a></p>
<p><a href="https://socialmediaagency.one/lean-canvas-part-2-3-unfair-advantage-metrics-audience-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="19336"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-17854" src="https://socialmediaone.de/wp-content/uploads/2020/10/marketing-podcast-folge-5-zielgruppen-unfairer-vorteil-tricks-pitch-investoren.jpg" alt="" width="1200" height="675" /></a></p>
<h3>Part: Marketing and Finances</h3>
<p>Part 3: <a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337">Marketing and finance</a></p>
<p><a href="https://socialmediaagency.one/lean-canvas-part-3-3-marketing-and-finance-costs-revenues-marketing-podcast/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="19337"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-17856" src="https://socialmediaone.de/wp-content/uploads/2020/10/marketing-podcast-folge-6-canvas-marketing-digital-online-print-vergleich-preise-kosten-vertrieb-aufbau-verkauf-kunden.jpg" alt="" width="1200" height="675" /></a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Referral spam? Solution &#038; Tutorial for your Google Analytics Account and FTP / .htaccess</title>
		<link>https://socialmediaagency.one/referral-spam-solution-tutorial-for-your-google-analytics-account-and-ftp-htaccess/</link>
		
		<dc:creator><![CDATA[Laura]]></dc:creator>
		<pubDate>Fri, 25 Dec 2015 15:17:39 +0000</pubDate>
				<category><![CDATA[SEO & SEA]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Evaluation]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hilfe]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/?p=15509</guid>

					<description><![CDATA[Referral spam from landing pages like semalt.com disturbs webmasters in their analyses, like in Google Analytics, enormously! But don&#8217;t worry, there are simple little tutorials that help to remove such spam from your own data. Already in June I wrote a small article about how to exclude spam pages via .htaccess. But since many people [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Referral spam from landing pages like semalt.com disturbs webmasters in their analyses, like in Google Analytics, enormously! But don&#8217;t worry, there are simple little tutorials that help to remove such spam from your own data. Already in June I wrote a small article about how to exclude spam pages via .htaccess. But since many people are working with Google Analytics, there is now a small update! I like to refer to the data of <a href="https://viget.com/advance/removing-referral-spam-from-google-analytics" target="_blank" rel="noopener">Ben Travis </a>&#8211; who always updates the list of referral spam in his blog. There you can find all current sources of dubious visitors, respectively bots. Now to the crux: Remove referral spam in Google Analytics!</p>
<h2>Exclude, remove and block referral spam</h2>
<p>What is actual referral spam? I love the internet! There are new ideas everywhere, this brilliant idea is from Russia: Referral Spam. Resourceful developers create landing pages. Every small webmaster is of course happy about every backlink, look at it, lands on a landing page. Not a valuable link. No valuable visitor. Only a landing page and a bot that crawls the pages. The principle behind it is as simple as it is amazing: By cleverly linking pages, you as a website operator will of course become aware of the new, visitor sources. And of course you will risk a look at them. In the end you will end up on a simple sales page, landing page, etc. There you will find the typical affiliate offers: travel, medication, etc. So the whole trick is to get you as a webmaster on the sites and sell something. Chapeau! Great idea, really.</p>
<p>Whoever then wants to analyze his visitors will get falsified data, no matter if visitors, duration of visit, origin, etc. Therefore we want to exclude this spam!</p>
<h3>Google Analytics, general filters against referral spam</h3>
<p>Open Google Analytics Dashboard. Here we go. First open your <a href="https://www.google.com/analytics/" target="_blank" rel="noopener noreferrer">Google Analytics</a> account. Click on Manage &gt; &#8216;Select account</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-01-auswahl-dashboard.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6840" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-01-auswahl-dashboard.jpg" alt="referral-spam-google-anayltics-new-filters-remove-block-out-exclude-01-selection-dashboard" width="1080" height="480" /></a></p>
<h3>Add filter and enter data</h3>
<p>Here you now add all lines of code. After each filter you have to add it to the individual website views (next but one picture):</p>
<ul>
<li>Filter type: User defined</li>
<p> 	&lt;Exclude: campaign source
</ul>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-02-einstellungen-einrichtung.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6841" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-02-einstellungen-einrichtung.jpg" alt="referral-spam-google-anayltics-new-filter-remove-block-out-exclude-02-settings-establishment-setup" width="1080" height="480" /></a></p>
<h4>Current list of spam pages</h4>
<p>You can find the latest list at <a href="https://viget.com/advance/removing-referral-spam-from-google-analytics" target="_blank" rel="noopener">Ben Travis from Viget</a>. Meanwhile there are three small lists, because Google Analytics limits the input to 255 characters in the filters.</p>
<pre>#1</pre>
<pre>.*((darodar|priceg|buttons-for(-your)?-website|makemoneyonline|blackhatworth|hulfingtonpost|o-o-6-o-o|(social|(simple|free|floating)-share)-buttons).com|econom.co|ilovevitaly(.co(m)?)|(ilovevitaly(.ru))|(humanorightswatch|guardlink).org).*

#2 - UPDATE</pre>
<pre>.*((best(websitesawards|-seo-(solution|offer))|get-free(-social)?-traffic(-now)?|googlsucks).com|(domination|torture).ml|((rapidgator-)?(general) ?porn(hub(-) ?forum) ?|4webmasters).(ga|tk|org|uni)|(buy-cheap-online).info).*</pre>
<pre>#3 - UPDATE</pre>
<pre>.*((event-tracking|semalt(media)?|(100dollars|success)-seo|chinese-amezon|e-buyeasy|theguardlan|webmaster-traffic).com|traffic(monetize(r)?|2money).(org|com)|pops.foundation|erot.co).*</pre>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-07-website-daten-anwenden.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6846" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-07-website-daten-anwenden.jpg" alt="referral-spam-google-anayltics-new-filters-remove-blocking-excluding-07-apply website data" width="1080" height="480" /></a></p>
<h3>Add all filters, collect</h3>
<p>Now you have created all filters and added them to the individual website views. Perfect.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-03-mehrere-filter-anlegen.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6842" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-03-mehrere-filter-anlegen.jpg" alt="referral-spam-google-anayltics-new-filters-remove-block-exclude-03-create multiple-filters" width="1080" height="480" /></a></p>
<h4></h4>
<p id="google-analytics-spam-data-cleanup">
<h2>Extra tip: Google Analytics: remove referral spam retroactively</h2>
<p>Whoever has now fixed everything to avoid being disturbed by link spam has taken the biggest step. In 30 days the standard records of the target group and visitors of the website will be &#8216;clean&#8217; again. If you still want to take a look back, e.g. to analyze the current page, you can apply the filter to the current data view. You can see how to do this here. First step, click Target Group &gt; Overview. There you add a + New Segment.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-04-zielgruppe-uebersicht-filtern-hinzufuegen.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6843" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-04-zielgruppe-uebersicht-filtern-hinzufuegen.jpg" alt="referral-spam-google-anayltics-new-filters-remove-blocking-excluding-04-target-group-overview-filters-add" width="1080" height="480" /></a></p>
<h3>Add filter and enter data</h3>
<p>Look at the screenshot of my Anaylitcs Accout. You exclude, as before, exactly the spam sources. This will &#8216;reduce&#8217; your number of visitors (in the example on the right) to a real level, without bots.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-05-filtern-hinzufuegen-einstellen.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6844" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-05-filtern-hinzufuegen-einstellen.jpg" alt="referral-spam-google-anayltics-new-filters-remove-block-exclude-05-filters-add-add-filters" width="1080" height="480" /></a></p>
<p>Here you do not create three individual filters, but connect all three lines of code (point 2) with an AND. Afterwards you save your filter. You can add it as a segment in every website view. For example, if you have several pages.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-06-mehrere-filter-kombinieren.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6845" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-06-mehrere-filter-kombinieren.jpg" alt="referral-spam-google-anayltics-new-filters-remove-blocking-excluding-06-combining-multiple-filters" width="1080" height="480" /></a></p>
<h3 id="own-ip-google-analytics">Extra tip! Exclude the own IP (office, home, etc.) </h3>
<p>You still make up a large part of your visitors yourself? Your own traffic also influences the Google Analytics data. There is a great solution for this as well, you can remove your own IP (of course others as well) from the website data view. To do this, you create a general filter in Google Anayltics &gt; Manage, just like in point 1. You assign these new filters to the individual records of the account.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-08-tipp-fuer-eigene-buero-ip.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6847" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-08-tipp-fuer-eigene-buero-ip.jpg" alt="referral-spam-google-anayltics-new-filters-remove-block-exclude-08-tipp-for-proprietary-office-ip" width="1080" height="480" /></a></p>
<p>Now you have a small first season of great filters and much cleaner data to analyze your own website.</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-09-dashboard.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-6848" src="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-09-dashboard.jpg" alt="referral-spam-google-anayltics-new-filters-remove-block-exclude-09-dashboard" width="1080" height="480" /></a></p>
<h2 id="referral-spam-htaccess">Exclude referral spam via .htaccess &#8211; The current list 12/2015</h2>
<p>Unfortunately the wrong visits falsify your statistics. Therefore it is time to do something. How you can &#8220;protect&#8221; your website from this, also on pages and shops of your customers, is explained here:</p>
<ol>
<li>Open / create your .htaccess&lt;<br />
Tip: No idea about .htaccess &amp; Co? A free .htaccess generator is available here <a href="http://www.htaccesseditor.com/gr.shtml" target="_blank" rel="noopener noreferrer">www.htaccesseditor.com/gr.shtml</a><br />
 	&lt;Enter or add the following lines:</li>
</ol>
<pre># block Russian referrer spam
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly..ru/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*iloveitaly.ru/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*econom.co/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*kambasoft.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.* buttons-for-website.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*darodar.com/ [NC]
RewriteCond %{HTTP_REFERER} ^http://.*best-seo-software.xyz/ [NC]
RewriteCond %{HTTP_REFERER} ^http://.*adf.ly/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.* get-your-social-buttons.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*rankings-analytics.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*alibestsale.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*o-o-8-o-o.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*traffic2cash.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*cyber-monday.ga/ [NC,OR]
RewriteRule ^(.*)$ - [F,L]
</pre>
<h3>Done! Either way, you&#8217;re spam-free now (for now)! </h3>
<p>The following pages are the best known:</p>
<ul>
em&gt;ilovevitaly.com/ru/&#8230;<br />
 	&lt;{a6}buttons-for-websites.com</p>
<li>&gt;em&gt;semalt.com/li&gt;&lt;<br />
darodar.com
</ul>
<p>You can always find updates on new spam here.<br />
We are looking forward to new pages!</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
