- TEL:131 7970 3111
-
慧網(wǎng)微信
- 掃描二維碼
- 關(guān)注邳州在線
-
手機(jī)網(wǎng)站
- 手機(jī)掃描二維碼
- 進(jìn)入手機(jī)站
網(wǎng)站地圖
付款方式
JavaScript在頁面中有2種常見方式,一種是JS做成外部文件,頁面直接調(diào)用,下面是上海SEO實(shí)驗(yàn)室的一行代碼:
字串1
以下為引用的內(nèi)容: <script language="JavaScript" src="http://www.seotest.cn/script/common.js" type="text/javascript"></script> |
另一種是在頁面直接寫上JS代碼,例如:
字串8
以下為引用的內(nèi)容:<script language="JavaScript"> try{ var elScript = document.createElement("script"); elScript.setAttribute("language", "JavaScript"); elScript.setAttribute("src", "http://www.seotest.cn/function/c_html_js.asp?act=batch"+"&view=" + escape(strBatchView)+"&inculde=" + escape(strBatchInculde)+"&count=" + escape(strBatchCount)); 字串9 document.getElementsByTagName("body")[0].appendChild(elScript); } catch(e){}; </script> |
字串5
從搜索引擎抓取角度來說,種不包含任何文字信息,所以搜索引擎無法從中提取內(nèi)容。但第二種如果出現(xiàn)文字內(nèi)容,搜索引擎是否能抓取其中的內(nèi)容呢?
字串2
字串7
實(shí)驗(yàn)思路:制作一個(gè)只有JS代碼的頁面,JS代碼內(nèi)包含中文內(nèi)容。然后等待搜索引擎收錄后,在SERP和網(wǎng)頁快照內(nèi)查看結(jié)果。
字串9
實(shí)驗(yàn)頁面:([URL=http://www.seotest.cn/testpage/tp009.html]http://www.seotest.cn/testpage/tp009.html[/URL]) 字串6
字串5
以下為引用的內(nèi)容:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>07-9-25 中秋節(jié)開始的實(shí)驗(yàn)</title> </head> <body> <SCRIPT type="text/javascript"> document.writeln("JS抓取實(shí)驗(yàn):<br>"); document.writeln("試試放在JS代碼里的文字,是否會(huì)被搜索引擎抓取到呢?"); </SCRIPT> </body> </html> |
字串7
如果您希望盡快查看到實(shí)驗(yàn)結(jié)果,請(qǐng)轉(zhuǎn)載本文或給實(shí)驗(yàn)頁面增加外部鏈接,這樣可以幫助搜索引擎盡快收錄該頁面,我們也能更快獲得結(jié)果。 字