Merak ettiğim şu;
Google açısından 301 ile 302 yönlendirme arasında ne fark var?
Birine geçici birine kalıcı yönlendirme diyor godaddy ama aslında ikiside benim için aynı işi görüyor.Google hangisini nasıl anlar , nasıl davranır domainlerime acaba?
Alıntı:
What's the difference between a 301 Redirect and a 302 Redirect?
301 Redirect
Redirects to the site you specified in the Forward To field using a "301 Moved Permanently" HTTP response. The HTTP 301 response code tells user-agents (including search engines) that the location has permanently moved.
302 Redirect
Redirects to the site you specified in the Forward To field using a "302 Moved Temporarily" HTTP response. The HTTP 302 response code tells user-agents (including search engines) that the location has temporarily moved.
|