Fw: [問題] 即時載入外部資源來產生資料會不會影響SEO?

看板Ajax作者 (saladaeng)時間10年前 (2014/12/10 19:19), 編輯推噓1(102)
留言3則, 2人參與, 最新討論串1/1
※ [本文轉錄自 Web_Design 看板 #1KY2lo7l ] 作者: saladaeng (saladaeng) 看板: Web_Design 標題: [問題] 即時產生的資料會不會影響SEO? 時間: Wed Dec 10 19:18:08 2014 A. <DIV>Product Name: Beautiful Table</div> B. <div id="product_name"></div> <script> var txt; $.get('/source.txt', function(result) {txt=result;}); setTimeout(function(){ $("product_name").text(txt); },3000); </script> 請問如果使用B這種載入外部資源的方式,會不會影響到SEO? -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.163.94.220 ※ 文章網址: http://www.ptt.cc/bbs/Web_Design/M.1418210290.A.1EF.html ※ 發信站: 批踢踢實業坊(ptt.cc) ※ 轉錄者: saladaeng (118.163.94.220), 12/10/2014 19:19:33

12/10 19:31, , 1F
12/10 19:31, 1F

12/11 16:33, , 2F
那像WordPress怎辦,大部份文章都不是靜態啊。
12/11 16:33, 2F

12/11 17:37, , 3F
WordPress大部份文章都是靜態html吧? 不是ajax
12/11 17:37, 3F
文章代碼(AID): #1KY2n7rf (Ajax)
文章代碼(AID): #1KY2n7rf (Ajax)