What does HTTP/1.1 302 mean exactly?

后端 未结 14 2455
礼貌的吻别
礼貌的吻别 2020-12-02 05:49

Some article I read once said that it means jumping (from one URI to another), but I detected this \"302\" even when there was actually no jumping at all!

14条回答
  •  -上瘾入骨i
    2020-12-02 06:04

    In the term of SEO , 301 and 302 both are good it is depend on situation,

    If only one version can be returned (i.e., the other redirects to it), that’s great! This behavior is beneficial because it reduces duplicate content. In the particular case of redirects to trailing slash URLs, our search results will likely show the version of the URL with the 200 response code (most often the trailing slash URL) -- regardless of whether the redirect was a 301 or 302.

提交回复
热议问题