Posts: 3,434
Name: Thierry
Location: I'm the uber Spaminator !
|
You cannot do 301 redirects with meta refresh.
The meta refresh is an old way to redirect a browser that reach a page to another one, but for the search engines, a page that implements a meta-refresh is just a normal page, with a link to another site.
You need to use a server side language to do a 301.
Php, asp, coldfusion, python, perl, anything but it must be done at the server level, not at the browser level.
Searching a bit, I've found this page, that list several languages and options to make a 301 redirect:
http://www.webconfs.com/how-to-redirect-a-webpage.php
__________________
Only a biker knows why a dog sticks his head out the window.
|