Hi - I have read that search engines and even some browsers dont like html meta redirects.
Because my homepage is quite large I find it really useful to have a quick loading index.html page that uses a meta redirect to call the main index.php file.
<META HTTP-EQUIV="refresh" content="0;URL=http://www.mysite.ws/index.php">
This way they can read the html page for a few seconds while the php page loads.
Is there a more search engine friendly way to do this?
I could for instance use a flashfile to do the redirect but then it would not work if they didnt have flash installed - and the search engines might not like it any better.
Your advice is appreciated...
Thanks
Dan V