HTML: should I add meta information to the forwarding php page ?
- by Patrick
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