• My site title is displaying in google as “Comments on”. I have never had this happen before. I have a couple of sites with the same plugins and very basic theme structure. My site header file does have the codex php title tag and when you view the site in the browser it shows the correct title from what is filled in on the settings page.

    Does anyone know what or why this would be happening? I have searched the source of the website and cant even find those two words together! Very odd. if you want to see for your self google the words “red tub car wash” that is the URL too. I didnt want to post a link.

    Looking forward to see what anyone on here may come across to what my problem is!

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here.
    Try searching “rd999.org” on google to see the same effect as above.

    Anybody know if there is there some code I can add to my home.php so that webcrawlers will use that for the site title? (rather that somehow returning “Comments on”)Or a similar solution?

    Thanks in advance

    I’m having the same issue. Did anyone ever find a solution?

    Thread Starter mxpimp47

    (@mxpimp47)

    Just make sure you have the WordPress title tag in your theme template. If its <title></title> then it will do that. Fill in between the WordPress template tag for site title between there.

    <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site title in search results reads "Comments on" any thoughts?’ is closed to new replies.