Home > Net >  How to edit the title appearing on the mobile version of google results page?
How to edit the title appearing on the mobile version of google results page?

Time:01-13

Its a bit of a SEO question. If you search something on Google on a mobile device you see something like this:

enter image description here

How do you edit or change the word inside the red circle? I thought it reflected what you have inside the title meta tag but it doesnt seem to be the case.

CodePudding user response:

I would recommend to use Yoast plugin for any SEO related questions for Wordpress:

https://yoast.com/wordpress/plugins/seo/

I am pretty sure that you will be able to change the text in red circle with this plugin.

CodePudding user response:

The <title> tag (which is not a <meta> tag) populates the heading text in blue or purple, below the two renderings of the URL. Not sure why Google on mobile renders the URL twice (once without the scheme), but it looks the same on my own sites.

[screenshot]

  • Related