Weekend Projects – Web Accessibility Check

Published on May 24, 2008   //  Weekend Projects
Off

Weekend Project

Last week we worked on adding an email signature to increase traffic to our site. This week we will look at how well our site is accessible to those with various disabilities. The W3C has created Web Accessibility Initiative (WAI) guidelines to make sites more accessible. The full guidelines and more details are available at the Web Content Accessibility Guidelines Overview page.

If your to busy to read through the many pages of the guide there is an online accessibility check. This weeks project is to go to accessibility check, enter your domain and fix the issues it returns.

If you get stuck let me know in the comments.

Weekend Projects: Adding Keywords

Published on Apr 19, 2008   //  Weekend Projects
Off

Weekend Project

Last week we did some spying on our competitors keywords so we can better target our own keywords. This week we will cover some basic concepts on how to add those keywords to your site so that search engines will find it.

Header
Adding your keywords to your header is a must. If you do not have a keyword tag in your header you should add the following below your <head> and above your </head> tags…

<META NAME=”KEYWORDS” CONTENT=”your keywords,go here,separated by a comma,but not a space”>

Body
You can add keywords into your main page content. Some are visible and others not so visible. You should be careful adding to many keywords or overloading the same keyword over and over. I suggest not adding the keyword more then 3 to 4 times per page in the content.

The first method is using the H1, H2, H3 tags. This tag is for a title on your page. Putting your keyword into an H1 tag will flag a search engine that the words in that H1 are important and may be considered the topic of the page. i suggest you use an H1 in your page if you are not already. The code would look like this…

<H1>your keywords go here</H1>

The next method is the alt tag in images. You can add an alt tag to your image like this…

 <img src=”sampleimage.jpg” alt=”Your keywords go here” />

Warning
There are other places you can hide and put your keywords into your code but I would not advise it. It is good to ensure the keywords you want in your page are done above but doing anything else can be cause for search engines to possibly ban your site for spam.

If you get stuck let me know in the comments.

Weekend Projects: Know your Enemy

Published on Apr 12, 2008   //  Weekend Projects

Weekend Project

Last week we went through and made sure there were no broken links in our site. This week we will focus on choosing better keywords for our site by finding out what keywords competitor sites are using. General Sun Tzu in his book The Art of War was quoted for saying “Know your enemy and know yourself and you can fight a hundred battles without disaster”. The same wisdom from 500 BC applies for website owners even today.

Upon my travels on the Internet I find a lot of interesting services. Some free, some paid. This week I tested out a service called KeywordSpy. As the quote from Sun Tzu implies knowing your enemy and what keywords they are using can help you better improve your own sites keywords.

This week you should go out and find 3 comparable sites to your own. Once you have the domains of your competitors go to the KeywordSpy site and where it says ‘Begin your free keyword search here’ enter the domain (make sure you have no http:// or www. at the beginning of the domain). Click on the Go button and it will show you 10 of the results. Copy down the results and do the same for the other 2 domains. If you want a more comprehensive list of the keywords you will need to upgrade to the full version.

Once you have your list determine which ones you want to add to your own site. Next week we will cover how to use these keywords more effectively then just adding them to the header section of your site.

Do you think it would be immoral to use this type of tool on your competitor?

As always if you get stuck let me know in the comments.

Weekend Projects: A Better About Us

Published on Mar 22, 2008   //  Weekend Projects
Off

Weekend Project

Last week we talked about quantifying our traffic, now that we have traffic it is time to work on conversions. If you have a business online one of the most important pages on your site is your about us page. If you do not have one then you should write one now. If you do have one then perhaps it is time to rewrite it. This week we will focus on tips on writing your about us page so to build trust with potential customers.

The following are tips for when writing or rewriting an about us page…

  • It should be easy to read and concise.
  • Include a brief overview of your companies history including when you started.
  • A break down of what it is your business does.
  • Mention any awards, certifications or qualifications.
  • A list of why a customer should use your business.
  • Highlight your values and beliefs.

If you do not feel up to the challenge of writing your about us page then hire an expert freelance writer to do it.

If you get stuck let me know in the comments.

Weekend Projects: Quantifying Traffic

Published on Mar 15, 2008   //  Weekend Projects
Off

Weekend Project

Now that we have generated some traffic to our site by posting our site to forums for review it is time to quantify that traffic. Our hosting does include awstats, webalizer and analog stats but these programs are all fairly average for showing stats. This week we will focus on adding Google Analytics to our site.

Google Analytics is a free and powerful stats software. To use Google Analytics you need to sign-up for an account. Once you have done that they will provide you with code to put in to your page. To do add the code to your site you can use file manager to edit each page and paste the code at the bottom of  your pages and save them.

Once all your pages have the code in them you can begin to view your detailed stats.

For those who have a blog, instead of pasting the code into each page you can use the Google Analytics WordPress plugin.

If you get stuck let me know in the comments.

Page 10 of 10« First...678910