地址的研究

URLs discovering
can Google and Yahoo follow link in Adobe Flash?
1、What will happen if we add link somewhere in text field?
2、What will happen if we make whole text field as a link?
3、Can Google and Yahoo follow and index pages that have on(press) ActionScript?
4、What about function that have getURL ActionScript?
5、What will happen with commented getURL?
November 15th
On time line we added ActionScript function that calls GetURL function with our test URL.
function functiontest(){
getURL("**our testing URL**", "_blank");
}
I was surprised today when I saw that Google indexed our test page even if we didn’t called our test function.
It looks that this can be good way to add all pages that you want to be followed from Adobe Flash.
译:
地址的研究
google 是否可以跟踪flash里的索引
1、如果我们添加连接在flash里的文本域里,将会发生什么?
2、如果我们将一个完整的文本哉作为一个连接,会发生什么?
3、google和yahoo是否会跟踪和索引那些有swf的网页
4、那些有swf的网页的功能怎么样?
5、url评论将会发生什么?
11月15日
在线时,我们增加了ActionScript函数调用我们的测试网址getURL函数。
function functiontest(){
getURL("**our testing URL**", "_blank");
}
今天我很惊讶,当我看到我们的测试,谷歌索引的网页,即使我们没有所谓的我们的测试功能。
看来,这可以很好的方式来增加您的所有网页希望能在随后的Adobe Flash。

猜你喜欢

转载自yanlong137.iteye.com/blog/842415