Posts

Showing posts with the label internationalization

Multi Language Website and Best Way for Auto Redirects

Multi Language Website and Best Way for Auto Redirects - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Multi Language Website and Best Way for Auto Redirects error on your web browser.  Problem : let's assume we have a domain example.com that contains content for two languages (e.g. German and English). The site itself is structured by folders, so the URLs for the language versions are: example.com/de/ -> German Page example.com/en/ -> English Page If someon...

300, 302, 303 or 307 redirect for international site?

300, 302, 303 or 307 redirect for international site? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the 300, 302, 303 or 307 redirect for international site? error on your web browser.  Problem : A company website offers the same products and pages (more or less) across different countries. It's a mess; they use a mix of subdirectories, subdomains and ccTLDs for international sites: us.example.com/product.html example.com/uk-EN/product.html example.com/de-DE/product.h...

"good" way to redirect users and robots for internationalization?

"good" way to redirect users and robots for internationalization? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the "good" way to redirect users and robots for internationalization? error on your web browser.  Problem : I have a website in Spanish and English . When there isn't any subdomain selected the preferred language is taken from the browser preferred language or a cookie. I have the following URLs es.example.com en.example.com example.com I...

How to identify and redirect visitors based on location?

How to identify and redirect visitors based on location? - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the How to identify and redirect visitors based on location? error on your web browser.  Problem : The domain originally is in .sg (Reg. 2010) but since we wanted to reach global audience we have the .com (Parked Domain - Registered 2013). So we have two existing domains. The only problems is, these domains share the same content in all its pages. I know we would be...