css based shopping cart

Please support our eCommerce advertiser: Get a Free E-commerce Success Analysis!
Reply

Join Date: Nov 2006
Posts: 32
Reputation: Devilsown is an unknown quantity at this point 
Solved Threads: 0
Devilsown Devilsown is offline Offline
Light Poster

css based shopping cart

 
0
  #1
Nov 1st, 2006
Anyone know any shoping cart software thats css based in php? I am using oscommy atm, but would like to find something more SEO friendly.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: css based shopping cart

 
0
  #2
Nov 1st, 2006
FYI, CSS has nothing to do with SEO. For a shopping cart to be more SE friendly it would have static appearing URLs with keywords in it and be easily crawled (i.e. no session IDs in the URLs).
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Nov 2006
Posts: 32
Reputation: Devilsown is an unknown quantity at this point 
Solved Threads: 0
Devilsown Devilsown is offline Offline
Light Poster

Re: css based shopping cart

 
0
  #3
Nov 2nd, 2006
Just being css has no effect on seo but. What you can do in css can really help. If the store is done in css you can move you content up just below the head tag. My oscommy store content is in the Last 1/2 of the source. I know oscommy v3 alpha is all css driven but its going to be awhile. I was seeing if there is anything else out there other than oscommy. I don't mind paying for a cart.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 12
Reputation: ProImpulse is an unknown quantity at this point 
Solved Threads: 0
ProImpulse's Avatar
ProImpulse ProImpulse is offline Offline
Newbie Poster

Re: css based shopping cart

 
0
  #4
Nov 24th, 2006
Originally Posted by Devilsown View Post
Just being css has no effect on seo but. What you can do in css can really help. If the store is done in css you can move you content up just below the head tag. My oscommy store content is in the Last 1/2 of the source. I know oscommy v3 alpha is all css driven but its going to be awhile. I was seeing if there is anything else out there other than oscommy. I don't mind paying for a cart.
I agree, css has much to do with SEO, if a spider has to dig through 10,000 nested tables than it will be harder to index the site also you need the SEO friendly URLs as well.

Have you looked at Zen Cart? (you can google Zen Cart, I didn't know if it was ok to post a link here).

It is XHTML based with very few tables and has SEO friendly URLs (module).

Also you might want to add something else with the cart such as a CMS or blog to add text content to the site so you will have good linkable content.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: css based shopping cart

 
0
  #5
Nov 25th, 2006
Originally Posted by ProImpulse View Post
I agree, css has much to do with SEO, if a spider has to dig through 10,000 nested tables than it will be harder to index the site also you need the SEO friendly URLs as well.
Not true. HTML can only harm you if you make serious errors. In that case it may cause parsing issues. Otherwise, large nested tables will not cause you to have any issues getting indexed or ranking well.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 12
Reputation: ProImpulse is an unknown quantity at this point 
Solved Threads: 0
ProImpulse's Avatar
ProImpulse ProImpulse is offline Offline
Newbie Poster

Re: css based shopping cart

 
0
  #6
Nov 27th, 2006
Originally Posted by stymiee View Post
Not true. HTML can only harm you if you make serious errors. In that case it may cause parsing issues. Otherwise, large nested tables will not cause you to have any issues getting indexed or ranking well.

Wanna put some $$$ on it?
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: css based shopping cart

 
0
  #7
Nov 27th, 2006
Considering that there are thousands of websites to verify my point I don't think you should try to turn this into a wager. Also consider there are no studies showing a lot of HTML hurts your rankings. I'm even fairly certain the search engines have not published anything saying anything to the contrary as well.

In fact, I'd love to see what evidence you have to support your claim.
Last edited by stymiee; Nov 27th, 2006 at 12:23 pm.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,057
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 128
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: css based shopping cart

 
0
  #8
Nov 28th, 2006
Firstly, going the CSS route with less HTML markup and nested tables dramatically increases browser rendering times for the user. As far as search engines are concerned, search engines do take into consideration the file size of each page they access. They will limit the number of bytes that they download per session so as to not allow googlebot to take down a server spidering an entire site in one session. Additionally, they will only index the first 100KB or so (not sure of the exact number, but something like this) of a page. HTML markup takes up a lot of kilobytes. There is evidence in this in the Google Webmaster Tools, where Google now allows you to see graphs of the number of bytes download per day, and temporarily control the rate at which googlebot can spider your site if you have enough bandwidth to spare.

Additionally, search engines put more weight on the content which appears closer to the top of the page. Suppose you have a two-column table where the left column is a sidebar and the right column is the main content. The left column (the sidebar navigation) will always appear first in the HTML markup, giving the navigation slightly higher importance over main content. With a completely CSS layout, you could use fixed positioning to put the markup for the left column below the markup for the right column in the (x)html code, thereby putting the higher prioritized information closer to the top of the page.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 12
Reputation: ProImpulse is an unknown quantity at this point 
Solved Threads: 0
ProImpulse's Avatar
ProImpulse ProImpulse is offline Offline
Newbie Poster

Re: css based shopping cart

 
0
  #9
Dec 4th, 2006
csgal, you're my hero!

You took the words right out of my mouth!

With your main content being positioned with css so it comes first, then your navigation, etc, etc, it makes for better indexing.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 3
Reputation: csscart is an unknown quantity at this point 
Solved Threads: 0
csscart csscart is offline Offline
Newbie Poster

Re: css based shopping cart

 
0
  #10
Mar 3rd, 2007
CSS can help SEO dramatically. As previous posters of this thread have noted it can put the "good stuff" up towards the top of the page, and also dramatically reduce the tags that mark up the page (removing style and positioning to a different file).

So, I would disagree that CSS has nothing to do with SEO. I think it is an SEO enabler. Some crawlers also look at ratios of HTML vs. Content. The higher the content ratio the better you are looking.

Here is an example of how to spot an SEO optimized site:

Using a developer tool bar disable CSS for a page. If the page reminds you of a college paper, i.e. H1 Tag, followed by content w/ h2 Tags dividing sections, you have created SEO friendly page. Try that with Tables...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the eCommerce Forum


Views: 7674 | Replies: 11
Thread Tools Search this Thread



Tag cloud for eCommerce
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC