Let's assume my domain is www.mydomain.com, my main page is index.htm and the other pages are page1.htm, page2.htm, page3.htm, etc.
If I want page1.htm to link back to index.htm, should my link say
<a href="index.htm">main</a> or
<a href="http://www.mydomain.com">main</a>
<a href="http://www.mydomain.com/index.htm">main</a>
Similarly, if I have another domain, www.mydomain2.com and I want to link to index.htm of www.mydomain.com, should the link say
<a href="http://www.mydomain.com">mydomainindex</a> or
<a href="http://www.mydomain.com/index.htm">mydomainindex</a>
I'm asking this question in terms of SEO point of view in favor of index.htm of www.mydomain.com.
Any input will be appreciated.
If I want page1.htm to link back to index.htm, should my link say
<a href="index.htm">main</a> or
<a href="http://www.mydomain.com">main</a>
<a href="http://www.mydomain.com/index.htm">main</a>
Similarly, if I have another domain, www.mydomain2.com and I want to link to index.htm of www.mydomain.com, should the link say
<a href="http://www.mydomain.com">mydomainindex</a> or
<a href="http://www.mydomain.com/index.htm">mydomainindex</a>
I'm asking this question in terms of SEO point of view in favor of index.htm of www.mydomain.com.
Any input will be appreciated.