WordPress SEO Trick – Optimize “Read More” Link

I’m going to share a simple snippet of code that will help optimize the “Read more” link for your WordPress site.

First, you should always begin by writing a concise title that contains targeted keywords. Your post titles should also always be contained in

tags. I mention this because the “read more” link will pull the text from your post title and display it as a link. As we know, the more links you include on your site, the better. And it’s much better if those links contain the same targeted keywords you chose for your title. This helps boost your onsite keyword density and links at the same time. This tip you’re using the <-more-> tag to cut your post content. If you use the excerpt option, simply replace “the_content” with “the_excerpt”.

Within your WordPress loop, look for the following code:


Here’s the snippet you will use:


No related posts.

One Response to “WordPress SEO Trick – Optimize “Read More” Link”

  1. Dan McNarny May 20, 2010 at 9:38 am #

    Thank you, this advice will come in handy for me.