Printer Friendly Version Print this thread
Email this thread to a friend eMail this thread to a friend
Related Forum Posts
  1. New Dynamic Pin Up Site for sale (In: I Want to Sell My Website)
Featured Web Site Template

Hundreds More at Free Site Templates.com!

Web Site Partners
Sponsored Links
Jet City Software
 
Whos Here ?
There are 0 guests and 2 members in the forums right now.
Reflects user activity within the last 5 minutes
Moderator(s): Prowler, jcokos
Member Message

jshites
Joined: Mar 09, 2006
# Posts: 2

View the profile for jshites Send jshites a private message

Posted: 03/13/2006 06:39 am
Edit Message Delete Message Reply to this message

Hello all,

We have a five year old directory site. Over a year ago, we had all our dynamic PHP pages rewritten to show something like = www.url.com/category/xxx instead of www.url.com/category/xxx?PHPSESSID=3456abc567

Currently, our programmers can't seem to give me the answers to the following:

1.) Even after the rewrites were completed, some categories from the home page still yield the PHPSESSID= extensions when viewing in w/ Explorer... Please, someone tell me why, and what to do to make sure they only appear as www.url.com/category/xxx ? I don't get it. Sometimes they show properly and other times they don't?

2.) Any category listed w/ more than one word, currently has an "% sign" in between the two words of the category:
[link]
What needs to be done to have an underscore "_" appear instead of the "%"..?
Something like:
[link]

Any help would be greatly appreciated...










g1smd
Moderator
Joined: Jul 28, 2002
# Posts: 10183

View the profile for g1smd Send g1smd a private message

Posted: 03/13/2006 12:24 pm
Edit Message Delete Message Reply to this message

Do not use spaces or underscores in URLs.

Use only hyphens or dots to separate words.


If accessing a URL that contains a session ID still returns content and a "200" status then that URL is still valid and will still be indexed.

You need that URL to return a page with <meta name="robots" content="noindex"> included in it, or else a "301" or "404" status.


If any of the pages that are still listed are shown as "Supplemental Results" then Google will take a very long time to update their data. Make sure that the server gives the correct HTTP and HTML response and then ignore it. Google will update it at some time in the (very distant) future.



Prowler
Moderator
Joined: Aug 14, 2000
# Posts: 1721

View the profile for Prowler Send Prowler a private message

Posted: 03/13/2006 10:34 pm
Edit Message Delete Message Reply to this message

>>1.) Even after the rewrites were completed, some categories from the home page still yield the PHPSESSID= extensions when viewing in w/ Explorer...

Unless we see the actual site, we can't tell offhand how your scripts work. But here is the general view: It is normal to see session ids when you browse through your pages in a particular order through a typical IE browser. The correct way to check if the session ids will impact the search engine robots is to mimic a robot and crawl your pages.

Check your server log files to see actual robots crawling your pages. If they seem to choke on certain pages and do not crawl past a stage, then you know where to start probing.

>>2.) Any category listed w/ more than one word, currently has an "% sign" in between the two words of the category

A simple line of code can eliminate this anomaly. Substitute "%20" with a "-". This will replace all spaces (in between words) with a hyphen. But this alone is not a major issue with search engines. It is how your scripts are designed in the first place.





dirty_shame
Joined: Aug 28, 2005
# Posts: 191

View the profile for dirty_shame Send dirty_shame a private message

Posted: 03/14/2006 02:25 am
Edit Message Delete Message Reply to this message

Something to check for: See if your programmers have used urlencode in their link scripting which will automatically replace all HTML entities with exactly what you have reported here.



lizardz
Joined: Nov 12, 2004
# Posts: 1394

View the profile for lizardz Send lizardz a private message

Posted: 03/14/2006 06:08 pm
Edit Message Delete Message Reply to this message

<<< Currently, our programmers can't seem to give me the answers to the following: >>>

if they can't answer those questions it's time to get new programmers. If I were you I'd be worrying about my site.

The session ids may or may not be caused by incorrect session handling, hard to say without seeing the code.

If you are paying these people then you should give some serious thought to hiring somebody who is competent instead, that's a better use of your money.

[ Message was edited by: lizardz 03/14/2006 10:03 pm ]




You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
  1. You have not yet logged in, or registered properly as a member
  2. You are a member, but no longer have posting rights.
  3. This is a private forum, for which you do not have permissions.

If you are a recent member, it's possible that you simply have not yet confirmed your account. Please check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions contained within.

If you cannot find this message, click here to Re-Send it.

If you are still experiencing problem, please read the Login Assistance Article for some advice on what may be causing your login not to work properly.

Switch to Advanced Editor and ... Create a New Topic or Reply to this Thread

New posts Forum is locked
© 1995  ·  iWeb, Inc  ·  DBA JimWorld Productions