Google now only displays the site name in mobile search results for the entire website, such as the home page.
Google appears to have stopped displaying title tags in mobile search results for the entire website, such as queries for a website's name, which typically display the main page.
This feature is not available for subdomains.
Only the generic name of a website is displayed in smartphone searches.
On a mobile device, the search engine results page (SERP) for Search Engine Land displays the website's general name, Search Engine Land.
The title of the home page is
<title>web design company in chennai</title>
The title tags appear to be displayed for non-branded keyword searches. Searches with a brand name and related keywords appear to display the title tags as well.
Google uses site names to assist users in quickly identifying a specific website in search results.
This new feature will be available in additional languages, in addition to English, French, Japanese, and German, over the next few months.
When searching for a compound word domain name like "web design company in chennai" or "webdesigncompanyinchennai" the same search results that included the new site names as the title link are returned.
A search using the domain name KPWebtech, on the other hand, returns the title-tagged old version of the search results.
However, searching for KPWebtech (with a space between the two words) yields the site name.
Google recommends using the WebSite structured data type.
Prior to today, it was assumed that the WebSite structured data site served no purpose because Google knew what a website was and didn't need structured data to know that it was indexing a website.
Google now uses the "name" field of the WebSite structured data type to determine what a website's site name is, so this has changed.
Google published an example of the WebSite structured data with the “name” property in use:
<title>Example: A Site about Examples</title> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "WebSite", "name" : "Example", "url" : "https://example.com/" } </script>
The above structured data must be shown on the home page.
The WebSite structured data is useful because it allows you to tell Google what the website's alternate name is.
The structured data for adding an optional name looks like this:
<script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "WebSite", "name" : "Example Company", "alternateName" : "EC", "url" : "https://example.com/" } </script>
According to the Google site name documentation, Google uses on-page, off-page, and meta data information, in addition to structured data, to determine what a webpage site name is.
It's worth noting that the og:site name property is an optional but highly recommended Open Graph property.
<meta property="og:site_name" content="Example Name of Site" />
On mobile devices, the new site names feature in Google search appears appealing.
For home page brand name searches, it makes sense to have less clutter in the SERPs. Despite the fact that some people are complaining about the lack of title tag influence in these types of searches.
It's out pleasure to have a chance to cooperate.