Forum Moderators: open
this is my first post here in,
i am doing a template for a very large site of mine, all in static html. i am thinking ahead of making a single general template for all the pages under the domain, on the navigation bar is there a significance if i make the hyperlinks as [example.com...] versus /folder what is the effect of that on search engines?
thanks in advance.
bluetoothache :)
sorry if i havent made myself clearer.
what i meant was,
this
<A href="http://example.com/sitemap/>Sitemap</A>
versus
<A href="versus">Sitemap</A>
i will be using the template on various directories. like domain/folder, domain/folder/folder etc. and editing the navigation bars would be a tedious task and i want to know if that would affect the search engine spidering especially google.
thanks.
With this system a link of the format <a href="../folder/page.html">blahblah</a> will work anywhere.
My site has about 300 pages and it works fine and I have no problems with search engines, although it might not work as well with very large sites.