Why google shows wrong page title after 7.21

Google started to add the word "logo" to the title of pages after upgrading to 7.2.1 . Did not have that issue on 7.2. 

For example a blog with this title : LA has an awesome weather

Google will show this as: logo - LA has an awesome weather

Any idea???

Quote · 19 Dec 2015

Maybe some music will help you BOONEX raccoons to reply;)

https://www.reverbnation.com/cordi/song/22482509-blender-project-3d

Quote · 19 Dec 2015

Could you provide link to your site to see the problem ?

Rules → http://www.boonex.com/terms
Quote · 20 Dec 2015

Hey Alex, I sent you the site link!

Quote · 21 Dec 2015

Thank you for the link.

Google adds alt text from your logo, I would assume that it tries to add it because of different language or maybe some other purpose.

I would suggest to change logo alt text to something different, you can do it in templates/base/scripts/BxBaseFunctions.php file (it's better to copy whole function to your template file - templates/tmpl_XXX/scripts/BxTemplFunctions.php):

    function genSiteLogo()
    {
        global $dir, $site;

        $sFileName = getParam('sys_main_logo');
        if (!$sFileName || !file_exists($dir['mediaImages'] . $sFileName))
            return '<a class="mainLogoText" href="' . BX_DOL_URL_ROOT . 'index.php' . '">' . getParam('site_title') . '</a>';

        return '<a href="' . BX_DOL_URL_ROOT . '"><img src="' . $site['mediaImages'] . $sFileName . '" class="mainLogo" alt="your unique text" /></a>';
    }
Rules → http://www.boonex.com/terms
Quote · 26 Dec 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.