200 Status Code During Redirect

Discussion in 'Search Engine Optimization' started by pchieng, Sep 2, 2009.

  1. #1
    What does it mean when a link returns a 200 status code when it's obviously doing some type of redirect from one URL to another?

    Thanks!
     
    pchieng, Sep 2, 2009 IP
  2. funkymario

    funkymario Notable Member

    Messages:
    2,836
    Likes Received:
    369
    Best Answers:
    0
    Trophy Points:
    230
    #2
    it just means that the the http request was fulfilled, the server successfully returned the page.
     
    funkymario, Sep 2, 2009 IP
  3. AdscendJeremy

    AdscendJeremy Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's likely a meta refresh or a javascript redirect.
     
    AdscendJeremy, Sep 2, 2009 IP
  4. pchieng

    pchieng Member

    Messages:
    87
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Both are not SEO-friendly, right? Is there a way to determine whether it's a JS redirect or meta refresh?
     
    pchieng, Sep 2, 2009 IP
  5. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    check you are url its tying right or gong
     
    mrpaisa, Sep 3, 2009 IP
  6. SportsEvents365

    SportsEvents365 Peon

    Messages:
    44
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, if you can see the page source (HTML).

    It isn't considered SEO friendly, SEO friendly redirects are 301 and 302 codes
     
    SportsEvents365, Sep 3, 2009 IP
  7. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #7
    Go to http://urivalet.com and enter the URL... It should show you a trace of the browser / server interaction. If that doesn't work then try http://www.seoconsultants.com/tools/headers.asp. I like to use these because I can use them from any PC and any browser.

    The Firebug plugin from Firefox can also show you this interaction between the browser and server with all page/object requests and status codes.
     
    Canonical, Sep 3, 2009 IP
  8. Jeff Collision

    Jeff Collision Peon

    Messages:
    1,020
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Server Status Code 200 means - your request was fulfilled by the server. Simply it means you got success and got the correct, requested page. Its not considered as 'redirect'. Server code 300 was considered as redirect code.
    And more over SEO friendly redirect is 301 only. Google won't pass linkjuice to redirected site if you choosen 302 redirect.
     
    Jeff Collision, Sep 3, 2009 IP