I have couple of question about on page optimization. 1. Does it help to use <meta name="robots" content="INDEX,FOLLOW" /> in the meta tags? if yes how much different they can make with our SEO? 2. Which one is a better method to use for adding links to our own website from one page to another and why? For example if we have a website (http://www.example.com) Should we use <a href="/anchor-text.html">Anchor Text</a> OR should we use <a href="http://www.example.com/anchor-text.html">Anchor Text</a> Please let me know which tags will benefit the most in terms of SEO. Any help will be greatly appreciated.
<a href="http://www.example.com/anchor-text.html">Anchor Text</a> is the right way for putting links. It really helps if you put robots in meta tags as it increases the crawling rates.