Session Id,is it affect my ranking???

Discussion in 'Google' started by brokensoft, Mar 10, 2007.

  1. #1
    is Session Id affect my google ranking?
    i have some problems with Session Id and some pages are cashed with Session Id after links. 2 days after i get back in some keywords ranking.
    is it because of Session Id ???
     
    brokensoft, Mar 10, 2007 IP
  2. Mong

    Mong ↓↘→ horsePower

    Messages:
    4,789
    Likes Received:
    734
    Best Answers:
    0
    Trophy Points:
    235
    #2
    Usually session ids put overhead over crawlers so its better to remove them for crawlers. But in your case NO it could not be due to session ids because it takes more time to see difference whether +ve or -ve. :)
     
    Mong, Mar 10, 2007 IP
  3. arnold

    arnold Active Member

    Messages:
    837
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    80
    #3
    I don't think sessions will affect your ranking
     
    arnold, Mar 10, 2007 IP
  4. rootbinbash

    rootbinbash Peon

    Messages:
    2,198
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it will affect.Recode the script and remove Session ids for only MSn google n yahoo.
     
    rootbinbash, Mar 10, 2007 IP
  5. charlesgan

    charlesgan Well-Known Member

    Messages:
    1,346
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    115
    #5
    try to convert to querystring. SE will craw this.
    usually session ID will cause problem, i see this at my site 1-2 years back.
     
    charlesgan, Mar 10, 2007 IP
  6. brokensoft

    brokensoft Active Member

    Messages:
    214
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #6
    today my traffic get back -120 visitors for site1, -530 for site2.
    i think it is because of Session Id.
    is there any effective way to kill Session Id.

    i try 3 codes in .htaccess:

    code 1:
    <IfModule mod_php4.c>
    php_value session.use_only_cookies 1
    php_value session.use_trans_sid 0
    </IfModule>
    PHP:
    code 2:
    <IfModule mod_php4.c>
    php_value magic_quotes_gpc 0
    php_value register_globals 0
    php_value session.auto_start 0
    php_value session.use_trans_sid 1
    </IfModule>
    PHP:
    code 3:
    <IfModule mod_php4.c>
    php_value session.gc_maxlifetime "7776000"
    php_value session.save_path "sessions"
    php_value session.use_cookies "on"
    php_value session.use_only_cookies "on"
    php_value session.use_trans_sid "off"
    </IfModule>
    PHP:
    but the problem not resolved yet. :mad:
    my host didnot support php.ini files. :mad:
     
    brokensoft, Mar 10, 2007 IP
  7. lukazs

    lukazs Well-Known Member

    Messages:
    583
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    125
    #7
    I spoke with few php programmers and they were sure that Google has no problem with session ids.
     
    lukazs, Mar 11, 2007 IP
  8. brokensoft

    brokensoft Active Member

    Messages:
    214
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #8
    yes, but the problems in SEO, because there are difference between your-urls.com and your-urls.com/?PHPSESSID=75d5d32d62f133b96d35a80ceb61d6ad
     
    brokensoft, Mar 11, 2007 IP
  9. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #9
    session id using will make your site difficult to crawl by search engines. i suggest verybody to remove sessionid from their url
     
    trichnosis, Mar 11, 2007 IP
  10. Mr Skyline

    Mr Skyline Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Session id's are great spider traps which is why they don't like to crawl them, if you insist on having dynamic url's at least use parameters that don't bear any resemblance to session id's or the use of id, cid, pid etc. best option is to mod re write the url if possible
     
    Mr Skyline, Mar 12, 2007 IP