阻止Compete.com

发布于 2024-09-18 00:00:00 字数 118 浏览 3 评论 0原文

有没有办法阻止 compet.com 或 alexa 获取我网站上的流量?出于竞争原因,我不希望任何人知道该信息。我没有广告,只是一个付费网站......阻止Compete.com 或Alexa 会影响我的搜索引擎排名吗?

Is there a way to block compete.com or alexa from getting the traffic on my website? For competitive reasons, I don't want anyone knowing that info. I don't have advertising, just a paid-only site....would blocking compete.com or alexa in anyway affect my search engine rankings?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绳情 2024-09-25 00:00:00

有没有办法阻止 compet.com 或 alexa 获取我网站上的流量

据我所知,Alexa 和 Compete.com 都使用用户安装的工具栏来分析用户访问的网站(类似于电视收视率的完成方式;请参阅维基百科文章 Alexa 工具栏)。他们不会获取的流量数据;他们估计自己的。

为了扰乱他们的计数过程,您必须阻止安装了 Alexa 工具栏的用户。虽然这可能是可能的,但这是极其愚蠢的:您将锁定无辜的用户,并降低您的 Alexa 评分,而这不会对他们产生丝毫影响。

Is there a way to block compete.com or alexa from getting the traffic on my website

As far as I know, Alexa and Compete.com both use user-installed toolbars that analyze what sites the user visits (similar to how TV Ratings are done; see e.g. the Wikipedia article on the Alexa Toolbar). They do not fetch your traffic numbers as such; they estimate their own.

To mess with their counting process, you would have to block users with the Alexa Toolbar installed. While that may be possible, it's foolish in the extreme: You would be locking out innocent users, and decrease your Alexa ratings, which wouldn't affect them in the slightest.

貪欢 2024-09-25 00:00:00

是的,您可以轻松自动地完成此操作,而无需联系他们。

对于 Alexa,您可以使用 robots.txt

User-agent: ia_archiver
Disallow: / 

工具栏插件用于监控流量。

我没有其他人的详细信息,但我刚刚找到了有关 CompeteQuantcastAlexa 的 robots.txt 的一些信息:请参阅这篇文章的末尾了解实际情况细节。

请注意,通过在 robots.txt 中添加该内容,还会迫使他们删除追溯收集的所有数据。

这对于像 archive.org 这样的网站很有用(链接到 Alexa,事实上 ia ia_archiver 代表互联网档案馆)。他们在这里解释了这个过程: http://www.archive.org/about/exclude.php< /a>

请注意,在大多数国家/地区,能够从数据库中删除您的数据是一项合法权利

Yes you can do it easily and automatically without having to contact them.

For Alexa, you can do it using robot.txt

User-agent: ia_archiver
Disallow: / 

The toolbar plugin is used to monitor traffic.

I don't have details for the others, but I've just found some information about robot.txt for Compete, Quantcast and Alexa: look a the end of this article for practical details.

Please note that by adding that in your robot.txt it will also force them to remove all data they gathered retroactively.

This is useful for websites like archive.org (linked to Alexa, in fact ia in ia_archiver stands for Internet Archive). They explain the process here: http://www.archive.org/about/exclude.php

Please note that in most countries, being able to remove your data from databases is a legal right.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文