标签: php alexa
我正在使用Alexa的API(URLInfo函数)来检查某些域的Alexa排名。这适用于大多数URL,但是当我使用的URL太新而没有alexa排名时,它会返回主域的alexa排名。
URLInfo
例如,在检查http://example.blogspot.com或http://example.wordpress.com等时,如果域名没有Alexa排名,则会返回Alexa排名http://wordpress.com和http://blogspot.com分别
http://example.blogspot.com
http://example.wordpress.com
http://wordpress.com
http://blogspot.com
有没有办法避免这种情况发生?