{"id":345,"date":"2010-09-30T14:02:26","date_gmt":"2010-09-30T13:02:26","guid":{"rendered":"http:\/\/www.webmaid.de\/?p=345"},"modified":"2010-12-22T07:58:25","modified_gmt":"2010-12-22T06:58:25","slug":"wordpress-seo-nofollow-fur-blogroll","status":"publish","type":"post","link":"https:\/\/www.webmaid.de\/2010\/09\/wordpress-seo-nofollow-fur-blogroll\/","title":{"rendered":"WordPress: SEO-nofollow f\u00fcr BlogRoll"},"content":{"rendered":"

Um die Links im Blogroll mit nofollow zu versehen, kann man entweder ein Plugin installieren, welches dies standardm\u00e4ssig hinzuf\u00fcgt oder mit ein paar kleinen \u00c4nderungen in WordPress die Funktionalit\u00e4t alleine hinzuf\u00fcgen.
\n
\nIn WordPress muss man die Datei wp-admin\/includes\/meta-boxes.php anpassen. Ihr solltet, falls ihre doch eine andere Version habt, vorher ein Backup der Datei machen.<\/p>\n

In der Zeile 683 (Worpress V2.9.1) f\u00fcgt ihr nun den folgenden Code hinzu:<\/p>\n

<!-- Change for nofollow -->\r\n<tr>\r\n\t<th scope=\"row\"> <?php _e('seo') ?> <\/th>\r\n\t<td><fieldset><legend class=\"screen-reader-text\"><span> <?php _e('seo') ?> <\/span><\/legend>\r\n\t\t<label for=\"nofollow\">\r\n\t\t<input class=\"valinp\" type=\"checkbox\" name=\"nofollow\" value=\"nofollow\" id =\"nofollow\" <?php xfn_check('nofollow', 'nofollow'); ?> \/>\r\n\t\t<?php _e('SEO for nofollow') ?><\/label>\r\n\t<\/fieldset><\/td>\r\n<\/tr>\r\n<!-- Change for nofollow -->\r\n<\/code><\/pre>\n

Nach dieser kleinen \u00c4nderung k\u00f6nnt ihr auf der normalen Links->Edit (Add New) nun auch das nofollow – Attribute in das rel – Tag einbauen lassen.
\nUpdate<\/strong>: F\u00fcr die aktuelle Worpress-Version 3.0.3 m\u00fcsst ihr das oben angegebene Markup in Zeile 750 einpflegen.<\/p>\n","protected":false},"excerpt":{"rendered":"

Um die Links im Blogroll mit nofollow zu versehen, kann man entweder ein Plugin installieren, welches dies standardm\u00e4ssig hinzuf\u00fcgt oder mit ein paar kleinen \u00c4nderungen in WordPress die Funktionalit\u00e4t alleine hinzuf\u00fcgen.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[89,88,49],"_links":{"self":[{"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/posts\/345"}],"collection":[{"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/comments?post=345"}],"version-history":[{"count":5,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/posts\/345\/revisions"}],"predecessor-version":[{"id":355,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/posts\/345\/revisions\/355"}],"wp:attachment":[{"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/media?parent=345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/categories?post=345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.webmaid.de\/wp-json\/wp\/v2\/tags?post=345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}