Mobile app version of vmapp.org
Login or Join
Berryessa370

: How to enforce a different title for Google Search? We have a website, let's say - www.example.com and each week a new article is posted to a URL in the form of www.example.com/articles/x-y-z.

@Berryessa370

Posted in: #GoogleSearch #Redirects #Title

We have a website, let's say - example.com and each week a new article is posted to a URL in the form of example.com/articles/x-y-z. We redirect visitors that reach example.com to the current article (or another article of our choice) while each article page has its own <title> tag.
Google search results for example show the article's title for example.com and not example.
How is it possible to set the title displayed in the search results to a different title, specifically - example?

Edit
The redirection is done via javascript and not 301, this is mainly for sharing purposes.
so the article could be shared on Facebook with its own og meta tags and the "general" URL could be also shared with general tags and but still lead our users to the latest page.

Edit 2
After adding a sitemap to webmaster tools - Google search results show Example as the title of the URL.
This is an improvement and a step towards the desired result.
However, this text is not defined anywhere in the <title> or <meta> tags.
Where does this text come from and how can it be edited? We would want something like Example - Foo Bar as the title.
Is this somehow related to the "Property name" settings from Google Analytics? (our Google analytics are linked to the webmaster tools)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berryessa370

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

I think this is a synchronisation problem of updating the Google databases. When you 301 redirect the home page to an article, you say to Googlebot the new home page is the article but Google takes more time to take into consideration a redirect than a title change. That's why I think Google updated your title without taking into consideration the redirect yet.

Otherwise, you shouldn't redirect the home page to an article because it confuses Googlebot and your visitors. If a visitor or Googlebot wants the home page by getting example.com, you need to provide them this page. Moreover, you avoid this kind of problem.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme