|
As far as a i know Google thinks PHPSESSIDs are bad because google will think its duplicate text.
i'm in sort of a problem here, I have a host, that i bought a long time ago, which is very shady and a problem. I can't contact them by phone or by email, or cancel my order, they already took the yearly pay, and although they are a pretty decent host, its slow and has bad PHP settings. in their PHP.INI they have sess.transid which means trans Session Ids, meaning every link will have a string attached with session id: PHPSESSID=34f634x93e45640ff12
The session IDs are a pain because, I look at my tracking stats, of the Google Bot and it continues to record the PHPSessID, i dont know if this is normal but combined with msnbot and yahoo, i have been "tracked" by 3 bots 1000 times in a matter of 3 weeks. Maybe sessionIds cause this?
Also i check my hit statistics for specific keywords being searched in google, that get me hits, for example, someone searched this keyword:
"XMLHttpObject" and according to my stats im suppose to be on first page. And it says they went to my website from here, but then i go to the page and im not there. I look at the general statistics and see that: Whenever the user lands a hit on a PHPSESSID page of mine, i look at google at the exact referring link they come from, and im not listed!!! However, whenever its a hit without the PHPSESSID, it shows im on the first page etc.
This could mean that i could be #1-#10 in like 50 more keywords, but the google removes it because i have the PHPSESSID and thinks im a spammer.
What i've tried:
use ini_set('sess.trans_id', '0'); in my index file, of my site, so every page is supose to be rid of this trans id, but i dont think ini_set works well with this type of setting.
What i haven't tried:
URL Rewrite Engine in .htaccess - i dunno the disadvantages, or how to do this to get rid of session Ids.
Change Host - This is out of the question, because i payed for the whole year, and also they own my domain and auto-renew it. And i don't exactly want to get a new host, as it would make it hard for me to re-rank in google.
Any help would be appreciated.. Thoughts and comments appreciated.
Last edited by execute : 12-10-2005 at 04:05 PM.
|