Add NoFollow Relationship to WordPress Blogroll to Increase PageRank添加nofollow關係的WordPress網志串連,以增加的PageRank

Blogroll in WordPress displays a list of blogger’s favorite blogs in the sidebar of their blog.博客鏈接在WordPress顯示一個清單Blogger的喜愛的博客在工具欄他們的博客。 Blogroll provides links to external blogs in easily managed way.博客鏈接提供鏈接到外部的博客在易於管理的方式。 Some webmasters also use Blogroll to display backlinks to other external sites for link exchange or link buying.一些網站管理員也使用網志串連顯示反向其他外部網站鏈接交換鏈接或購買。 In reality, links added by WordPress blogroll is actually useless textlinks that are discouraged by在現實中,鏈接添加的WordPress網志串連,其實是無用的textlinks是氣餒 Google谷歌 and most other search engines, especially when the links are paid off or in exchange for a link back.和大多數其他的搜索引擎,尤其是當鏈接支付一次性或在換取一個鏈接回。

Thus, linking blindly to external sites MAY (if your blog or website has been caught and labeled by Google machine algorithm as participate in illegal link scheme to boost page rank, although you’re not) severaly negatively discount your own site PageRank (PR) value, or worst, affects your site ranking in search engine results positioning.因此,盲目地連接到外部網站,可能(如果您的博客或網站已被捕及標記的Google機器算法,參與非法鏈接計劃,以提高網頁排名,雖然您沒有) severaly負面的折扣您自己的網站的PageRank ( PR )的值,或是最壞的打算,會影響您的網站排名在搜索引擎結果的定位。 To avoid any potential backlash from the external links in Blogroll, it’s best to add rel=”nofollow” attribute to the <a> tag in Blogroll as suggested by為了避免任何潛在的反彈,從外部鏈接在博客鏈接,最好添加的rel = “ nofollow ”屬性,以<a>標記在網志串連的建議 Google谷歌 so that no PageRank value is passed through the links, and the links won’t penalize your site ranking.使沒有PageRank值是通過鏈接,並且鏈接將不會懲罰你的網站排名。

To automatically add and attach rel=”nofollow” attribute to each and every outgoing links in Blogroll, we need to hack through WordPress core source code file.自動添加和重視的rel = “ nofollow ”屬性,以每一個外向鏈接在博客鏈接,我們需要開刀,通過在WordPress核心的源代碼文件。 Go to wp-includes/ directory of your blog root folder, then edit the bookmark-template.php file with any text editor such as vi.去可濕性粉劑-包括/目錄您的博客的根文件夾,然後編輯書籤- template.php文件用任何文本編輯器,如六。

Locate the following line (it’s at line 48 for Wordpress version 2.3.1):找到以下行(它的行48為的WordPress版本2.3.1 ) :

$output .= '<a href="' . $the_link . '"' . 元輸出.= “ <一href = ” ' 。元the_link 。 ' “ ' 。 $rel . 美元的rel 。 $title . 元標題。 $target. 美元的目標。 '>'; “ > ' ;

Append the rel=”nofollow” to the line by changing the line to the following:附加的rel = “ nofollow ”的路線,通過改變路線如下:

$output .= '<a href="' . $the_link . '"' . 元輸出.= “ <一href = ” ' 。元the_link 。 ' “ ' 。 $rel . 美元的rel 。 $title . 元標題。 $target. 美元的目標。 ' rel="nofollow">'; '的rel = “ nofollow ” > “ ;

Save the file when done.保存該文件時,做了。

All Blogroll links in blog sidebar will now have rel=”nofollow” attribute tagged with the link, which force search engine spiders and crawlers to stop following the links.所有網志串連鏈接在博客欄將現在的rel = “ nofollow ”屬性標記的聯繫,迫使搜索引擎Spider和搜尋器停止以下鏈接。 Adding the nofollow attribute may not change the fortune of your site immediately, but will surely reduce the risks of been penalized by search engines for excessive linking.加入nofollow屬性可能是不會改變的財富您的網站立即,但一定會減少的風險而受到了處罰,由搜索引擎的過度聯繫起來。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要說明 :這是一個機器翻譯網頁是“按原樣”提供的擔保。 Machine translation may be difficult to understand.機器翻譯可能很難理解。 Please refer to請參閱 original English article原來的英語文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at分享和貢獻,或取得技術的支持和幫助,在 My Digital Life Forums 我的數字生活論壇 .



15 Responses to “Add NoFollow Relationship to WordPress Blogroll to Increase PageRank” 15回應“添加nofollow關係的WordPress網志串連,以增加的PageRank ”

  1. wayne韋恩
    December 12th, 2007 02:32 2007年12月12日02:32
    1

    How could I implement this for links that are in my posts???我怎可為實施這一環節,是在我的職位? ? ?

    I know I could do it by hand, but I also have other writers that probably wouldn’t go to that trouble.我知道我可以做它的手,但我也有其他作者認為,可能不會去說的麻煩。

  2. Igor The Troll伊戈爾該特羅爾
    December 20th, 2007 11:15 2007年12月20日11時15分
    2

    I implemented the hack, but I find it really strange on WordPress part that under the BlogRoll Managment Tab there is a rel form field in the link edit mode, but it does not work. i實施入侵,但我覺得很奇怪,就在WordPress的一部分,根據網志串連管理標籤是有相對的形式在外地的聯繫,編輯模式,但它是行不通的。

    Looks like it has been disabled intentionally by WP, to give them link juice, when the blog is first born…看起來像它已被禁用故意由可濕性粉劑,給他們的鏈接汁時,博客首先是出生…

    Do you know how to enable this functunality, to be able to assign rel value in the BMT link edit mode?你知不知道如何使這functunality ,以期能夠指派相對價值,在骨髓移植的鏈接編輯模式?

    Thanks,謝謝,

    http://www.igorthetroll.com/blog/

  3. Igor The Troll伊戈爾該特羅爾
    December 22nd, 2007 22:36 2007年12月22日22時36分
    3

    I found a hack how to do it properly so you can follow or nofollow each individual link in your blogroll.我發現一個黑客怎樣做妥善,使您可以按照或nofollow每一個人的鏈接在您的博客鏈接。

    Hack哈克
    WP Blogroll to nofollow or follow可濕性粉劑網志串連,以nofollow或跟進

    Enjoy,享受,
    Igor伊戈爾

  4. SEO CheckList » How Does a Blogroll Harm Your Blog?徐清單»如何某個Blogroll損害您的博客?
    December 26th, 2007 16:06 2007年12月26日16時06分
    4

    [...] would add the “nofollow” in the list of rel attributes. [ … … ]將新增“ nofollow ”在名單上的rel屬性。 You could also try this one by My Digital Life and see if it works for you [...]您還可以嘗試這一個由我的數位生活,看看是否適合您的[ … … ]

  5. Internet Ganhar Dinheiro互聯網ganhar dinheiro
    January 10th, 2008 10:13 2008年1月10日10時13分
    5

    Boa Dica!寶兒dica ! Obrigado! obrigado !

  6. How to add rel=”nofollow” to WordPress blogroll links如何添加的rel = “ nofollow ”的WordPress網志串連鏈接
    January 23rd, 2008 15:49 2008年1月23日15時49分
    6

    [...] looked around and found this blog entry which led me to the correct template file but suggests [...] [ … … ]看,發現這個博客條目,而導致我到正確的模板文件,但建議[ … … ]

  7. Add NoFollow Tag To Your BlogRoll Links | Internet Marketing Trip添加nofollow標籤到您的博客鏈接鏈接|互聯網營銷之旅
    January 25th, 2008 22:30 2008年1月25日22時30分
    7

    [...] provided me with this nofollow relationship to wordpress blogroll solution from mydigitallife.info. [ … … ]為我提供了這個nofollow關係的WordPress網志串連的解決辦法,從mydigitallife.info 。 You have to edit a file, nothing complicated, this will add the [...]你必須編輯文件,沒有什麼複雜的,這將新增[ … … ]

  8. Curso de Ingles Londres課程的英格爾斯倫敦
    February 16th, 2008 15:07 2008年2月16日15時07分
    8

    Answer English es una página web que ofrece cursos de inglés en Inglaterra, otorgándole a los alumnos la oportunidad de aprender inglés en situaciones de la vida real.答案英語部聯合國協會每頁網頁闕ofrece課程由英語英文英國, otorgándole洛杉磯alumnos香格里拉oportunidad德實習英語英文situaciones德生活-真正的香格里拉。

  9. engamed
    February 19th, 2008 03:14 2008年2月19日3時14分
    9

    Takker og bukker:) flott tips! takker與活動bukker : ) flott秘訣!

  10. Garry Conn蓋瑞連通
    February 20th, 2008 07:33 2008年2月20日7時33分
    10

    Awesome tips man… thanks so much.可怕的秘訣男子…感謝這麼多。 Ideally though, it would be better if in the WP-Plugin format so that you don’t have to go back and update every time you have to update to the latest version of WP雖然理想,可能會更好,如果在該可濕性粉劑-插件格式,讓您不須回去和更新,每次你要更新到最新版本的可濕性粉劑

  11. wordpress blogroll add nofollow在WordPress網志串連添加nofollow
    March 5th, 2008 06:21 2008年3月5日06:21
    11

    You can not get a proper plugin for this rather than hacking core files.你不能得到適當的插件,這不是黑客的核心檔案。

    wordpress blogroll add nofollow在WordPress網志串連添加nofollow .

  12. JMOZ jmoz
    March 5th, 2008 06:23 2008年3月5日6時23分
    12

    I meant to say you can now我的意思是說你現在可以…

  13. Gregory Brine格雷戈里鹵水
    May 25th, 2008 11:30 2008年5月25日11時30分
    13

    That’sa great suggestion and something everyone should do, but it’s also useful to have links to those sites within your content as then it’s related to the blog. that'sa偉大的建議和一些大家都應該做的事,但它也有用有聯繫的這些網站在您的內容,然後它的相關的博客。 But, I’m using the但是,我使用 Blogroll Links博客鏈接鏈接 plugin in my wordpress to still give me a page of links to these sites, and not harm my overall pagerank.插件在我的WordPress仍給我一個網頁鏈接到這些網站,並不會傷害我的整體的PageRank 。

  14. John約翰
    June 30th, 2008 14:55 2008年6月30日14時55分
    14

    Afortunadamente el pagerank es sólo unas de las cosas a tener en cuenta a la hora de proyectar un sitio web. afortunadamente下午的PageRank部東京unas德拉斯維加斯cosas一tener英文cuenta一小時香格里拉德proyectar聯合國網站網頁。

  15. NoFollow Links Page WordPress Plugin | Internet Marketing Idea nofollow的鏈接網頁wordpress插件|互聯網的營銷理念
    July 31st, 2008 18:21 2008年7月31日18時21分
    15

    [...] Add Nofollow Relationship To Wordpress Blogroll To Increase Pagerank [...] [ … … ]添加nofollow關係的WordPress網志串連,以增加的PageRank [ … … ]

Leave a Reply離開的答复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用這些標籤:的<a href="" title=""> <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> <刪除日期時間= “ ” >的<em>的<i> <q cite=""> <strike>的<strong>

Subscribe without commenting訂閱無評論


Custom Search

New Articles新的條款,

Incoming Search Terms for the Article傳入的搜索條件文章

wordpress nofollow blogroll 在WordPress nofollow博客鏈接 - - wordpress blogroll nofollow 在WordPress網志串連nofollow - - nofollow blogroll nofollow博客鏈接 - - wordpress nofollow 在WordPress nofollow - - nofollow wordpress nofollow的WordPress - - blogroll nofollow 博客鏈接nofollow - - wordpress blogroll nofollow attribute 在WordPress網志串連nofollow屬性 - - how to nofollow wordpress blogroll 如何nofollow的WordPress網志串連 - - add nofollow to blogroll 添加nofollow以博客鏈接 - - Add NoFollow to WordPress Posts 添加nofollow到的WordPress職位 - - link relation rel wordpress 鏈接關係的rel的WordPress - - increase page rank wordpress 增加網頁排名的WordPress - - Wordpress Blogroll Hack Link Title 在WordPress網志串連哈克鏈接標題 - - nofollow in wordpress blogroll nofollow在WordPress網志串連 - - how to nofollow blogroll wordpress 如何nofollow網志串連的WordPress - - wordpress adding nofollow to blogroll links 在WordPress加入nofollow ,以網志串連鏈接 - - always nofollow your blogroll 始終nofollow您的博客鏈接 - - add nofollow to wordpress blogroll 添加nofollow到的WordPress網志串連 - - wp blogroll nofollow 可濕性粉劑網志串連nofollow - - wordpress rel nofollow 在WordPress的rel nofollow - - nofollow sidebar link wordpress nofollow欄鏈接的WordPress - - how to attach no-follow to video 如何重視沒有後續視頻 - - where do I add no follow tag 我在哪裡可以添加沒有後續標記 - - wordpress activate rel="nofollow" WordPress所激活的rel = “ nofollow ” - - "Relationship page to target" “的關係,網頁的目標” - - deleting blogroll wordpress 2.5 刪去博客鏈接的WordPress 2.5 - - delete blogroll 刪除網志串連 - - blogroll wordpress code 博客鏈接的WordPress代碼 - - how to add nofollow to blogroll = wordpress plugin 如何添加nofollow ,以網志串連= wordpress插件 - - add links to my blogroll in wordpress 添加鏈接到我的博客鏈接在WordPress - - how to nofollow links, wordpress sidebar 如何nofollow環節,在WordPress欄 - - igor the troll 伊戈爾該特羅爾 - - wordpres add nofollow to blogroll wordpres添加nofollow以博客鏈接 - - wordpress add nofollow to blogroll plugin 在WordPress添加nofollow ,以網志串連插件 - - wordpress pagerank tags 在WordPress的PageRank標籤 - - wordpress rel nofollow links 在WordPress的rel nofollow鏈接 - - how to increase page rank 如何提高網頁排名 - - wordpress plugin blogroll page columns wordpress插件博客鏈接的網頁欄目 - - code WP blogroll in sidebar 代碼可濕性粉劑網志串連在工具欄 - - how to add rel=no follow 如何添加的rel =沒有跟進 - - increase pagerank wordpress 增加的PageRank的WordPress - - wordpress nofollow blogroll 在WordPress nofollow博客鏈接 - - display blogroll title wordpress 顯示博客鏈接標題的WordPress - - Google blogroll wordpress Google的網志串連的WordPress - - wordpress increase line number page 在WordPress增加電話號碼的網頁 - - adding the no follow 加入沒有跟進 - - wordpress how to add rel to blogroll 在WordPress如何添加的rel ,以博客鏈接 - - increase pagerank follow 增加的PageRank後續 - - increase wordpress pagerank 增加的WordPress的PageRank - - rel="no follow" won't validate 的rel = “沒有遵循”將不會驗證 - -