例如,我有一个重定向到其他页面的短链接管理器(我将调用此目标页面)并且有点像http://myredirector.com/343uj
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://destination-page.com">
</head>
<body>
You are being redirected to <a href="http://destination-page.com">Destination Page</a>...
</body>
</html>
我的问题是当我看到http://destination-page.com的分析报告时,那里的页面程序没有从我的短链接管理器 (http://myredirector.com) 注册