Mobile app version of vmapp.org
Login or Join
Si4351233

: What's up with the `- ` in Google search result I recently did a google search of an article I wrote and this is what I see: If I am not wrong the string behind - should be the title

@Si4351233

Posted in: #Google #GoogleSearch #Title

I recently did a google search of an article I wrote and this is what I see:



If I am not wrong the string behind - should be the title of the original website, which is never "v1.0".



Actually, nowhere in my website did I indicate that "v1.0" is the title or anything significant.

<title>0a explains: Calculus (with pics and gifs)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="0a, Calculus, Differentiation, Integration">
<meta name="author" content="Archy Wilhes">
<meta name="description" content="Calculus explained with pics and gifs. Written in possibly (hopefully) the most comprehensible way for anyone who is new to limit, differentiation and integration. ">


It just happened to be the first string of characters in the website besides my logo which is a png.

<div class="logo inline">
<img src="assets/img/0a.png">
<div class="version">v1.0</div>
</div>


So is there a way to change it to something else? All I can think of is doing a bit of "hack" like putting a display-none string in front of v.10.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Si4351233

Thats kinda strange. Im assuming its because v1.0 is the first words on the page and because you put the string inside of a logo div. Normally Google would pull the fallback/alt/title site name from that logo div innards. Since you have no alt+title on the img, its using the next div assuming its in text logo fallback. Google uses class/id names in a manner similar to how it uses Schema.org. Maybe just changing the class from "version" to something else would help. If it doesn't, you could try wrapping the "logo" div in another more general one called something like "mid" and splitting "version" out of "logo" div.

You can also try making titles longer to boot the dynamic string(s) off the SERP widget. Here is how long that title would be at 60 chars 0a explains: Calculus (with pics and gifs) - 123456789012345

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme