Need a WordPress website this weekend? Start here...

SEO Anchor Text SEO Anchor Text SEO Anchor Text SEO Anchor Text

(Reading time: 3 – 5 minutes)

Do I have your attention?

Good.

I’ve mentioned this before, anchor text matters.

If linking is the door to higher search results, anchor text is the key that unlocks that door.

I know this for several reasons. I rank pretty well for a couple of long tail terms. I also watch as many of those free SEO videos as I can from people like Brad Callen, Andy Jenkins and the like. You know, the Stompernet guys and big time internet marketers. They give away a lot of good stuff for free. And if they’re a-givin’ I’m a-takin’.

Using anchor text naturally, such that it doesn’t break the flow of your prose (and sound all weird) is a bit of an art.

But first you have to get the anchor text (if you are linking), or find a way to provide it people who want to link.

1. Ask for anchor text

If you aren’t sure what anchor text to use when linking to an article, ask the article’s author.

If you’re an author, provide anchor text information to people who want to link to you.

If you find yourself being linked to with unsuitable anchor text, here’s what Erica Douglass does:

I send them an email thanking them for linking to my blog, and then say “Instead of erica.biz as your link text, can you put ‘starting your own business‘?” (I’ll also often throw in an entire sentence with the <a href=""></a> etc. already in there.

Sometimes it works. Sometimes it doesn’t. I’ve gotten most of my good rankings from guest posting and putting the SEO’d text in my blurb. I show how to do this in Guest Post Secrets.

2. Using SEO keyword metadata

STOP.

I’m not going to write what you think I’m going to write about keywords. Instead, I’m going to make an offer. First:

Use your meta keywords to specify your preferred anchor text.

That way, when I want to link to you, I’ll know what you want to rank for. I just look at the source for your page, extract what I need. Easy.

Here’s the offer: if you want to link to one of my articles, and you find that it (the article) has no keyword metadata (there are plenty, too many), email me, I’ll add keywords you can use for anchor text, and send you a free copy of Blog Post Engineering when I get the trackback from your link.

3. Let’s plug it in

If the notion of specifying keyword metadata is simply too repellent, I offer a tiny plugin for your amusement.

Since it’s Tuesday, we can go technical.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Plugin name: Fast Anchor Text
 * Plugin URI: http://website-in-a-weekend.net/seo-anchor-text
 * Description: Set desired anchor text as custom field.
 * Version: 0.1
 * Author: Dave Doolin
 * Author URI: http://website-in-a-weekend.net/
 */
 
function anchor_text_meta() {
 
   if (is_home()) return;
 
   global $post;
   $anchor = get_post_meta($post->ID, 'anchortext', true);   
   if ($anchor) {
      echo "<meta name=\"anchortext\" content=\"$anchor\" />\n";  
   }
}
add_action('wp_head', 'anchor_text_meta');
?>

If you don’t like plugins, and you prefer messing around with functions.php (or custom_functions.php in Thesis theme), you can just paste the functional parts into those files.

Here’s a screenshot of how to use it:

Custom anchor text

Key in blue box, anchor text in red box

Here’s the plugin file: anchor.zip.

Blog Maintenance Challenge

Believe it or not, I am slowly yet surely adding material to the Blog Maintenance Challenge. Dealing with keywords and anchors is definitely on the curriculum.

I’ll have some videos over there too.

Comments

  1. Heather says:

    I have a question about your BPE offer. If, say, I found an article and gave you the trackback, would it be theoretically possible to give the free copy to someone else? Just asking :)

    Great idea about using the meta keywords though, may have to realign mine slightly though thankfully I’m already in the habit of adding them. Love All in one SEO for that.
    Heather´s last post ..Children’s Literature Lesson: Greed

  2. Hooray, I did it and I didn’t break anything! Seriously, that’s a big deal when I try anything from over here on a Tuesday ;)

    Such a cool little plugin :)

    Question: Would I be correct in thinking that you should only use this is you were writing a post that was based around one particular site? So for example, if I had several different links in my post, would I be better served in doing in manually using the meta keywords thing you talked about initially?
    Eleanor Edwards´s last post ..How to survive the #WorldCup: loneliness cures for football widows

  3. John Soares says:

    Dave, when I link to someone else’s site, I try to give the most useful anchor text possible.

    I do this by scanning the header of the blog to see what they do with their blog. And if I’m linking to a particular post, I’ll use my best judgment as to the best keywords for it in the anchor text.
    John Soares´s last post ..Create an Information Product in 30 Minutes a Day

  4. Sean Neprud says:

    Bad anchor text is one of those bad habits that I have to work to undo. Anyway, you are largely to thank for my re-education, so thanks.
    Sean Neprud´s last post ..Back From Reality: Recompression

  5. I have been in the dark about anchor texts, thanks for the clarification!
    Jorgen @ Personal Branding´s last post ..Should my Personal Brand be my Face or a Logo?

  6. Ralph says:

    Meta text? I don’t know what my meta text is, let alone yours. I did pick up enough info somewhere to understand that I don’t just say go here and link the here to a site.
    When I linked to you I used ‘go to site for bloggers’ or some such words. What did you want me to use and where do I find this. I have to say that this is just one more example of bewildering things about the web, where important things seem to be things that you make up or guess and somehow this all matters. Got any remedial instructions for bewildered guys like me?
    Ralph´s last post ..How do you know if you are having a glorious adventure or a kamikaze mission?

    • Dave Doolin says:

      I’m going to put the rest of this into Blog Maintenance Challenge. Videos and stuff. I’ll send out an email.
      Dave Doolin´s last post ..Quest for the perfect post: Empathize, Entertain, Educate!

      • Hi Dave,
        First I want to say I like the new look. At first I wasn’t sure I was in the right place until I saw your avatar in the comments!

        I agree with Ralph and I’m all for helping fellow bloggers but I’m lost when it comes to this. My strategy has been to use words from the title of the post (or closely related words) as the anchor text for outbound links. Also I thought the Google isn’t looking at meta-tags even though Bing and Yahoo! do.

        Send me an email also when you add the videos to blog maintenance challenge. Thanks!
        Ileane @ Ms. Ileane Speaks´s last post ..Introducing WordPress 3.0 (via WordPress.tv)

        • Dave Doolin says:

          Ok, I’m hammered under a load of stuff right now… but what I’m hearing is I need to provide more details on “meta” and get some video together.

          I can do that. In fact, it’s in my tasking management.

          The meta tags are useful whether Google uses them or not. *I* use my meta tags, and you can use my tags for anchor text.

          There are a HUGE number of fallacies occupying the Blogistan Echo Chamber. Mostly, I don’t bother to refute, waste of breath, people believe what they want. I put that stuff on the list.
          Dave Doolin´s last post ..The Old Dog is Off the Porch and Running – Stand by for Ralph Carlson

  7. Eseotips says:

    Anchor Text is master for SEO website :)
    Eseotips´s last post ..Top 10 of SEO Tips

Trackbacks

  1. [...] Anchor Text is the Key to Unlocking the SEO Door | Website In A Weekend [...]

  2. Selling Information Products Weekend Reading 2010-06-18 says:

    [...] Dave Doolin gives good advice about getting and using anchor text in links. [...]

  3. [...] watch what happens with this article. Because it has “SEO” in the title, it’s going to get scraped, for sure. SEO in the title will also attract loads of comment [...]