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
ValueDescriptionalternateProvides a link to an alternate representation of the document (i.e. print page, translated or mirror)authorProvides a link to the author of the documentbookmarkPermanent URL used for bookmarkingexternalIndicates that the referenced document is not part of the same site as the current documenthelpProvides a link to a help documentlicenseProvides a link to copyright information for the documentnextProvides a link to the next document in the seriesnofollowLinks 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)noreferrerRequires that the browser should not send an HTTP referer header if the user follows the hyperlinknoopenerRequires that any browsing context created by following the hyperlink must not have an opener browsing contextprevThe previous document in a selectionsearchLinks to a search tool for the documenttagA tag (keyword) for the current document