Over time I have acquired the habit to put the full web address of pages inside the anchor tag, ex:
<a href="http://www.widget.com/widget.html">
Today, going though Webmastertools, I realized that one of my sites has very low number of internal links in G. Part of the problem is that the linking structure is implemented with fancy (well it used to be fancy) JavaScript, so G might not be understanding it correctly.
But the other thing about that site is that all the anchor links only include the web page, without the domain name, ex:
<a href="widget.html">
Does this have an impact in your own experience?
Thanks