First and foremost, your layout isn't consistent. That makes it very hard to navigate and find stuff, as well as confusing to the user in the sense that fonts/background colours/menus aren't the same. Pick a layout and stick with it as much as you can, even if it's a simple one.
Second, choose a default font for your opening page. You don't have one, which means that the user gets whatever is their default. In my case, I've intentionally set mine to something obscure so that I can figure this out quickly, and the results are usually pretty ugly (as they are in this case).
Your home page and your index.php page are two different things. Why is that? Would index.php not be the default?
You've got a PHP session ID embedded into your URLs as I travel through the site. This will be death to the search engines. Lose this if you can.
The blog, like a growing number of them, doesn't suit your site and shouldn't be there. A blog is an online journal, not a place to stick articles. Make an articles section for that.
Your images link to the products in some cases, but not in others. This should be consistent.
There's a Javascript error when I try to "Email Order Form". I can't get past "Building order and transferring to checkout..." I think it's trying to submit a form that doesn't exist.
Maybe you should have a submit button there as a backup just in case.
I put through a fake order of 3 Barleygreen somethings, but I don't want it. I made that clear in the comments field, just so you know.
That should get you started.
|