1. 程式人生 > >iframe、nofollow的定義及如何正確使用?

iframe、nofollow的定義及如何正確使用?

iframe 的使用方法:

iframe 元素會建立包含另外一個文件的內聯框架(即行內框架)。

<iframe src="/templets/bangtai181223/map.html" width="585px" height="586px" frameborder="0" 
rel="nofollow" scrolling="no"></iframe>
屬性 描述
frameborder
  • 1
  • 0
規定是否顯示框架周圍的邊框。
height
  • pixels
  • %
規定 iframe 的高度。
longdesc URL 規定一個頁面,該頁面包含了有關 iframe 的較長描述。
marginheight pixels 定義 iframe 的頂部和底部的邊距。
marginwidth pixels 定義 iframe 的左側和右側的邊距。
name frame_name
規定 iframe 的名稱。
sandbox
  • ""
  • allow-forms
  • allow-same-origin
  • allow-scripts
  • allow-top-navigation
啟用一系列對 <iframe> 中內容的額外限制。
scrolling
  • yes
  • no
  • auto
規定是否在 iframe 中顯示滾動條。
seamless seamless 規定 <iframe> 看上去像是包含文件的一部分。
src URL 規定在 iframe 中顯示的文件的 URL。
srcdoc HTML_code 規定在 <iframe> 中顯示的頁面的 HTML 內容。
width
  • pixels
  • %
定義 iframe 的寬度。

使用nofollow:

<meta name="robots" content="nofollow" >  不追蹤連結,不傳遞權重。
<a rel="nofollow" href="#" >123</a>  只起到發現連結的作用,但不傳遞權重。