The Optimal Link Format
As we explained it in the description of a quality link, the link context is very important. In the case of PageRank for example, a link between two pages will bring more PageRank if both contexts are identical.
In fact, the context may only be based upon
- the title of the page A linking to page B,
- the anchor text (text used to establish the link within the <A> HTML tag).
Then it is better that page A talks about the same subject as page B, and that the anchor text comprises the best selected keywords for page B. The optimal format of a text link of a site A towards a site B must be the following:
<a href="http://www.siteB.com/pageB.htm"> put here the optimal keywords for site B</a>
When you ask to another webmaster to make a links exchange, give him (her) a code like this one, stuffed with all your keywords (in general the text should be the title of your site).
Do not forget that to optimize the contribution of a link in terms of PageRank, the page which will contain the link to your page must have a good PageRank (let's say more than 4), and must have the least number of links. Check for example that the links page is not orphan, and that it does not contain a META tag prohibiting the crawlers from indexing it...
If you prefer making a banners exchange, the image must contain an ALT attribute with your keywords:
<a href="http://www.siteB.com/pageB.htm"><img src="thumbnail.png" alt="put here the optimal keywords for site B"></a>

