Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



SEO Class in Chicago, IL

Learn How To Optimize Your Website on July 26, 2013


Looking for personalized in-depth SEO training among your peers?



High Rankings is offering a 1-day customized SEO training class in Chicago. Class size is limited so please sign-up now if you want in!



 


Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!



Photo
- - - - -

Os Commerce And Spiders


  • Please log in to reply
11 replies to this topic

#1 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 09 August 2005 - 11:54 AM

I'm looking over an OS Com site and noticing that a lot of the pages aren't indexed, I assume because of session IDs in the URLs. But I just randomly checked to see if Google has a particular page cached, and it came up, but without the session ID.

That is, if I'm on www.domain.com/catalog/index.php?cPath=22_34&osCsid=0aba09e9de901cad0a3a38f40c53af36 and use my toolbar to request the cached copy, I get
QUOTE
This is G o o g l e's cache of http://www.domain.co...php?cPath=22_34 as retrieved on Aug 6, 2005 20:40:53 GMT.

Am I missing something? If I change my user-agent to Google, I still get session IDs on a number of pages.

#2 RyanBlank

RyanBlank

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 291 posts
  • Location:New York, NY

Posted 09 August 2005 - 12:29 PM

I work on a bunch of OS Com sites.. The session id's have never really been a problem for any of them as far as indexing is concerned. It seems they (SE's) just chop off the SID's in most cases from the sites indexed listings.

#3 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 09 August 2005 - 12:32 PM

I see. So that "friendly URLs" mod is really just for cosmetic changes?

#4 RyanBlank

RyanBlank

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 291 posts
  • Location:New York, NY

Posted 09 August 2005 - 12:39 PM

QUOTE
I see. So that "friendly URLs" mod is really just for cosmetic changes?


Well, not really, no. That mod takes the variables out of the urls and replaces them with /, but does not remove SID's.

#5 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 09 August 2005 - 02:28 PM

It's been awhile since I've worked with an OSC site Bob. They're appending an SID before you ever go to add something to your shopping cart now? Back in the day OSC didn't do that.

#6 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 09 August 2005 - 02:37 PM

It would seem so, but the page is getting indexed. However, a site search on this domain did bring up quite a few supplemental results.

#7 RyanBlank

RyanBlank

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 291 posts
  • Location:New York, NY

Posted 09 August 2005 - 02:56 PM

QUOTE
They're appending an SID before you ever go to add something to your shopping cart now?


From what i can see they do not add a session id until after the checkout button is clicked when in the shopping cart.

#8 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 09 August 2005 - 03:48 PM

They do on this site. I never added anything to the cart, and I got the SID in the URL as soon as I clicked onto a product page.

#9 RyanBlank

RyanBlank

    HR 5

  • Active Members
  • PipPipPipPipPip
  • 291 posts
  • Location:New York, NY

Posted 09 August 2005 - 04:06 PM

I just went through a few sites here and 1 of them behaves how you just mentioned.. very strange, but you're right. as soon as i go to a product then navigate elsewhere, a session id is attached. But only on 1 of the 5 sites i checked out. i wonder why

#10 projectphp

projectphp

    Lost in Translation

  • Moderator
  • 2,203 posts
  • Location:Sydney Australia

Posted 09 August 2005 - 08:03 PM

QUOTE
It seems they (SE's) just chop off the SID's in most cases from the sites indexed listings.

WOW!!! Really? That is HUGE. When you say "Search Engines", do you mean just Google, or Yahoo, MSN and Ask as well?

Also, remember that many OSCommerce sites have, bare minuimum, a few hacks installed. There is a no session ID hack, a couple actually, and an SE sid free hack as well.

It may be worth starting with a review of what is installed, in terms of hacks first, and go from there.

#11 DaveBeck

DaveBeck

    HR 3

  • Active Members
  • PipPipPip
  • 102 posts
  • Location:Australia

Posted 09 August 2005 - 08:17 PM

hi qwerty

Since the guys at osCommerce released milestone 2 you have been able to control sessions for the search engines directly through the admin panel. To do this you just need to set the "prevent spider sessions" value to true and the session will be disabled for spiders as they enter the site.

Sessions will be appended to links depending on how the link is setup. OsCommerce has a number of functions that will allow you to do more than just set up a link to another page. You can specify whether the page will be under SSL, has a variable or even a session.
CODE
<a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>
you can see that this link is going to be directed to the log off file and it should be using SSL.

As for the search engine friendly URL, to be honest I don't think there is much benefit and have seen a few bugs occur when using the built-in version. A good linking structure should see all of your product pages indexed. The best thing that you could do be to look into a number of the header tag controllers.

Dave smile.gif

#12 qwerty

qwerty

    HR 10

  • Moderator
  • 8,323 posts
  • Location:Somerville, MA

Posted 09 August 2005 - 09:44 PM

QUOTE(projectphp @ Aug 9 2005, 09:03 PM)
QUOTE
It seems they (SE's) just chop off the SID's in most cases from the sites indexed listings.

WOW!!! Really? That is HUGE. When you say "Search Engines", do you mean just Google, or Yahoo, MSN and Ask as well?
View Post


Not all, at least on this site. Yahoo has only the home page indexed, MSN seems to have a number of pages indexed with the SID and since Ask doesn't seem to have a site: operator, I ran a search on inurl:domain.com and got 2 results, no session IDs.

This site is just a prospect -- a referral from one of my clients -- and I guess I'm going to have to discuss this with them before I complete my proposal. As Michael recommended, I need to find out what mods they're already running before I have much chance of figuring out what they need.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users