D
djbaxter
Guest
Perusing posts here at 5 Star, one of the things that I notice frequently is the way many members construct their signatures. Often it takes the form:
or
or
What's wrong with this? The answer is that it's missing anchor text - one of the most important off-page SEO factors is being neglected - a huge missed opportunity.
The example above has two elements: a descriptive phrase or title and a link or URL.
The problem is that the descriptive phrase in the example isn't going to help the site or page at all - because it isn't "attached" to the URL.
The way it should be done is as follows...
In HTML (blanks added so it will display):
or in BBCode:
The anchor text in this example is the phrase "Description of my site".
Doing it this way creates a link to your site/page AND keywords and phrases associated with that link. The combination helps to improve your search engine ranking for whatever terms are contained in the anchor text.
An additional tip: Try to use variations of keywords and search terms in your anchor text for different links to the same page. This will increase the number of terms you can potentially rank well for. Additionally, there is evidence that using exactly the same anchor text repeatedly is viwed by search engines as evidence of "artificial linking" which may result in devaluation of those incoming links.
Code:
Description of my site http://www.mysite.com
or
Code:
Description of my site
http://www.mysite.com
or
Code:
http://www.mysite.com
Description of my site
What's wrong with this? The answer is that it's missing anchor text - one of the most important off-page SEO factors is being neglected - a huge missed opportunity.
The example above has two elements: a descriptive phrase or title and a link or URL.
The problem is that the descriptive phrase in the example isn't going to help the site or page at all - because it isn't "attached" to the URL.
The way it should be done is as follows...
In HTML (blanks added so it will display):
Code:
< a href="http://www.mysite.com" >Description of my site< /a>
or in BBCode:
Code:
[noparse][url="http://www.mysite.com"]Description of my site[/url][/noparse]
The anchor text in this example is the phrase "Description of my site".
Doing it this way creates a link to your site/page AND keywords and phrases associated with that link. The combination helps to improve your search engine ranking for whatever terms are contained in the anchor text.
An additional tip: Try to use variations of keywords and search terms in your anchor text for different links to the same page. This will increase the number of terms you can potentially rank well for. Additionally, there is evidence that using exactly the same anchor text repeatedly is viwed by search engines as evidence of "artificial linking" which may result in devaluation of those incoming links.
Last edited by a moderator: