![]() | |
![]() |
| | Thread Tools | Display Modes |
#31
| |||
| |||
|
|
SUCCESS! Well a much improved website performance at least. Since adding a toy robot face and some tiny toy images to fill up the blank space on the opening page, things have improved. There are still plenty of visitor still bailing out at the first page, but it's not everyone like before. Most people seem to be taking a bit of a look inside the site, and some are there for quite a while. I couldn't be happier. Have you considered that at least some of those visitors are readers of |
#32
| |||
| |||
|
|
"Martin Clark" <martin (AT) spl (DOT) at> wrote in message Have you considered that at least some of those visitors are readers of these newsgroups, checking out your site to see what the discussion is about? Yes, thank you Martin. I'm not too upset about the many people that are still taking a quick look at the opening page and then bailing, as I imagine there will be a good number of readers from this newsgroup just popping in the see what's going on. I still have to address the possibility that some of these short duration visitors have JavaScript turned off, or are having other problems with the JavaScript menu. The situation has much improved over how it was early yesterday, though. I'm ecstatic. Glad to hear it! If only all website problems were so easy to solve and |
|
Isn't CSS confusing at first? Never mind, I'm making headway. Confusing? I should say so! Now that you are seeing the possibilities, |
#33
| |||||||||||
| |||||||||||
|
|
Hmmm, I just have to ask: are you sure your logs are accurate? |
|
- The domain name led me to think this would be a place where I could review a gadget. Nothing on the home page shows me how I would do that. If YOU are going to review the gadgets for me, then a better domain name would be GadgetReviews.whatever. |
|
- While everything in the navigation menu could be considered to be a gadget (though I'm dubious about spy cameras), there are many types of gadgets that are not present. All of the ones you have (again excepting spy cameras) seem to qualify as Toys. Perhaps visitors were interested in kitchen gadgets, or garden gadgets, or automotive gadgets... |
|
- "FACT - you will save 30% to 50% by buying online." So? Assuming this is true, why is it so prominent? My immediate response is, "This isn't about gadgets or reviews, this guy is trying to sell me something, not just inform me." Of course, looking at the rest of the page, I see no evidence to support that impression (no cart, no 'Order here'), but that just leaves me a bit puzzled. |
|
- If many of your visitors are from the US, they may be confused by 'stockists'; 'merchants' would be better (unless that confuses Brits). |
|
- The navigation includes 'Bookmark'. I didn't click it. If it means 'Bookmark this site' it should say so. Or better, not be there at all. If people want to bookmark your site, they know how to do it. If they click here thinking it's something else, they won't be happy that you messed with 'their' bookmarks. |
|
- There's a big white space between the thumbnails and the 'site map'. It looks like something was accidentally left out, hence unprofessional. - The site map is just a list of currently-available reviews. What would this page look like if you had 2000 of them? I'd move the site map to its own page, with just a link on the home page. |
|
- "This page visited xx times". That's of interest to YOU, but not ME. Again, I view this as a sign of amateur work. |
|
- I turned off JavaScript and loaded the page again. Oops, there's no navigation at all! I could use the site map, I suppose, but that's at the bottom of the page, below that big white space, so I won't see it until I scroll. [Security folks often recommend that users turn off JavaScript to avoid malicious scripts. Some users actually follow this advice. On your site, such visitors will probably arrive at the home page, see no way to navigate further, and leave. Hmmmm.] |
|
And now some questions, on behalf of the group. You said, "Since I have made changes to my website it's been a complete flop." What changes did you make? Was the site a success before you made them? If so, why did you change it? Have you tried removing the changes one at a time and observing user response? |
|
One problem here is that you've asked US to deduce why a bunch of OTHERS don't stay on your site. It would be a bit of work, but you COULD put a prominent box near the top of the home page that says something like: "STOP! If you are leaving this site without looking into it further, PLEASE take a moment and *let us know why*. We really want to do better." The "let us know why" would, of course, link to a contact form, perhaps tailored to repeat the same question and not requiring a user to provide their email address. You might learn something that none of us will ever catch. |
#34
| |||
| |||
|
|
I've heard talks about web sites by Russ Weakley, whose CSS menus you have already found at http://css.maxdesign.com.au/ If I can find the notes I took, I'll write some of them up. He seems to be promoting the idea that first of all you get the text content to be the right mix of information and promotion. If someone comes to your site wanting information about a specific known item, they want quick access to that item - however if they have that much knowledge, a search engine probably sent them to the right page for that item in the first place. So some of your pages need informative material about the gadgets that interest you. Review a few for real, pointing to strengths and weaknesses (sure, you may not sell a model with weaknesses, but it might get people into your site). Become trusted by buyers for real information, not just sales blurbs. Write about things that interest you about what you are selling. The search engines will love you. Especially if other people interested in the same gadgets link to your site. |
|
Then get the HTML right. All the obvious things folks here will tell you about. Like the right Doctype. On a new site, that just about has to be HTML 4.01 Strict. XHTML served correctly isn't handled well by IE6 or 7, so there is no point (yet) in moving to XML. Valid HTML, so the browsers know what you were trying to write. Don't make it hard for browsers with badly written HTML. Make sure you have a title in the head of your HTML (it is required by HTML). Not only do some search engines like it, but when people save bookmarks, the title is usually what shows in their bookmarks. Don't waste a title on a company name, or something vague like "Introduction" Use something very specific like "Gadget XYX use and specifications - company name" Not too many words. Semantic use of headings. Search engines love h1. If the title says Gadget XYZ specifications, then the h1 should have something very similar. A single h1 only per page, thank you. A paragraph after it with a bit more about Gadget XYZ. If you run to a h2, then make it a relevant sub-topic, and have some text after it about the h2. Consider a couple of h2 headigs. For example: h2 Using Gadget XYZ Gadget XYZ is used in farnargling practice, by level three apprentice padawars. h2 Gadget XYX Specifications Gadget XYZ specifications now include an advanced self sealing snorkel for river crossings, plus optional dragon dropping containers to confuse tracker dogs. If you want the name of your site in big letters, just style something else to display your company name in big letters. An h2 or h3 is often appropriate, and can be displayed larger than the h1 by CSS. You might want to also look up semantic web. Here is a quick outline from someone just discovering it. http://fadtastic.net/2006/10/19/the-semantic-code/ It works. Google likes it. I think a lot of readers like it also. -- http://www.ericlindsay.com |
#35
| |||
| |||
|
|
It seems you need 2 versions of anything you do in CSS. One for ie6, and one for all the others. |
#36
| |||
| |||
|
|
It seems you need 2 versions of anything you do in CSS. One for ie6, and one for all the others. I'm busy downloading FireFox right now, and will be testing the new CSS menu and everything else I do on both browsers from now on. |
#37
| |||
| |||
|
|
I'm not sure what em's are just yet, |
#38
| |||
| |||
|
|
Okay, I can see one reason why it may have done worse: no graphics. Both layouts are too heavy on the links, but at least the old site had a friendly face. I'd suggest adding some stock clipart and/or images to the design, to make it a bit friendlier. |
#39
| |||
| |||
|
|
Have you considered that at least some of those visitors are readers of these newsgroups, checking out your site to see what the discussion is about? -- Martin Clark |
#40
| |||
| |||
|
|
Which browser does the misaligned menu occur with? Firefox, which is fairly popular. The same problem does not seem to happen when I looked in IE6. |
![]() |
| Thread Tools | |
| Display Modes | |
| |