I have heard people saying attach anchor links at the end of a blog post to get traffic. How can I create anchor links??? Is it just links or what??? Can I get any sites/blogs/forums which support posting links.
Anchor text is the blue highlighted text that when you click on it, takes you to another website. You can see loads of examples of these in Wikipedia. Anchor text is important in SEO because the search engines look at the anchor text pointing to your site and can therefore determine from that what search terms are relevant to your site, and rank you accordingly. This is the html code that is needed to create anchor text... <a href="http://www.domain.com/"> Visit Our Site</a>
Anchor text is a hyperlinks. it's click-able and connect to some other website. it's a html code as shown below <a href="hxxp://www.yoursite.com">Hello</a> in this code "Hello" would be the Anchor text and "hxxp://www.yoursite.com" is that site where this anchor text [Hello] would connected.
HTML CODE: <a href="hxxp://www.mysite.com">My Site</a> BB CODE: [url = hxxp://www.mysite.com]My Site[/url]