Usually, when I reference another page I have been linking just to the folder, versus the file. For example a <a href> link for ACT would go to
instead of
Of course the page comes up either way because the browser looks first for a default.htm, index.htm, or index.html, etc.
But am I hurting my search engine placement this way? Would it optimize my placement to always include the "index.htm" in the <A HREF> or does it really matter? I suppose this short cut cuts down on the number of links to my index.htm?
I'm thinking of going through all my web pages with a VB script to change all links to folders into links to index files. Will it be worth the effort?
instead of
Of course the page comes up either way because the browser looks first for a default.htm, index.htm, or index.html, etc.
But am I hurting my search engine placement this way? Would it optimize my placement to always include the "index.htm" in the <A HREF> or does it really matter? I suppose this short cut cuts down on the number of links to my index.htm?
I'm thinking of going through all my web pages with a VB script to change all links to folders into links to index files. Will it be worth the effort?