<?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>解决方案 &#8211; Social Media Agency</title>
	<atom:link href="https://cn.socialmediaagency.one/tag/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/feed/" rel="self" type="application/rss+xml" />
	<link>https://cn.socialmediaagency.one</link>
	<description>Social Media One ist Ihre Agentur für TikTok, Instagram, LinkedIn und Influencer Marketing. Content, Werbung und Strategie aus einer Hand.</description>
	<lastBuildDate>Thu, 12 Aug 2021 08:35:38 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>
	<item>
		<title>停用WordPress Block Widget!如何在5秒钟内完成+说明</title>
		<link>https://cn.socialmediaagency.one/%e5%81%9c%e7%94%a8wordpress-block-widget%e5%a6%82%e4%bd%95%e5%9c%a85%e7%a7%92%e9%92%9f%e5%86%85%e5%ae%8c%e6%88%90%e8%af%b4%e6%98%8e/</link>
		
		<dc:creator><![CDATA[Stephan M. Czaja]]></dc:creator>
		<pubDate>Thu, 12 Aug 2021 08:35:38 +0000</pubDate>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ǞǞǞ]]></category>
		<category><![CDATA[Anleitung]]></category>
		<category><![CDATA[Block Widget]]></category>
		<category><![CDATA[Deaktivieren]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Onlineshop]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Text-Editor]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[停用]]></category>
		<category><![CDATA[块状小工具]]></category>
		<category><![CDATA[小工具]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[文本编辑器]]></category>
		<category><![CDATA[电子商务]]></category>
		<category><![CDATA[编辑]]></category>
		<category><![CDATA[网上商店]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[说明]]></category>
		<category><![CDATA[问题]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/%e5%81%9c%e7%94%a8wordpress-block-widget%e5%a6%82%e4%bd%95%e5%9c%a85%e7%a7%92%e9%92%9f%e5%86%85%e5%ae%8c%e6%88%90%e8%af%b4%e6%98%8e/</guid>

					<description><![CDATA[禁用WordPress Block Widget，把它关掉，不管怎么样，把它赶走吧!我们不是新的WordPre [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>禁用WordPress Block Widget，把它关掉，不管怎么样，把它赶走吧!我们不是新的WordPress用户界面变化的大粉丝。甚至Gutenberg编辑器也没有solala（提示：我们一会儿也会停用它）。许多从事<a href="https://cn.socialmediaagency.one/%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e6%9c%ba%e6%9e%84%ef%bc%9a%e8%90%a5%e9%94%80%e3%80%81%e6%88%98%e7%95%a5%e3%80%81%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e4%bc%98%e5%8c%96%ef%bc%88seo%ef%bc%89/" data-type="post" data-origin="de" data-origin-url="/?p=16298" data-id="26443">电子商务</a>的人使用WordPress或<a href="https://cn.socialmediaagency.one/wordpress-woocommerce-%e4%bd%a0%e8%87%aa%e5%b7%b1%e7%9a%84%e7%bd%91%e5%ba%97/" data-type="post" data-origin="de" data-origin-url="/?p=4481" data-id="22614">WooCommerce</a>扩展，今天可能面临着完全相同的问题!随着WordPress 5.8的更新，出现了新的 &#8220;块状小部件 &#8220;编辑器。更新完成后，研究一下小工具。发生了什么事！！！？你看到的是一个又一个的错误!该怎么做？回到标准上来!有了这个简单的技巧。</p>
<h2>停用块状小工具</h2>
<p>如果你已经熟悉WordPress，把这段代码粘贴到你的主题编辑器中。</p>
<p>如果你还没有任何经验，在代码之后，我们为你准备了一个简单的4步指南，并附有截图。</p>
<h3>停用块状小工具</h3>
<p>通过这一行，你可以停用区块小部件。</p>
<blockquote><p>禁用块状编辑器来管理小工具。<br />
add_filter( &#8216;use_widgets_block_editor&#8217;, &#8216;__return_false&#8217;) 。</p></blockquote>
<p>资料来源。<a href="https://wpcodeus.com/disable-widget-block-editor-in-wordpress-5-8/" target="_blank" rel="noopener">美国WP代码</a></p>
<p>既然如此，你可以用它来停用 &#8220;新 &#8220;古腾堡编辑器。</p>
<h3>停用古腾堡编辑器</h3>
<p>停用古腾堡编辑器。</p>
<blockquote><p>禁用Gutenberg插件中的块状编辑器来管理小部件。<br />
add_filter( &#8216;gutenberg_use_widgets_block_editor&#8217;, &#8216;__return_false&#8217;) 。</p></blockquote>
<h2>错误：之前/之后</h2>
<p>这里简要介绍一下你的WordPress系统上已经有的或在更新到WordPress 5.8后会得到的错误。</p>
<h3>之前: 小工具一如既往地工作</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>更新：WordPress 5.8</h3>
<p>然后你的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>更新后：错误不断</h3>
<p>更新后，根据插件的不同，错误不断。在电子商务中使用多语言（如WPML），它变得相当极端。此外，为了保护数据，到处都附有 &#8220;遗留 &#8220;文本。对每一个小部件。如果你不只是管理一个网站，而可能是5个、10个或20个，你想迅速回到标准。</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>现在怎么办？这就是你插入代码的方法（上面）!</p>
<h3>解决方案： 主题编辑器的代码</h3>
<p>打开菜单中的 &#8220;主题编辑器&#8221;。如截图所示，将这段代码添加到你的 &#8220;function.php &#8220;中。</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>精益画布第1/3部分：产品和USP &#124; 薯条太无聊了!- 营销播客</title>
		<link>https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac1-3%e9%83%a8%e5%88%86%ef%bc%9a%e4%ba%a7%e5%93%81%e5%92%8cusp-%e8%96%af%e6%9d%a1%e5%a4%aa%e6%97%a0%e8%81%8a%e4%ba%86-%e8%90%a5%e9%94%80%e6%92%ad/</link>
		
		<dc:creator><![CDATA[Stephan M. Czaja]]></dc:creator>
		<pubDate>Sun, 15 Nov 2020 14:17:34 +0000</pubDate>
				<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Beispiel]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Erklärung]]></category>
		<category><![CDATA[Firma Gründen]]></category>
		<category><![CDATA[Geschäftsidee]]></category>
		<category><![CDATA[Idee]]></category>
		<category><![CDATA[Instagram Shop]]></category>
		<category><![CDATA[Instagram Shopping]]></category>
		<category><![CDATA[Instagram商店]]></category>
		<category><![CDATA[Instagram购物]]></category>
		<category><![CDATA[Kfc]]></category>
		<category><![CDATA[Lean Canvas]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Produkt]]></category>
		<category><![CDATA[Selbstständig Werden]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[Startup Gründen]]></category>
		<category><![CDATA[USP]]></category>
		<category><![CDATA[产品]]></category>
		<category><![CDATA[例子]]></category>
		<category><![CDATA[创业理念]]></category>
		<category><![CDATA[市场营销]]></category>
		<category><![CDATA[帆布]]></category>
		<category><![CDATA[成为独立的人]]></category>
		<category><![CDATA[找到一家公司]]></category>
		<category><![CDATA[找到了一家初创企业]]></category>
		<category><![CDATA[播客]]></category>
		<category><![CDATA[焦点网]]></category>
		<category><![CDATA[理念]]></category>
		<category><![CDATA[精益帆布]]></category>
		<category><![CDATA[美国]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[解释]]></category>
		<category><![CDATA[问题]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac1-3%e9%83%a8%e5%88%86%ef%bc%9a%e4%ba%a7%e5%93%81%e5%92%8cusp-%e8%96%af%e6%9d%a1%e5%a4%aa%e6%97%a0%e8%81%8a%e4%ba%86-%e8%90%a5%e9%94%80%e6%92%ad/</guid>

					<description><![CDATA[通过9个步骤开发和验证商业理念。在第4集里，你将了解到精益画布!第一部分是关于你的产品，商业理念本身。这意味着 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>通过9个步骤开发和验证商业理念。在第4集里，你将了解到精益画布!第一部分是关于你的产品，商业理念本身。这意味着1）问题，所以你要找到最好的2）解决方案和你的3）用户承诺，也就是你的USP。另外，本周的提示。Instagram购物!现在直接在应用程序的菜单栏。另外，像往常一样，还有很多来自日常生活的小营销活用方法。</p>
<h2>Spotify上的播客集：精益画布（1/3）专题</h2>
<p>Back to overview:<hiddenlink href="https://cn.socialmediaagency.one/%e8%90%a5%e9%94%80%e6%92%ad%e5%ae%a2/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">Marketing Podcast</hiddenlink>.</p>
<p><iframe loading="lazy" src="https://open.spotify.com/embed-podcast/episode/5Ony5D6EylvLgMXlcrut12" width="100%" height="232" frameborder="0"></iframe></p>
<p>现在可以免费流媒体和学习。</p>
<ul>
<li><a href="https://open.spotify.com/show/4IOnrV8LsU2lhNiGefjGLR" target="_blank" rel="nofollow noopener noreferrer">Spotify &#8211; 营销播客</a></li>
<li><a href="https://podcasts.apple.com/de/podcast/lasse-lukinski/id1542462542" target="_blank" rel="noopener noreferrer">ITunes &#8211; 营销播客</a></li>
<li><a href="https://music.amazon.de/podcasts/3dca2830-1a07-477c-b7cc-a38957597409/Lasse-Lukinski" target="_blank" rel="nofollow noopener noreferrer">亚马逊 &#8211; 营销播客</a></li>
<li><a href="https://www.deezer.com/show/1918112" target="_blank" rel="nofollow noopener noreferrer">Deezer &#8211; 营销播客</a></li>
<li><a href="https://www.google.com/podcasts?feed=aHR0cHM6Ly9sYXNzZWx1a2luc2tpLnBvZGlnZWUuaW8vZmVlZC9tcDM%3D" target="_blank" rel="nofollow noopener noreferrer">谷歌 &#8211; 营销播客</a></li>
</ul>
<h2>精益画布为你的商业理念服务：找到并测试它</h2>
<p>你想开始自己的事业吗？你想建立你自己的公司，你自己的创业公司？那么你需要一个好的商业理念!每年有几次，我们有一个非常特别的研讨会，有200多人参加。简而言之，它类似于你在电视上知道的 &#8220;狮穴&#8221;。只不过，在我们的专家和导师的指导下，多出了一天的时间，然后就是大日子和一天的投稿。200人，40个小组，40个想法，但什么是最好的开始？</p>
<h3>什么是精益画布？</h3>
<p>什么是精益画布？精益画布是商业画布的一个变种。它帮助你在新的简单步骤中寻找和验证商业想法。验证是指检查和证明一个商业想法是或将是盈利的。在我们的营销播客的这个特别节目中，我们将在三期节目中讨论精益帆布。在每一种情况下，9个步骤中的3个。</p>
<p>在第一部分，你将了解问题、解决方案和你的USP。在第二部分<a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac2-3%e9%83%a8%e5%88%86%ef%bc%9a%e4%b8%8d%e5%85%ac%e5%b9%b3%e7%9a%84%e4%bc%98%e5%8a%bf%e3%80%81%e8%a1%a1%e9%87%8f%e6%a0%87%e5%87%86%e5%92%8c%e7%9b%ae/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="26335">（Lean Canvas #2</a>）中，我们谈论了关键人物、目标群体和不公平的优势。第三部分<a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac3-3%e9%83%a8%e5%88%86%ef%bc%9a%e8%90%a5%e9%94%80%e5%92%8c%e8%b4%a2%e5%8a%a1%ef%bc%88%e6%88%90%e6%9c%ac-%e6%94%b6%e7%9b%8a%ef%bc%89-%e8%90%a5%e9%94%80/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="26250">（Lean Canvas #3</a>）然后涉及到营销的大话题以及由此产生的成本和收入来源。</p>
<h3>银行、投资者&#8230;寻找员工(招聘)</h3>
<p>在营销播客和这个特别节目中，你将免费学习第一步，即你的商业理念的设计!你需要这些来发展你的推销和你的商业计划。你需要同时说服投资者和银行相信你的优点。最后，你在日常生活中需要这两个概念，例如，当你想说服客户相信你的产品或招聘新员工时。这些步骤将在今后的节目中详细讨论。一步一步地学习自己企业的营销。</p>
<p>一个扎实的、经过深思熟虑的、明显可以盈利的想法是员工、银行和投资者对你这个创始人的期望。这就是为什么我们要仔细研究这个精益画布特辑中的每一个步骤，并结合实际案例，让你了解这样一个精益画布是如何建立起来的。你需要深入到什么程度，才能使你的推销最终具有说服力。</p>
<h3>营销播客中的更多内容</h3>
<p>你想从我们的营销播客中获得更多的节目吗？关于各个主题的小视频片段，从社会媒体营销到印刷再到成立公司，都有国际项目的提示和最佳实践。在这里你可以找到概述</p>
<ul>
<li><hiddenlink href="https://cn.socialmediaagency.one/%e8%90%a5%e9%94%80%e6%92%ad%e5%ae%a2/" data-type="page" data-origin="de" data-origin-url="/?page_id=17661">营销播客</hiddenlink></li>
</ul>
<h2>营销短板：精益画布</h2>
<p>更多的营销片段？也请在<a href="https://youtube.com/channel/UCQ4MEASEZbXKWpVPjcphcQQ" target="_blank" rel="nofollow noopener noreferrer">Youtube</a>上关注我们。本周的主题。</p>
<ol>
<li>精益画布第一部分：问题、解决方案和USP</li>
</ol>
<p>作为<a href="https://cn.socialmediaagency.one/%e6%9c%ba%e6%9e%84/%e6%bc%94%e8%ae%b2%e4%ba%ba%ef%bc%9a%e4%b8%bb%e8%ae%b2%e4%ba%ba%e3%80%81%e8%90%a5%e9%94%80%e5%92%8c%e4%b8%93%e5%ae%b6/" data-type="page" data-origin="de" data-origin-url="/?page_id=11488" data-id="24858">演讲者</a>，我们向多达200名参与者展示如何在我们的研讨会上建立一个企业。这方面的一个部分是精益画布。开发商业创意并测试它们的简单方法。第二天，40个小组展示他们的商业理念。这有点像 &#8220;Höhle der Löwen&#8221;，你可能知道的电视剧。然而，在投稿之前，必须有一个坚实的商业理念。在这一集播客中，我们谈论了这一点以及其他一些事情。</p>
<h3>精益画布第一部分：问题、解决方案和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>
<p>&nbsp;</p>
<h2>精益帆布特价：所有零件</h2>
<p>在这里，你会发现精益帆布特别版的所有部分的概述。</p>
<h3>部分：关键人物、不公平优势和目标群体</h3>
<p>第二部分：<a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac2-3%e9%83%a8%e5%88%86%ef%bc%9a%e4%b8%8d%e5%85%ac%e5%b9%b3%e7%9a%84%e4%bc%98%e5%8a%bf%e3%80%81%e8%a1%a1%e9%87%8f%e6%a0%87%e5%87%86%e5%92%8c%e7%9b%ae/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="26335">关键人物、不公平优势和目标群体</a></p>
<p><a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac2-3%e9%83%a8%e5%88%86%ef%bc%9a%e4%b8%8d%e5%85%ac%e5%b9%b3%e7%9a%84%e4%bc%98%e5%8a%bf%e3%80%81%e8%a1%a1%e9%87%8f%e6%a0%87%e5%87%86%e5%92%8c%e7%9b%ae/" data-type="post" data-origin="de" data-origin-url="/?p=17858" data-id="26335"><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>部分：营销和财务</h3>
<p>第三部分：<a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac3-3%e9%83%a8%e5%88%86%ef%bc%9a%e8%90%a5%e9%94%80%e5%92%8c%e8%b4%a2%e5%8a%a1%ef%bc%88%e6%88%90%e6%9c%ac-%e6%94%b6%e7%9b%8a%ef%bc%89-%e8%90%a5%e9%94%80/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="26250">营销和财务</a></p>
<p><a href="https://cn.socialmediaagency.one/%e7%b2%be%e7%9b%8a%e7%94%bb%e5%b8%83%e7%ac%ac3-3%e9%83%a8%e5%88%86%ef%bc%9a%e8%90%a5%e9%94%80%e5%92%8c%e8%b4%a2%e5%8a%a1%ef%bc%88%e6%88%90%e6%9c%ac-%e6%94%b6%e7%9b%8a%ef%bc%89-%e8%90%a5%e9%94%80/" data-type="post" data-origin="de" data-origin-url="/?p=17859" data-id="26250"><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>推荐垃圾邮件？谷歌分析账户和FTP/.htaccess的解决方案和教程</title>
		<link>https://cn.socialmediaagency.one/%e6%8e%a8%e8%8d%90%e5%9e%83%e5%9c%be%e9%82%ae%e4%bb%b6%ef%bc%9f%e8%b0%b7%e6%ad%8c%e5%88%86%e6%9e%90%e8%b4%a6%e6%88%b7%e5%92%8cftp-htaccess%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88%e5%92%8c/</link>
		
		<dc:creator><![CDATA[Stephan M. Czaja]]></dc:creator>
		<pubDate>Tue, 01 Dec 2015 04:02:10 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Auswertung]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hilfe]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Referral]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Russland]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[俄罗斯]]></category>
		<category><![CDATA[垃圾邮件]]></category>
		<category><![CDATA[帮助]]></category>
		<category><![CDATA[录像带]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[报告]]></category>
		<category><![CDATA[淘宝网]]></category>
		<category><![CDATA[监测]]></category>
		<category><![CDATA[脸书]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[评价]]></category>
		<category><![CDATA[转介]]></category>
		<guid isPermaLink="false">https://socialmediaagency.one/%e6%8e%a8%e8%8d%90%e5%9e%83%e5%9c%be%e9%82%ae%e4%bb%b6%ef%bc%9f%e8%b0%b7%e6%ad%8c%e5%88%86%e6%9e%90%e8%b4%a6%e6%88%b7%e5%92%8cftp-htaccess%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88%e5%92%8c/</guid>

					<description><![CDATA[来自semalt.com这样的登陆页面的推荐垃圾邮件极大地干扰了网站管理员的分析，例如在谷歌分析中的分析!但不 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>来自semalt.com这样的登陆页面的推荐垃圾邮件极大地干扰了网站管理员的分析，例如在谷歌分析中的分析!但不要担心，有一些简单的小教程可以帮助从你自己的数据中删除这种垃圾邮件。早在6月，我写了一篇关于如何通过.htaccess排除垃圾邮件页面的小文章。但由于很多人都在使用谷歌分析，现在有一个小的更新!我喜欢参考<a href="https://viget.com/advance/removing-referral-spam-from-google-analytics">本-特拉维斯 </a>的数据&#8211;他总是在他的博客中更新推荐性垃圾邮件的名单。它包含了目前所有可疑的访客和机器人的来源。现在到了关键时刻：删除谷歌分析中的垃圾转介信息!</p>
<h2>排除、删除和阻止推荐性垃圾邮件</h2>
<p>什么是实际的推荐性垃圾邮件？我爱互联网!新的想法无处不在，这个巧妙的想法来自俄罗斯：推荐性垃圾邮件。资源丰富的开发人员创建了登陆页面。每个小站长对每一个反向链接都很自然地感到高兴，看着它，落在一个登陆页面上。没有有价值的链接。没有有价值的访客。只是一个登陆页面和一个抓取页面的机器人。这背后的原理既简单又神奇：通过巧妙地链接网页，你作为网站经营者自然会意识到新的、访客的来源。当然，你也会看一看它们。然而，最终，你将在一个简单的销售页面、登陆页面等处结束。在那里，你会发现典型的联盟报价。在那里，你会发现典型的联盟提议。旅行、药品等。因此，这一招的全部意义在于让你，即网站管理员，进入网页并销售东西。查普!好主意，真的。</p>
<p>那些随后想分析其访客的人将得到伪造的数据，不管是访客、访问时间、来源等。这就是为什么我们要排除这种垃圾邮件!</p>
<h3>谷歌分析，针对转介垃圾邮件的一般过滤器</h3>
<p>打开谷歌分析仪表板。在这里，我们走了。首先打开你的<a href="https://www.google.com/analytics/" target="_blank" rel="noopener noreferrer">谷歌分析</a>账户。单击 &#8220;管理&#8221;&gt;&#8221;选择账户</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-01-auswahl-dashboard" width="1080" height="480"/></a></p>
<h3>添加过滤器并输入数据</h3>
<p>现在在这里添加所有的代码行。在每个过滤器之后，你必须将其添加到各个网站的视图中（旁边但有一张图片）。 你直接接管分析过滤器的设置，像这样。</p>
<ul>
<li>过滤器类型：用户定义</li>
<li>排除：活动来源</li>
</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-02-einstellungen-einrichtung" width="1080" height="480"/></a></p>
<h4>当前的垃圾邮件页面列表</h4>
<p>你可以在<a href="https://viget.com/advance/removing-referral-spam-from-google-analytics">Viget的Ben Travis</a>找到最新的名单。同时，有三个小列表，因为谷歌分析限制过滤器中的输入为255个字符。</p>
<pre>#1</pre>
<pre>.*((darodar|priceg|buttons-for(your)?-website|makemoneyonline|blackhatworth|hulfingtonpost|o-o6-o|(social|(simple|free|floating)-share)-buttons)。尊敬的女士们、先生们、女士们：大家好！我是来自中国人民解放军总参谋部的王晓东，我是来自中国人民解放军总参谋部的王晓东，我是来自中国人民解放军总参谋部的王晓东。

#2 - 更新</pre>
<pre>.*((best(sitesawards|-seo-(solution|offer))|get-free(-social)?-traffic(-now)?|googlsucks)|.com|(domination|torture)|。((rapidgator-)?(general)?porn(hub(-)?forum)?|4webmasters)(ga|tk|org|uni)|(buy-cheap-online).info).</pre>
<pre>#3 - 更新</pre>
<pre>.*((event-tracking|semalt(media)?|(100dollars|success)|-seo|chineseamezon|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"><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-neuer-filter-entfernen-blockieren-ausschliessen-07-website-daten-anwenden" width="1080" height="480"/></a></p>
<h3>添加所有的过滤器，收集</h3>
<p>现在你已经创建了所有的过滤器，并将它们添加到各个网站视图中。完美。</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-03-mehrere-filter-anlegen" width="1080" height="480"/></a></p>
<h4></h4>
<p id="google-analytics-spam-daten-bereinigen"></p>
<h2>额外提示：谷歌分析：追溯性地删除垃圾转介信息</h2>
<p>如果你现在已经修复了一切，使你暂时不再受到垃圾邮件链接的干扰，你已经迈出了最大的一步。30天后，目标群体和网站访问者的标准数据记录将再次 &#8220;干净&#8221;。如果你还想回头看看，例如分析当前的页面，你也可以把过滤器应用到当前的数据视图。你可以在这里看到如何做到这一点。第一步，单击 &#8220;观众&#8221;&gt;&#8221;概览&#8221;。在那里你添加一个+新段。</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-04-zielgruppe-uebersicht-filtern-hinzufuegen" width="1080" height="480"/></a></p>
<h3>添加过滤器并输入数据</h3>
<p>看看我的Anaylitcs账户的截图。和以前一样，你排除的正是垃圾邮件的来源。这 &#8220;减少 &#8220;了你的访客数量（在右边的例子中），达到一个真实的水平，没有机器人。</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-05-filtern-hinzufuegen-einstellen" width="1080" height="480"/></a></p>
<p>这里你没有创建三个单独的过滤器，而是用AND连接所有三行代码（第2点）。然后保存你的过滤器。你可以在每个网站视图中把它作为一个分段添加。例如，如果你管理几个页面。</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-06-mehrere-filter-kombinieren" width="1080" height="480"/></a></p>
<h3 id="eigene-ip-google-analytics">额外提示!不包括你自己的IP（办公室、家庭等）。</h3>
<p>你自己还是占了很大一部分的访客？你自己的流量也会影响谷歌分析的数据。对此也有一个很好的解决方案：你可以从网站数据视图中删除你自己的IP（当然还有其他人）。要做到这一点，你要在谷歌分析&gt;管理中创建一个一般的过滤器，就像你在第1点做的那样。你以同样的方式将这个新的过滤器分配给账户的各个数据记录。</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"><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-neuer-filter-entfernen-blockieren-ausschliessen-08-tipp-fuer-eigene-buero-ip" width="1080" height="480"/></a></p>
<p>现在你有了一个小的第一季的伟大过滤器和更干净的数据来分析你自己的网站。</p>
<p><a href="https://lukinski.de/wp-content/uploads/2015/06/referral-spam-google-anayltics-neuer-filter-entfernen-blockieren-ausschliessen-09-dashboard.jpg"><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-neuer-filter-entfernen-blockieren-ausschliessen-09-dashboard" width="1080" height="480"/></a></p>
<h2 id="referral-spam-htaccess">通过.htaccess排除推荐性垃圾邮件 &#8211; 当前列表 12/2015</h2>
<p>不幸的是，错误的访问正在扭曲你的统计数据。这就是为什么现在是时候做一些事情了。你如何 &#8220;保护 &#8220;或屏蔽你的网站，同时在你的客户的页面和商店中，可以在这里找到。</p>
<ol>
<li>æ&#x89;&#x93;å¼&#x80;/å&#x88;&#x9B;å»ºä½ ç&#x9A;&#x84;.htaccess
<p>提示：对.htaccess &amp; Co一无所知？你可以在这里找到一个免费的.htaccess生成器<a href="http://www.htaccesseditor.com/gr.shtml" target="_blank" rel="noopener noreferrer">www.htaccesseditor.com/gr.shtml</a></p>
<li>填写或完成以下几行。</li>
</ol>
<pre># 阻止俄罗斯推荐人垃圾邮件
重写引擎在
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-8-o-o/.com/ [NC,OR]
RewriteCond %{HTTP_REFERER}。^http://.*traffic2cash.org/ [NC,OR]
RewriteCond %{HTTP_REFERER}。^http://.*cyber-monay.ga/ [NC,OR]
RewriteRule ^(.*)$ - [F,L]
</pre>
<h3>我们成功了!无论哪种方式，你现在已经没有垃圾邮件了（目前）！你可以在这里找到你想要的。</h3>
<p>最著名的是以下几页。</p>
<ul>
<li><em>Ilovevitaly.com/.ru/&#8230;</em></li>
<li><em>网站用纽扣。</em></li>
<li><em>Semalt.com</em></li>
<li><em>Darodar.com</em></li>
</ul>
<p>关于新的垃圾邮件的更新可以一直在这里找到。<br />
我们期待着新的页面!</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
