Вопрос

I read this question and know What's the difference between 301 and 302 in HTTP but my question is What's the difference between 301 and 302 in HTTP for Search engine?

Это было полезно?

Решение

@dani its not true...

It is called server status code and each search engine treat them as per below list:

http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

301 status code means the page has permanently moved to another location and search engine will pass old page value, rank and other important stuff to that newly created page. To obtain the benefit of this, one need to permanently move old page to newly created page.

302 status code means, the page is temperately not available, this code will acknowledge the search engine about temporally unavailability of the page.

Другие советы

It has something to do with the score of the site. This is internal matter for each search engine so there is no one true answer. but - on 301 (permanent) all the links will add score to the target address and in 302 they won't.

You should check out Google guidelines for this. but they are not the only search engine and they tend to change their rules every few months....

(for example, they can remove your original address once 301 from the search result and target all searches to the redirected address, and not do that if it's 302).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top