When adding a comment to a blog or forum or indeed adding your website address to your signature in a forum that you have joined, you will often need to create a link using HTML (Hyper Text Markup Language), the language used to create web pages. The following example should help in most cases:
To create a link in HTML, type the following in your comment or signature:
<a href="http://www.mysite.com/">My Site Title</a>
substituting in your own web address in the href="..." part as well as your own site title instead of "My Site Title". It is important to use proper keywords for the title rather than just "My Website" as links with relevant keywords are far more useful for both the reader and search engines.
So, if I was to create a link for Hedgeschool Training, I'd do something like this:
<a href="http://www.hedgeschool.ie/">Hedgeschool IT Training, Leitrim, Ireland</a>
The link would then appear in my comment or forum signature like so:
Hedgeschool IT Training, Leitrim, Ireland
This link contains the keywords, (IT, Training, Leitrim, and Ireland) for which I would like my website to appear on search engines results pages (SERPs, to use the techie acronym).
One little proviso though is that if after submitting your comment or signature, all you see is the HTML code, then the site to which you submitted your comment is filtering HTML, i.e. they are not allowing users to submit HTML in comments etc. If this is the case, then the best you can do is just to add your web address e.g. http://www.hedgeschool.ie/. In some cases, (as is the case on this website) the website to which you are submitting your comment might make your web address into a proper link or at the very least it will display your webaddress which users can copy and paste into their web browser's (Internet Explorer, Firefox, Safari etc.) address bar and then visit your website - a little more cumbersome for them but better than no web address.
Alternatively, some forums might not allow HTML but they do allow bbCode which is slightly different in format, but will generate the same link as above:
[url=http://www.hedgeschool.ie/]Hedgeschool IT Training, Leitrim, Ireland[/url]
Bookmark/Search this post with: