![]() | |
![]() |
| | Thread Tools | Display Modes |
#41
| |||
| |||
|
|
No, that's most definitely *not* the way to go. Splash screens are spawn of satan and drive people away never to return. You need to serve some of the real content of the site on that first page. Just don't try to overload it. Leave some nice white space like the first page. Have a nice big heading. Use 100% font sizing and em's for any different font sizes. Decide what your site is for and focus it on that. |
#42
| |||
| |||
|
|
Focusing on text does is not the same as providing no graphics at all. Some of your most important early visitors are search engines, and they don't "see" graphics at all, just your text. Whatever text content you provide is also what blind visitors to your site will hear from their screen readers. Some folks provide their "content" purely as images, and then try to compensate for the lack of real text with keywords and other lame "SEO" techniques. That's simply putting a band-aid on the symptom while ignoring the cause. If relevant keywords don't appear in your site's textual content, you should ask yourself why that is the case, instead of trying to "compensate" for that lack by adding them back in via HTML meta elements. You're acting as if this is an either/or situation, when it's really not. Text *cannot* wait; it should come first. But, improving your site's appearance need not imply replacing text with images either - generally it's a matter of adding some images and/or styling your text with CSS. It's a bit of a balancing act. We humans are very visual creatures, but search engines are effectively blind and ignore layout and design in favor of indexing pure HTML code. It's important to realize that providing good textual content and a nice appearance are not mutually exclusive goals, and that you do need to address both needs. |
#43
| |||
| |||
|
|
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. |
#44
| |||
| |||
|
|
Your left hand side menu doesn't work (actually doesn't even appear) in any browser in which Javascript has been disabled. Some businesses block javascript. Some people recommended switching it off when browsing unknown sites. Some people switch it off to block annoying advertising. Also, I am not sure search bots bother to follow Javascript only links. |
#45
| |||
| |||
|
|
To perhaps oversimplify, an "em" is the size of the current default font. Which if you haven't changed it will, for normal text, be the size of the user's preferred font, or at least the one he doesn't hate so much to have figured out how to change it. So if you don't redefine the user's prefered font size you are least likely to offend him by making your page hard to read. |
|
Fonts other than the user's prefered default are best used sparingly and for effect. It's common to use a serif font like Georgia for headings, for example. Best to stay away from serif fonts for general use though, because on the sucky resolution of most computer monitors the little serifs, meant to make the text easy to read by guiding the eye, actually confuse the eye instead. |
#46
| |||
| |||
|
|
Eric Lindsay <NOwebmasterSPAM (AT) ericlindsay (DOT) com> writes: Your left hand side menu doesn't work (actually doesn't even appear) in any browser in which Javascript has been disabled. Some businesses block javascript. Some people recommended switching it off when browsing unknown sites. Some people switch it off to block annoying advertising. Also, I am not sure search bots bother to follow Javascript only links. Quite right, but the "site map" links at the bottom of the page lead to the same pages. IMNSHO, this is a good example of using JavaScript correctly, as an enhancement rather than as a requirement. |
|
I would actually take it one step further, and in the JavaScript code add a CSS attribute "display:none" to the div containing the site map. That would leave the site map links visible for those who need them, while getting rid of some unnecessary visual clutter for those who can use the menu. sherm-- |
#47
| |||
| |||
|
|
Is the Javascript really being used correctly, as an enhancement? Maybe I missed it, but I didn't see any rollover that couldn't be done with CSS just as easily. |
|
I would actually take it one step further, and in the JavaScript code add a CSS attribute "display:none" to the div containing the site map. That would leave the site map links visible for those who need them, while getting rid of some unnecessary visual clutter for those who can use the menu. That does seem like a reasonable idea. However I wonder whether search engines are detecting use of display none, and penalising hiding of multiple links? I don't think so, but they keep tuning their algorithms. |
#48
| |||
| |||
|
|
That does seem like a reasonable idea. However I wonder whether search engines are detecting use of display none, and penalising hiding of multiple links? I don't think so, but they keep tuning their algorithms. |
#49
| |||
| |||
|
|
That's a worrying thought. I have been using display:none at the top of each page for links to Access Keys. Is there another way not to display these? |
#50
| |||
| |||
|
|
How about changing your title to: Toys for young boys - review-a-gadget.com You still don't have a h1 header to help search engines decide what your site is about. Mention Airsoft toys. |
|
Your left hand side menu doesn't work (actually doesn't even appear) in any browser in which Javascript has been disabled. Some businesses block javascript. Some people recommended switching it off when browsing unknown sites. Some people switch it off to block annoying advertising. Also, I am not sure search bots bother to follow Javascript only links. |
![]() |
| Thread Tools | |
| Display Modes | |
| |