Hi, for SEO pourposes, i want to name my main site "keyword.html" rather than "index.html".
php redirect and SEO
5
Hi,
for SEO pourposes, i want to name my main site "keyword.html" rather than "index.html".
I read this could be done with a php-redirect like this one:
Regarding to what i have read, i just put an index.php filled with the code above in my Document Root.
Is this the best method? Sure that google will not punish me in any way?
Thanks for your help.
for SEO pourposes, i want to name my main site "keyword.html" rather than "index.html".
I read this could be done with a php-redirect like this one:
Code:
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: hxxp://mydomain.com/keyword.html");
header("Connection: close");
?> Is this the best method? Sure that google will not punish me in any way?
Thanks for your help.
- zoobie
- [1] reply
- mschiemann
- QuadRider
- [1] reply
- som3on3
Next Topics on Trending Feed
-
5