I have a main page (index.php) and if the client is not logged in, it redirect to the login.php.
header("Location: login.php");
The problem is that the search engines display as name the "example.com" instead of the title of the index or the login.
I am thinking if it is possible to do something like that.
header("Title: Example");
header("Location: login.php");