HTML: should I add meta information to the forwarding php page ?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-12T10:07:20Z Indexed on 2010/05/12 10:14 UTC
Read the original article Hit count: 143

Filed under:

hi,

I've to correct the google search title and summary for a website having the following code as home page:

<?php
   header("Location:/mil/index.php");
?>

It forwards the user to another page. I know this is not good, but I was wondering how to quickly fix it.

If I add etc... to this page, is enough ? Is google grabbing the information from this page ?

Or is it grabbing from the website pages and bypassing this page ?

thanks

© Stack Overflow or respective owner

Related posts about html