Alıntı
target="_blank" NOFOLLOW etkisimi görüyor?
8
●520
- 15-01-2019, 17:20:23Üyeliği durdurulduTam bilmemekle birlikte arkadaşınız haklı olabilir. Çünkü yeni pencereden bağlantı açılıyor ve direkt olarak site adresiniz yazılıyor. Yani xx.com sitesinin sitenize referans olduğu belli olmayabilir. Direk url kısmına site adresiniz yazılıyormuşçasına algılanabilir.EdizKaya adlı üyeden alıntı: mesajı görüntüle
- 15-01-2019, 17:31:04Biraz daha açarmısınız üstadım.DenqeSiz adlı üyeden alıntı: mesajı görüntüle
- 15-01-2019, 17:36:13Hocam wordpress açıktan dolayı target blank kodu yerine wordpress kendisi artık rel nooper görevi yapıyor.maras adlı üyeden alıntı: mesajı görüntüle
Yani wordpress sitesinden tanıtım yazısı alıyorsanız veya yazı içerisinde link ekliyorsanız kod olarak kodda target blank yazmanıza gerek kalmıyor sistem kendisi ekliyor - 16-01-2019, 00:21:38target blank kod yapısı eski kod şekli diyebiliriz.EdizKaya adlı üyeden alıntı: mesajı görüntüle
(Ö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
- 16-01-2019, 00:24:40Üyeliği durdurulduyani hocam şimdi target in bir zararı yok mu dofollow etkisini yine gösterir mi?BiELOF adlı üyeden alıntı: mesajı görüntüle
- 16-01-2019, 00:27:41rel="dofollow" uydurma bir koddur.BiELOF adlı üyeden alıntı: mesajı görüntüle
- 16-01-2019, 00:32:14Bak bunda hemfikiriz. İnternette genelde webmaster forumlarda yaza yaza uyduruldu.F.Gungor adlı üyeden alıntı: mesajı görüntüle

Eğer bir link verirken "nofollow" yazılmadıysa aslında "dofollow" linktir.EdizKaya adlı üyeden alıntı: mesajı görüntüle
Yeni sekmede açılmasını istediğiniz linkler için target yerine rel=external kullanmanızı öneririm.
(Yaklaşık 4-5 sene önce HTML sitelerde bu şekilde kullandım.)
