Posts

Showing posts with the label http

When responding with a HTTP 3xx Redirect status, should there still be a response body?

When responding with a HTTP 3xx Redirect status, should there still be a response body? - 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 When responding with a HTTP 3xx Redirect status, should there still be a response body? error on your web browser.  Problem : When a service is answering an HTTP request with a "3xx Redirect" status code response (and the accompanying Location header) should it still send a meaningful response body along with the response? I co...

Splitting an existing site into sub-domains and using a landing page with an http 301 - is this just wrong?

Splitting an existing site into sub-domains and using a landing page with an http 301 - is this just wrong? - 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 Splitting an existing site into sub-domains and using a landing page with an http 301 - is this just wrong? error on your web browser.  Problem : I currently manage a website for a large(ish) primary school. I'm in the process of rebuilding their website, and have had a thought today about how to potentially bette...

Proper status code for language redirection (301, 302, … 307)?

Proper status code for language redirection (301, 302, … 307)? - 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 Proper status code for language redirection (301, 302, … 307)? error on your web browser.  Problem : I have build a websites with multiple languages. The URLs look like: http://www.example.com/en/ http://www.example.com/de/ If the user access the main domain http://www.example.com/ the web server detects the user's language (Accept-Language header) and redi...

Can a use a masked redirect from an alternate domain using the HTTPS of the main domain?

Can a use a masked redirect from an alternate domain using the HTTPS of the main domain? - 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 Can a use a masked redirect from an alternate domain using the HTTPS of the main domain? error on your web browser.  Problem : I have a domain redirected toward a server where my site is hosted secured with an SSL. So, if I enter https://site.example I get from my hosting server a page with the nice little padlock, the page is secu...

Major search engines redirect an HTTP link to a scammy pharmacy site

Major search engines redirect an HTTP link to a scammy pharmacy 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 Major search engines redirect an HTTP link to a scammy pharmacy site error on your web browser.  Problem : There is an HTTP website (not HTTPS) that works perfectly fine when the URL is directly typed into the address bar or when links are clicked from other websites/applications like Reddit, Facebook, and Discord. The exceptions are the major search e...

Alternative to nofollow: custom 302 url shortener?

Alternative to nofollow: custom 302 url shortener? - 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 Alternative to nofollow: custom 302 url shortener? error on your web browser.  Problem : Here's the scenario: lots of blogging platforms make it tedious to insert nofollow into links within the post content. I.e., you need to edit the html, format it correctly, etc. I have a client who posts lots of content with links that should be nofollow'ed, and I thought of a ...

Is it possible to redirect HTTPS to HTTP without warning?

Is it possible to redirect HTTPS to HTTP without warning? - 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 possible to redirect HTTPS to HTTP without warning? error on your web browser.  Problem : One of my clients now doesn't want to use a SSL certificate. But the home page of their site has been indexed with HTTPS. I have already redirected HTTPS to HTTP but it shows a warning every time. Is it possible to redirect without a warning? Solution : If you don...

I used a 301 Permanent Redirect to a 3rd party site by mistake! Can I stop the redirection?

I used a 301 Permanent Redirect to a 3rd party site by mistake! Can I stop the redirection? - 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 I used a 301 Permanent Redirect to a 3rd party site by mistake! Can I stop the redirection? error on your web browser.  Problem : Oh Noes! I've been parking a domain name for a friend/client of mine on my hosting provider (Dreamhost, FWIW) for a while, and they eventually asked me to redirect their domain to a 3rd party website w...

Is HTTP to HTTPS redirect required even if site is only on HTTPS?

Is HTTP to HTTPS redirect required even if site is only on HTTPS? - 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 HTTP to HTTPS redirect required even if site is only on HTTPS? error on your web browser.  Problem : I have a new website and from day one, it was on HTTPS. For example: https://www.example.com/ Do I still need to redirect HTTP to HTTPS to avoid content duplication? For example, should I still set a redirect from http://www.example.com/ to https://www...

Is 301 redirect sufficient to solve WWW and HTTP/S duplication?

Is 301 redirect sufficient to solve WWW and HTTP/S duplication? - 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 301 redirect sufficient to solve WWW and HTTP/S duplication? error on your web browser.  Problem : I was reading about this article - SEO preference for WWW or HTTP:// protocol redirection? Do www websites rank better than NON-www? I have same problem but I needed a help on this further. What about https:// How will this be treated? Is the redirect 301...

How to forward a [sub]domain to another address? (not just HTTP!)

How to forward a [sub]domain to another address? (not just HTTP!) - 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 forward a [sub]domain to another address? (not just HTTP!) error on your web browser.  Problem : I have bought domain1.me from GoDaddy... (yeah, I know... but ME domain registrars seemed quite hard to find...) I'm mainly hosted at 1and1. I have registered subdomain sub1.domain1.me and redirected it to my 1and1 account. That should eventually work f...

Why is Google PageRank not showing after redirecting www to non www?

Why is Google PageRank not showing after redirecting www to non www? - 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 Why is Google PageRank not showing after redirecting www to non www? error on your web browser.  Problem : I have a fashion website. I had redirected my domain http:// ( non-www ) to http://www domain and my preferred domain in Google Webmaster Tools was http://www . Now I have redirected http://www to http:// domain and have changed my prefered do...