Posts

Posts uit augustus, 2017 tonen

How and why do I need to set a preferred domain?

By default a domain can be reached via four unique urls: http://example.com http:// www .example.com http s ://example.com http s :// www .example.com For search engines and visitors it can be unclear which one is the 'right' one. The result can be that users share http://-version on social media, Bing selects https://www-version as their preferred domain to index and Google prefers https://-version to index.  It is best practice to be crystal clear about the version you want to be the preferred version. Let's say https://www.example.com is the version we want to be the version to be crawled, indexed and ranked. Redirecting other versions to https://www.example.com On the server side you can redirect other version to your preferred versions with a 301 status code. All users and crawlers will be redirected to your preferred version. The result will be that only one version can be visited.  After you changed these settings on the server side, don't fo