Forum Moderators: phranque
i have a site that is ready to be uploaded. my client decided that he wants to add a fancy schmancy splash page for the viewers pleasure.
my file structure is already set up like so:
index.html
html(folder with pages)
images(folder with pics)
includes(folder with css)
video(folder with, you guessed it, videos)
if the user types the url he/she/it will be automatically directed to the index, right?
do i need to use some sort of javascript onload function?
i would try to talk this guy out of the idea but i've never spoken with him directly--i will make it worth my while though!
Please try and convince them not to have a splash page. No people like them (point out all the top website that don't have splash pages, in fact I can't think of any sites I visit regularly that have splash pages.)
Also point out that search engine spiders do not like them, which means their website has a lower chance of getting found through searches on Google. This is because the home page of the website only has one link on it, to another page. The home page is generally the most important page on a website, so if it only has one link on, to one other page, all the other pages will get a slightly lower rank because they are not linked to from the home page, and are therefore less important.
Henry
Also point out that search engine spiders do not like them
this is one of my concerns. it's a pretty small company but i took alot of time with the proper coding--h tags, keywords, etc.
really don't want to update all my links as well.
i found a script that will open a window as soon as the page loads. i was thinking of putting my 'image-ready' animation in there. the 'enter site' link will just be a 'close window' link behind the scenes. usually i try to avoid javascript. i figure anyone with javascript turned off probably doesn't want to see the splash page anyway.
i think i'll say that this is an SEO killer in writing before i go through with it--maybe that will change his mind.
DirectoryIndex splash.html index.html index.htm
Would tell the server to supply the splash.html page when no file name is specified in the url. If no splash.html is found then it will serve index.html and failling that try index.htm.