Hi
My site uses Yoast for SEO etc.
Using Yoast, I have set the home page of my site to appear in Google search results as:
‘Driving lessons in Scunthorpe and Brigg : [site name]’
But it appears the other way round:
‘[site name] Driving lessons in Scunthorpe and Brigg’
See: https://ibb.co/bRDHtYw
An article on the Yoast knowledge base – https://yoast.com/help/my-seo-title-isnt-displayed-as-i-have-entered-it/ – suggests there could be a conflict occurring with GP.
Also, it suggests a possible fix as using title-tag and removing <title>
Does GP support title-tag? I can’t see add_theme_support( ‘title-tag’ ); in functions.php
If GP does support title-tag, Yoast say I should look for the title element (in header.php?) and replace it with <title><?php wp_title(”); ?></title>
Any suggestions/assistance you can provide would be appreciated.