php Alexa 排名到流量估算公式

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18444030/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-25 17:35:24  来源:igfitidea点击:

Alexa Rank to Traffic Estimation Formula

phpranktrafficalexa

提问by SEOTools

Anybody have some idea how we can convert alexa Rank to estimate the daily visitors of a website. previous we can easily do this by Alexa Site Reach percentage but alexa reach is no more available. previous i am using this forumula

任何人都知道我们如何转换 alexa 排名来估计网站的每日访问量。以前我们可以通过 Alexa Site Reach 百分比轻松地做到这一点,但 alexa 覆盖率不再可用。以前我正在使用这个论坛

$visitors = (200000000*$reach)/100

how can we estimate now with alexa rank?

我们现在如何用 alexa 排名进行估计?

回答by luchaninov

This article contains more precise formula and online converter "Alexa Rank -> Monthly Traffic" - http://netberry.co.uk/alexa-rank-explained.htm

本文包含更精确的公式和在线转换器“Alexa Rank -> Monthly Traffic” - http://netberry.co.uk/alexa-rank-explained.htm

Monthly Visitors = 104,943,144,672 x AlexaRank ^ -1.008

每月访客 = 104,943,144,672 x AlexaRank ^ -1.008

回答by FalconHawk

I think according to Alexa rule, the multiplication between monthly visitors and Alexa Rank is a constant, which is equal to 1x10^11 (1,00,000,000,000). So, (Alexa Rank) x (Monthly Visitors) = 1,00,000,000,000. This formula can be used to roughly estimate Alexa Rank/Monthly Visitors. For example, if AR = 1000 then MV = 1x10^8 (1,00,000,000) and vice versa. You can verify this by using a tool provided at http://netberry.co.uk/alexa-rank-explained.htm

我认为根据 Alexa 规则,每月访问者和 Alexa 排名之间的乘积是一个常数,等于 1x10^11 (1,00,000,000,000)。因此,(Alexa 排名)x(每月访客)= 1,00,000,000,000。此公式可用于粗略估计 Alexa 排名/每月访问者。例如,如果 AR = 1000,则 MV = 1x10^8 (1,00,000,000),反之亦然。您可以使用http://netberry.co.uk/alexa-rank-explained.htm提供的工具验证这一点

回答by Andrew Rukin

This service: http://www.rank2traffic.com/gives traffic estimation based on the formula given here: http://netberry.co.uk/alexa-rank-explained.htm

此服务:http: //www.rank2traffic.com/根据此处给出的公式提供流量估算:http: //netberry.co.uk/alexa-rank-explained.htm

回答by Andrew Rukin

Once you determine a formula for trafic calculation, you may use this online database to get old alexa rank data: http://alexarankdb.com/

确定流量计算公式后,您可以使用此在线数据库获取旧的 alexa 排名数据:http: //alexarankdb.com/