SEO: Advanced No Follow

17 April, 2009

wordpressWordPress is already well optimized when it comes to SEO (that’s Search Engine Optimization). There are some basic changes that are usually performed like changing the link structure to include the title of the articles or displaying the title of the article in the web browser’s title. Most users stop here, some go ahead and install SEO

plugins which do some magic in the background.

Advanced tips are not that easy to come by and most websites running a WordPress blog do not have them implemented. This article will list some options that center around the nofollow tag. Nofollow basically tells search engines like Google to not count the link vote that is usually being passed when linking on the Internet. Why is that beneficial? A website has a certain linking power. Each link that is pointing to internal and external resources gets a piece of that linking power. Not all pages should be treated equally however which is what this article is about. It makes for example no sense to pass linking power to internal pages that you do not want to link for, think of privacy policies, contact pages, login, log off or social bookmarking links.

WordPress themes come with a surprising amount of links, the majority of which is not set to nofollow. Here are a few areas where you should consider placing the nofollow link tag in a WordPress blog:

  • The more (read more) tag. The page is already linked from the title of the post properly.
  • WordPress meta data
  • Pages like Privacy Policies, Contact Us
  • Social Bookmarking links

To add the nofollow link one would simply add the rel=”nofollow”
tag to the link structure which is not a problem if the link is displayed in the source code of the theme, for example:

<a href=”http://www.example.com/” rel=”nofollow”>Example Link</a>

There are however links (like the previously mentioned more tag) that cannot be manipulated in the theme source as the link is created by a php function.

Here is how you make the more tag in WordPress nofollow:

  • Open the file post-template.php in the wp-includes folder.
  • Locate the following line beginning with:$output .= ‘ <a href=”’. get_permalink()..
  • Replace it with:$output .= ‘ <a href=”’. get_permalink() . “#more-$id\” class=\”more-link\” rel=\”nofollow\”>$more_link_text</a>”;
  • You basically add the rel=\”nofollow\” tag to the line

This ensures that all more tags will be nofollow from then on.

<!–
ch_client = “ghacks”;
ch_type = “mpu”;
ch_width = 336;
ch_height = 280;
ch_color_title = “0000ff”;
ch_color_site_link = “0000ff”;
ch_non_contextual = 4;
ch_vertical =”premium”;
ch_sid = “Chitika Premium”;
ch_alternate_ad_url = “http://www.ghacks.net/alternative2.htm”;
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//–>

Entry Filed under: SEO, wordpress. Tag: , , , , .

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Antoniuszs's Blog
Welcome to My Blog...
Keep enjoy to this blog...
Every mistake that I made
I'm Sorry...

Translator

Promo

Post Terbaru

Populer post

Event

Internet Sehat eco-design-120x240v1

My Notes

Arsip


My Facebook

Content

IP Anda
Online:

Check Google Page Rank

Blogroll

RSS Tekno

Terima Kasih

Terima kasih telah berkunjung. Mohon maaf apabila telat atau terlewat menjawab komentarnya. Lain kali mampir lagi ya.

QR Code
Blog Versi Mobile Mofuse

Creative Commons License
antoniuszs's blog is licensed under a Creative Commons Attribution 3.0 United States License.
Yuk.Ngeblog.web.id © Antoniuszs.2008-2009.
Semua artikel bebas untuk dikopi paste, ditulis ulang dan disebarluaskan dengan tujuan nonkomersial, baik dengan atau tanpa menyertakan sumber penulisan.