Archive for January, 2010

Why Should I Start a Blog? What’s the Point?

Friday, January 29th, 2010

start_a_blog“But I don’t have anything to say!” is the response I usually get when I suggest to clients that they consider starting a blog to promote their web site.

However, in your line of work (or any line of work, for that matter), it’s likely that you learn something new every day — I know I do. So, why not share what you’ve learned with others, and boost your rankings at the same time?

Gathering information to post on your blog is more of a frame of mind than anything else: if you get in the habit of writing down those little tidbits that come to you in the middle of project, you can then come back to these notes later on when you are searching for material to write in your blog. Keep adding to your list every time an idea comes to you (no matter how small) and pretty soon you will have more to write about than you can keep up with!

When blogging, be sure to stick to issues that have to do with the material on your web site (though diversions now and then to add interest are fine too). See how to power blog for more information on effective strategies for boosting your rankings with the search engines.

Another important advantage of having a blog is that it allows you to update your web site on a regular basis without having to know html. You can also send links to your blog to your clients whenever they ask you a question that you have already answered on your blog — this sends them back to your web site a second time: yet another plus for marketing your site and boosting your rankings.

If you would like help in setting up a WordPress blog on your web site, Contact Christopher Merrill.

Creating Non-Searchable “No Follow” Web Pages

Friday, January 22nd, 2010

robotsBelieve it or not, there might be times when you DON’T want the search engines to find certain pages or folders of your site.

For example, if you have folders on your web site that you want to be available only to your customers, you can insert a robots.txt file into that particular folder — so that when the search engines spider your entire web site, they will skip this particular folder.

To create a robots.txt file, simply use your web authoring program (or even Notepad) to create a text file. This text file must have a file extension of .txt in order to work properly. And then, in the body of the text file, insert the following:

User-Agent: *
Disallow: /

Then, simply upload your robots.txt file into the folder that you want protected from the search engines.

To shield an individual file from the search engines, insert the following code inside the HEAD tag:

<meta name=”robots” content=”noindex, nofollow”>

Robots.txt files or coding allows you to post pages to your web site that you only want people certain people to view (without the need for password protection).  Also, you won’t have to worry about any of the content on these pages competing with those all-important keyword-rich pages that you have throughout the rest of your web site.

For more information regarding search engine optimization, see SEO.

What Is the Optimum Width for Web Pages?

Friday, January 15th, 2010

screenFor Web sites, I recommend a design width of somewhere between 800 and 900 pixels.

I generally recommend against using a liquid layout format, except in cases where the web site is meant to be highly searchable and is connected to a database that has a large number of important fields to be referenced.

A width between 800 and 900 pixels will fill much of the screen at a screen resolution of 1024 x 768 pixels, allowing you enough room horizontally to build navigation menus that can contain ten or so links.  This will also  allow you to build a vertically oriented navigation structure on the left or the right side of the page, in addition to the horizontal navigation structure, giving you room to grow and expand content in the future.

Having this fixed width of 800 to 900 pixels also allows you to preserve the integrity of the design elements across several screen resolutions, and ensures that your design elements will remain in the same proportions regardless of what screen resolution the user has selected.

What Is a Tiled Background?

Friday, January 8th, 2010

tiled_background_sampleTiled background images are images that are repeated in the background of web pages so as to give the page background texture and visual interest.

They are useful in that the single image is small in size and downloads quickly. When a single image is tiled in the background of a web page, the image repeats itself from left to right and then continues down the page to the next row, and the next row, entirely filling the background of the page immediately. The concept is similar to the way floor tiles work to cover a floor — however, with web pages, only one “tile” is needed as a reference, and the coding does the rest.

Experienced web designers know how to use tiles in various configurations to give startling effects that can be realized with a minimum of download time.

Tiled images are sometimes referred to as “wallpaper” because the concept is similar. Original images can be found online for free or for purchase for use on your web site — or, if you are feeling adventurous, you can design your own.

Questions? Contact Chicago Web Designer Christopher Merrill for answers.