• When I search for “Mason Sklut” in Google, the first link should say the title of my site not just the url.

    Here’s the title php in the header file:

    <title><?php if (is_home()) { echo bloginfo(‘name’);} elseif (is_404()) {echo ‘404 Not Found’;} elseif (is_search()) {echo ‘Search Results’;} else {echo wp_title(”);}?></title>

    ideas?

    Thanks,
    Mason

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your title shows up on your homepage as

    The Macintosh Weblog

    What you are seeing on Google is a domain listing. Every site on the web has one.

    Do a Google search for “The Macintosh Weblog” – you are there

    Thread Starter ncmason

    (@ncmason)

    My old site “irumors.wordpress.com” is there. Not the new one: masonsklut.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Title Won’t Show in Google?’ is closed to new replies.