Hi,
I want to use absolute linking, but with minimal page size.So i thought i can use base href.
But when i do that will robots see links as absolute or relative?
If i look at my source file its
<a href="text.htm">Text</a>
not
a href="www.domain/text.htm">Text</a>