Why Google articles have an ending - Grav CMS?

Hello friends, I can’t understand why Google indexed all the articles on my blog with the ending “- Grav CMS” in the title of each article.
This is very terrible, the site can not go well in search results with this in mind.
Below is an example of what is displayed in the search:

To see, enter https://www.google.com.ua/search?q=site%3Ahttps://techblog.sdstudio.top/blog/spisok-luchshih-flat-file-cms-2019

If you follow the link:

You will not find “- Grav CMS” in the code, and I absolutely cannot understand what needs to be done to remove this ending.

The saddest thing is that absolutely all the headers in the search results have such an end. I ask you to help me. And thanks to everyone who answers, I will be grateful for any help.

@dydaevskiy You didn’t get much response (none) the first time you asked this question and haven’t yet received a response this time… So here is mine…

TLDR: It has to do with the quality of your provided <title>, not the Grav software.

This is a very old recurring SEO question. The issue of “changed titles” in the Google search results pages has nothing to do with Grav or any other CMS. Google’s algorithms change the titles at will. This mostly happens when the title provided by the webpage does not, according the algorithm, match the content of the page in combination with the query posed by the user. They attempt to provide a title that is as meaningful to the users as possible.

In short: It has to do with the quality of your provided <title>.

For example, the page you are referring to contains 38 times the word ‘Grav’. It is also mentioned in the first <h2> on the page. The page also contains 118 times the word ‘CMS’.

An other page: https://techblog.sdstudio.top/cms.
Google provides it the title ‘Grav CMS’. Looking at the code, it contains a very simpel one word title: <title>CMS</title>. How descriptive can a single word be? It also contains 38 times the word ‘Grav’ and plenty of ‘CMS’. This is a strong candidate for Google to alter the title in the search engine result page…

The following video from Matt Cuts from Google (2014) explains the issue. In the comments are references to more docs.

2 Likes

Thank you very much for your answer and the time spent on its creation. Now it’s clear to me where to start to fix the problem. Thank you once again.