Google listing my page title as "Home Button"

andrew.daniels

New Member
Hey all,

do a quick search for "andydaniels.net" on the old google.

for some reason google lists my page name as Home Button.

the title for my site is

<title>Andy Daniels | Home | Professional Web Design |</title>

what have I done wrong?
 

v2Media

Member
Looking at the source of the cached version at google, I would thank google for not displaying "Untitled Document", as this is what's in the source. It also doesn't help that your meta tags aren't closed properly. If you use an xhtml doctype, you have to use self closing tags <meta />.

Clean up the xhtml syntax and move the title tag to the first tag in the header. You'll then have to wait about 2 weeks to see the change when google refreshes it's index of your webpage.
 
Top