EdizKaya adlı üyeden alıntı: mesajı görüntüle
Merhaba, ilk defa bugün duydum. Backlink alırken gibi backlink alıyorum. Buradaki target blank yan sekmede aç anlamına geliyor. Fakat bugün bir arkadaşım bunun nofollow etkisi gösterdiğini söyledi. Siz ne düşünüyorsunuz bu konu hakkında?
target blank kod yapısı eski kod şekli diyebiliriz.
(Örneğin eskiden yazı ortalamak için kullanılan "center" kodunun kullanılmaması gerektiği gibi. )

Bunun yerine rel="external kullanılması öneriliyor.

target blank yerine rel="external şöyle kullanılmalıdır.

<a title="anahtar kelime" href="https // www siteadresi com" rel="external">anahtar kelime</a>
Eğer bir link verilirken "nofollow" yazlmamışsa "dofollow" etkisi gösterir demiş olabilir ve Siz yanlış anlamış olabilir misiniz?

Örnek link kullanımı şöyle olmalıdır.

<a title="anahtar kelime" href="https // www siteadresi com" rel="external, nofollow">anahtar kelime</a>
<a title="anahtar kelime" href="https // www siteadresi com" rel="external, dofollow">anahtar kelime</a>
rel=nooper farklı şeydir.

https://www.w3schools.com/tags/att_a_rel.asp

Attribute Values
  • Value: Description
  • alternate: Provides a link to an alternate version of the document (i.e. print page, translated or mirror).
  • author: Provides a link to the author of the document
  • bookmark: Permanent URL used for bookmarking
  • external: Indicates that the referenced document is not part of the same site as the current document
  • help: Provides a link to a help document
  • license: Provides a link to copyright information for the document
  • next: Provides a link to the next document in the series
  • nofollow: Links to an unendorsed document, like a paid link.("nofollow" is used by Google, to specify that the Google search spider should not follow that link)
  • noreferrer: Requires that the browser should not send an HTTP referer header if the user follows the hyperlink
  • noopener: Requires that any browsing context created by following the hyperlink must not have an opener browsing context
  • prev: The previous document in a selection
  • search: Links to a search tool for the document
  • tag: A tag (keyword) for the current document