• 15-01-2019, 17:17:55
    #1
    Üyeliği durduruldu
    Merhaba, ilk defa bugün duydum. Backlink alırken
    Alıntı
    <a title="anahtar kelime" href="www.siteadresi.com" target="_blank">anahtar kelime</a>
    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?
  • 15-01-2019, 17:20:23
    #2
    Üyeliği durduruldu
    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?
    Tam 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.
  • 15-01-2019, 17:21:59
    #3
    rel=nooper çıktı şimdi wordpress target blank ölüyor wp kodlarda bilginize
  • 15-01-2019, 17:31:04
    #4
    DenqeSiz adlı üyeden alıntı: mesajı görüntüle
    rel=nooper çıktı şimdi wordpress target blank ölüyor wp kodlarda bilginize
    Biraz daha açarmısınız üstadım.
  • 15-01-2019, 17:36:13
    #5
    maras adlı üyeden alıntı: mesajı görüntüle
    Biraz daha açarmısınız üstadım.
    Hocam wordpress açıktan dolayı target blank kodu yerine wordpress kendisi artık rel nooper görevi yapıyor.

    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:38
    #6
    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
  • 16-01-2019, 00:24:40
    #7
    Üyeliği durduruldu
    BiELOF adlı üyeden alıntı: mesajı görüntüle
    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
    yani hocam şimdi target in bir zararı yok mu dofollow etkisini yine gösterir mi?
  • 16-01-2019, 00:27:41
    #8
    BiELOF adlı üyeden alıntı: mesajı görüntüle
    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
    rel="dofollow" uydurma bir koddur.
  • 16-01-2019, 00:32:14
    #9
    F.Gungor adlı üyeden alıntı: mesajı görüntüle
    rel="dofollow" uydurma bir koddur.
    Bak bunda hemfikiriz. İnternette genelde webmaster forumlarda yaza yaza uyduruldu.
    EdizKaya adlı üyeden alıntı: mesajı görüntüle
    yani hocam şimdi target in bir zararı yok mu dofollow etkisini yine gösterir mi?
    Eğer bir link verirken "nofollow" yazılmadıysa aslında "dofollow" linktir.

    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.)