How to get even more links for your web site
Links from one web site to another can be useful - but they can equally be destructive. Your web site needs links in order to boost traffic, but it needs the right kind of links. Otherwise all your good work on your web site could be to no avail.
There is a powerful reason why your web site needs links. If someone is reading information on another web site and that web site links to you within the main text of the article it is like a personal recommendation. We value personal recommendations, so links within the articles we read have particular worth.
However, for recommendations like these to be of real value they need to be personal. In other words, they need to be highly focused for the individual readers - not just links that "might" be useful, but which actually are of value.
Therefore getting links on any page - such as a web site run by a friend - is of no help to you. This is because there is no value in such a link to the reader. For example, let's assume you have a web site about business consultancy and your friend the florist also has a web site. So, the florist puts a link to your web site on theirs. In theory, sounds great. In practice, not so good at all. Why to people go to florist web sites? To find out about flowers and, perhaps, to buy them. No-one visiting a florist web site has in their mind at that moment the need for business consultancy; hence if there is a link to the consultancy on the florist web site, it has no appeal - it no longer has the same feel as a personal recommendation.
However, imagine your friend's web site is still that florist's web site. And let's pretend for a moment you have written a book about displaying flowers. Aha...! You see, there is now a much more obvious reason for a link.
Now I know this all sounds rather obvious, but far too many people chase links for links sake. Being able to say you have a thousand sites linking to you is impressive - but how many of those links make sense psychologically? If the links don't make any real sense to the visitors to the sites where those links appear, then you may as well not have the links in the first place.
Link Strategy - Step One
The first and most important step in gaining links is to ensure you find the right pages to link to you. What you are looking for are pages that have content that is directly related to what you want linked. So, for our florist example, having a link to your book on flower arranging would be no good on a page that was about pot plants. Equally, if you have several books, linking to the catalogue of them is no good either, because people will have to search for something of relevance - and they won't. So you need to find specific pages within your web site that you want to link to specific pages on other people's web sites. Appearing on a general "links list" has no human value since people rarely go trawling around lists of links - they go to Google instead which has far more links than any other web site.
Hence, you need to find suitable pages that could be linked to specific parts of your web site, or to particular content. One way of doing this is to choose an article or something you wish other people to link to. Then use Google or your favourite search engine to find related content. After that, contact the owners of that web site and point out to them that you have some content of value to their readers. They will then want to link to your content in order to improve what they offer to their marketplace.
You can semi-automate this with programs like Axandra's IBP and Arelis combination. This helps you locate suitable pages where you could gain links to your material. It also lets you email the page owners to offer them the opportunity of linking to your information.
Link Strategy - Step Two
Having found suitable pages which could contain your links it's time to move on to the next stage of ensuring you have good links. This is ensuring that your links are "contextual". Contextual links are ones that make sense to someone reading the text. Links that say something like "click here" or "more" don't help the reader because they don't tell them what the link is about. The link earlier in this paragraph makes it clear to you that the information you will find is about "contextual links" - links that make sense to real readers.
To ensure you get contextual links you need to prepare the HTML code for people who could potentially link to you. By doing this you are controlling the way they link to you so that it makes real sense to people reading the page where the link is going to be based. As a result, it helps boost your traffic more effectively. Here is the basic code you can use. Just swap "yourdomain" for your actual domain and "context words" for the words you want to trigger the link.
<A HREF="http://www.yourdomain.com">context words</A>
This simple line of HTML code is all you need to provide people with. They can then include this in the middle of articles and in places where it makes human sense to use the context words.
If you provide the traditional coding of a title, followed by a link and then a description of your site, it leaves the user of your code only one place to put the link - in a links directory, which is the last place you want it to be.
Link Strategy - Step Three
Although this is the third step, it is in fact the most important as the previous two steps are dependent upon it. You need to keep adding valuable content to your site. Otherwise sites that could link to you will have no reason to. Simply linking to other sites adds no real value to the site where the link is based. However, referring to useful articles and resources does add value. Hence the more content you add to your site, the more links you can generate.
Furthermore, if you publicise your new content using blogs or RSS feeds, or perhaps press releases as well, you will automatically gain publicity for your new content, thus attracting other web site owners towards it. Creating a piece of link code at the end of the article will allow other people to quickly link to your article once they have read it. You'll see at the bottom of this article a "permalink" to it which can be copied and pasted into any web page. I've also added a "context" link at the bottom as well, to show you what can be done. However, neither of these additional links to this web site would be possible without extra content.
Link Strategy - Conclusion
What you need is plenty of fresh new content that makes it appealing for people to connect to your site and recommend your articles and content to their own readers. You can make this more likely by providing the relevant code for other web site owners to use. Plus you can find relevant web pages that would benefit from the addition of your content to spread the word. Publicising your added content also helps attract potential link partners.
Seeking links in this way means that a site may provide you with several different links to your web pages, rather than a single link in a "links page". This adds significant benefits because it means you get much more exposure. Plus there is a further boost - via Google.
If Google sees plenty of links to your web site, it rates it as more valuable to readers than a site that has few links. Equally, if those links are in context, on a page that is relevant to the linked material, then they also get bonus points. Indeed, being in a simple links directory on a web site can do you more harm than good because your link could easily be associated with negative words or competition.
Adopting a strategy where you are seeking links to specific items of content in your web site is by far the best way to go. It adds more links to you, they are in human context, which coincidentally works best for Google as well, so it all adds to a search engine benefit.
Here is the code you can use yourself to link to this article:
<A HREF="http://www.grahamjones.co.uk/indepth/2007/10/ how-to-get-even-more-links-for-your-web.htm">links strategy</A>
Add this story to:
BlinkList
del.icio.us
Digg
Furl
ma.gnolia
reddit
Simpy
Spurl
BlogMarks
Google
LinkRoll
Lycos
Netscape
Newsvine
Ning
Squidoo
Wink
Email this story to your friends: ![]()
Readers' Comments:
At October 15, 2007 Ian said…
At October 15, 2007 Graham Jones said…
Ian, thanks for your comment. Great additional tips, well worth using. Graham


Great article.
I would add the following two attributes to the anchor tag.
target="_blank" This will cause the page in your site to open in a new window, so your link partner has not lost his visitor.
title="a fuller description here" The fuller description will appear as a tool tip when the mouse is over the link, and can give the potential clicker even more reason to click.
Both the above attributes are added to after the href="" attribute and before the forst >