我已经做了大量的asp.net和php开发,但是我不太熟悉如何在cf中跟踪这类事情。我天真的第一个攻击角度是在任何源代码中搜索对google的任何引用。运气不好。
我在IIS7上管理这个网站。谷歌、必应和雅虎显然在我的网站上什么也没看到。
更新:我以googlebot的身份运行fetch,得到了以下结果:
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/7.0
Set-Cookie: CFID=1638251;expires=Sat, 14-Apr-2040 15:51:41 GMT;path=/
Set-Cookie: CFTOKEN=35688222;expires=Sat, 14-Apr-2040 15:51:41 GMT;path=/
Set-Cookie: LANGUAGEID=1;expires=Sat, 14-Apr-2040 15:51:41 GMT;path=/
Set-Cookie: CFGLOBALS=urltoken%3DCFID%23%3D1638251%26CFTOKEN%23%3D35688222%23lastvisit%3D%7Bts%20%272010%2D04%2D22%2008%3A51%3A41%27%7D%23timecreated%3D%7Bts%20%272010%2D04%2D22%2008%3A51%3A41%27%7D%23hitcount%3D2%23cftoken%3D35688222%23cfid%3D1638251%23;expires=Sat, 14-Apr-2040 15:51:41 GMT;path=/
X-Powered-By: ASP.NET
Date: Thu, 22 Apr 2010 15:51:40 GMT
最佳答案
使用google webmaster工具“fetch as googlebot”(它的实验室)来查看服务器返回到google的确切内容。
关于coldfusion - 为什么我的ColdFusion页面会向搜索引擎返回一个空白页面?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2687269/