Google Webmaster Tools: Show results with "WWW", but SERP still showing without WWW
I have a client site running under the root domain, e.g. without www: http://example.com.
However, the client requested that URLs be shown with WWW on the Google search results page. The actual URL used when accessing the website should still not show the WWW.
I have gone and updated the settings accordingly in Google Webmaster Tools, as outlined here:
https://stackoverflow.com/a/5963681/278840
This has been done around 2-3 months ago, yet Google still shows the results without the WWW.
Does it really take that long for this change to propagate across the SERP, or is there something else that I have to change?
...the client requested that URLs be shown with WWW on the Google search results page. The actual URL used when accessing the website should still not show the WWW.
That's completely backward and is never going to work. If you are redirecting all traffic to the bare domain (without www
) then that is the URL that's going to be shown in the SERPs, regardless of what you "try" to tell Google in the Google Search Console (formerly Google Webmaster Tools) property.
In setting the preferred domain as www
and redirecting to the bare domain you are creating a conflict that Google must now resolve. Google is not going to return a redirected URL in the SERPs (other than maybe a site:
search).
You need to decide what the canonical URL should be; with www
or without (or something else entirely). Then use the canonical URL everywhere.
Comments
Post a Comment