Blog Title Won’t Show in Google?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blog Title Won’t Show in Google?’ is closed to new replies.