Forum Moderators: Robert Charlton & goodroi
Google Switches Mobile Search To Show Real-World Names
To help mobile searchers understand your website better when we show it in the mobile search results, today we’re updating the algorithms that display URLs in the search results to better reflect the names of websites, using the real-world name of the site instead of the domain name, and the URL structure of the sites in a breadcrumbs-like format. Google Switches Mobile Search To Show Real World Names [googlewebmastercentral.blogspot.com]
Structured data site names and URLs
As part of this launch, we’re also introducing support for schema.org structured data for websites to signal to our algorithms:
The website name to be used instead of the domain name The URL structure of the URL as breadcrumbs
Even without the funny mistakes, this seems to make it easier for non legitimate websites to spoof legitimate websites in the SERPs.
You can't blame Google for changing titles. Too often publishers are big stupid idiots and publish content without changing titles or they use the wrong template which ends up mislabeling the page title.
In the vast majority of cases, there's no valid reason for Google to change the original author's title.
Now that the mobile update is in force I'm seeing the names and breadcrumb changes.
structured data markup won't validate
Should I have schema.org WebSite markup on every page or only on my home page?
One more way for GORG to remove our individuality and uniqueness.
<div itemscope itemtype = "http://schema.org/WebSite">
<meta itemprop = "url" content = "http://www.example.com/">
<meta itemprop = "name" content = "Example">
<meta itemprop = "alternateName" content = "the real Example and all the others are just spammers and fakes"> <div itemscope itemtype = "http://schema.org/WebSite">
<meta itemprop = "url" content = "http://www.example.com/">
<meta itemprop = "name" content = "Example">
</div> as an HTML fragment, it screams loudly (three times for un-recognized elements, twice for a meta inside a div).