Posts

Showing posts with the label cookie

Is it SEO-acceptable to do an automatic redirect based on Accept-Language header value

Is it SEO-acceptable to do an automatic redirect based on Accept-Language header value - 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 Is it SEO-acceptable to do an automatic redirect based on Accept-Language header value error on your web browser.  Problem : We are launching a big international web site, that has local web sites on other domains. We are planning to configure the web site to behave in the following manner: Of a user with German (de) Accept-Language ...

SEO - Redirect on first page (example.com -> example.com/en)

SEO - Redirect on first page (example.com -> example.com/en) - 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 SEO - Redirect on first page (example.com -> example.com/en) error on your web browser.  Problem : I have website with multiple languages and at first entrance it checks for cookie and if no cookie is present then it defaults to English language and redirects to example.com/en . So basically every time someone enters example.com he will be redirected to ex...

What is the SEO impact of multiple redirects that return to the current page after setting a cookie?

What is the SEO impact of multiple redirects that return to the current page after setting a cookie? - 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 What is the SEO impact of multiple redirects that return to the current page after setting a cookie? error on your web browser.  Problem : We have a situation where we need to set a cookie on a user's session. In order to do this we currently have a series of redirects in place: Initial request > 30x to get the cooki...