check for nofollow tag
You want to get good depp links to your site, and use your signature as a natural pointer ... you have to make sure that the blog, forum, etc ... doesn't add the attribute rel="nofollow" to the links you have got in your signature.
One solution is to check the code out. Not a big deal if you have got to do it just a few times. But really becomes a pain when you come across this thing daily.
Here is a more clever way to automate the task (with Internet Explorer):
1) Create a bookmark (anything, why not www.jazar.co.uk for instance) :-)
2) select the favorite, and right click on it - change the property to:
javascript:var
a=document.getElementsByTagName('a');function nfc
(){for(var
i=0;i<a.length;i++){if(a[i].rel.toLowerCase()
=='nofollow') {a[i].style.backgroundColor='#f00';a
[i].style.border='2px
solid #000';a[i].style.color='#fff';}}}nfc
();
3)rename the bookmark to something you can remember - nofollow for example.
4) Before posting on a new site, click onthis favourite, and all the links using nofollow will be highlighted.




0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home