i am trying to optimize my site now that i have started my beta launch. i could use some advice on how to control the link that is provided when a certain page of mine is returned.
example to clear it up:
if you Google toby jackson (i don't know toby, just using the name as an example). results come up, almost all the way at the bottom of the first page, there is a link that reads Toby Jackson | Facebook. then Google shows the full url as: http://www.facebook.com/people/Toby-Jackson/710186008.
how does this work? are they just inserting something simple in the title tag like
Code: Select all
<?php echo $username;?> | Facebookany suggestions?
thank you for your help.