Mobile is ringing... Google is rolling out the vast majority of the improvements that are provided food towards the versatile crowd. From April 16th, 2015 Google has begun to reveal another overhaul to the presentation of mobile list items. The new calculations will show this present reality name of the site rather than the space name, and the URL structure of the locales in a breadcrumbs-like arrangement.
Domain Name Displayed Before the Algo Update
Domain Name Displayed Before the Algo Update
Domain Name Displayed After the Algo Update
See How to Display Your Site Name in the Search Results ?
You will need to utilize organized information markup on your site to show the favored name you need Google to show in Search results. While naming your site, please remember of the accompanying rules:
You will need to utilize organized information markup on your site to show the favored name you need Google to show in Search results. While naming your site, please remember of the accompanying rules:
- Be reasonably similar to your domain name
- Be a natural name used to refer to the site, such as "Google," rather than "Google, Inc."
- Be unique to your site don't used by some other site
- Not be a misleading description of your site
Once you have decided on the site name, use the JSON-LD script and add in anywhere on the site either in the head or the body.
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Your WebSite Name",
"alternateName" : "An alternative name for your WebSite",
"url" : "http://www.your-site.com"
}
</script>
You may also use the Microdata and add it in the head section of your webpage:
<head itemscope itemtype="http://schema.org/WebSite">
<title itemprop='name'>Your WebSite Name</title>
<link rel="canonical" href="https://example.com/" itemprop="url">
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Your WebSite Name",
"alternateName" : "An alternative name for your WebSite",
"url" : "http://www.your-site.com"
}
</script>
You may also use the Microdata and add it in the head section of your webpage:
<head itemscope itemtype="http://schema.org/WebSite">
<title itemprop='name'>Your WebSite Name</title>
<link rel="canonical" href="https://example.com/" itemprop="url">
This post thoughts taken from Seosandwich
No comments:
Post a Comment
Share your view about this post with me and please don't do spamming here !!