This is a great example of what HTML5 can do. The programmer built a Pacman game using HTML5. He admits that it's a work in progress, but it's a great proof of concept. He says that he uses localStorage, HTML5 Audio, Canvas and @font-face to get the job done.
As far as I'm concerned, that's another win for HTML5. Go check it out and come back here to share your comments.
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Okay, this has nothing to do with web design, programming, SEO, etc. It's just fun and a nice little diversion. If you haven't seen it before, I'm sure you'll enjoy it. If you have, well take two minutes and watch it again. You'll be glad you did.
Jane Austen\'s Fight Club
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
In our last post, we introduced Meta Tags and why they're required. We even took a quick look at some specific tags, what they mean, and what they do for your site. This post will dive a little bit deeper into the Keyword Meta Tag. In addition, we will look at the role that keywords play in the text on your site.
Keywords Meta Tag
We've briefly touched on this already. However, it's important to stress that the Keyword Meta Tag is largely ignored by search engines. Well, at least it's pretty well ignored by Google. Yahoo does still put some emphasis on the tag, however. So, it's still important to include the tag in your code. However, you don't want to go crazy with the keywords. You definitely want the keywords in the tag to
- be relevant to the text on that page.
- repeat the keywords in the text on that page.
- unique to each page of your site.
We've talked before on other SEO posts that it's important to optimize each page differently because each page of the site should have different content. It's no different when dealing with Keywords specifically. In fact, it's all the more important. At the time of this writing, Google puts more emphasis on the keywords that show up in the text and how those keywords relate to the description of the site.
So, the keywords listed in the Keywords Meta Tag should be relevant to the content of each page, should be limited in number, and should be repeated throughout the body of the text. The later is referred to as Keyword Density.
Keyword Density
Keyword Density is the ratio of times a particular keyword or phrase appears on a page compared to the total number of words on that page. However, you want to be careful of that ratio. If you overuse keywords, that is a practice called keyword stuffing and is considered spam by the search engines. As a result, you site will be penalized and dropped in the rankings. According to Wikipedia, the golden ratio is between 1% - 3%. Whether or not that spread is accurate, the principle is sound; don't over do it.
Keyword Tools
Google Adwords provides a great tool to search for keywords. Granted, this tool is designed to help you find keywords to target for your adwords campaign. However, it will give you a good idea of what words people are searching by to find your topic. It will help you narrow down your focus and use keywords relevant to your site.
iWebTool has put out a good Keyword Density Checker. This tool will crawl your site for the density of your keywords.
Webmaster Tool Kit has another good keyword search tool, but you can target specific search engines.
Conclusion
So, in conclusion; the Keyword Meta Tag still has some relevancy. However, I wouldn't rest on it. More importantly, though; keyword use in the actual text of each page of your website and how relevant it is to the description of the site is more important. Again, if your site is about giraffes, don't focus your keywords on Ferrari. You just won't get the hits and audience you're looking for.
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Meta tags are an important part of the web programming process. In this first part of the series, we are going to take a look at some of the different tags you should be using in your code.
First, it's important to understand what meta tags are. They are elements that are used to provide metadata about a web page. These tags are placed in the [head] part of the code. These elements are used to specify keywords, page description, authorship, robot/crawler instructions, etc. These tags are important to help search engines crawl your site and therefore help in search engine ranking.
Meta Description Tag
This is a very important tag and shouldn't be left out of your code. It is used to provide the search engines with a short and concise description of that particular page. Yes, that means that each page of the site should have a different description. That will help immensely with your page ranking. This description should generally be kept to about 160 characters. With the advent of Twitter, it shouldn't be hard to come up with a page description in the same amount of space it takes you to tweet about your breakfast. Look at the image below. This is a screen print of the description that is displayed when you search for my site, Flying Tomato Design. You'll note that the description for the home page is too long - it gets cut off. So, I need to change that. However, you'll notice that the description tag for the contact page is a great length.

Meta Keywords Tag
The keywords tag used to be vital to a website. Originally, it was intended as a way to tell search engines the main concept of your site with specific words. However, it didn't take long for web developers to figure out that they could manipulate the search results. Eventually, you would search for "giraffes" and somehow you'd come up with a porn site. It was because people were putting high ranking keywords in their code whether or not the content actually supported it. Today, search engine companies don't really use keywords. However, Yahoo! does put some sort of emphasis on it still.
Meta Robots Tag
This tag tells the search engines whether or not it should follow the links appearing on that page. If you already have a [robots.txt] file, there's no need for this tag. Here are the common commands used with the Meta Robots Tag:
- noindex: this tells the spider not to index that page
- follow: tells the spider to follow the links on that page and index them
- nofollow: tells the spider to not follow the links on the page, but index the page
Other Tags
Here's a list of other tags to use in your code. These are pretty self-explanatory so I don't want to spend a whole lot of time on these.
- <meta name="Copyright" content="Copyright Flying Tomato Design: 2007-2009" />
- <meta name="Author" content="Flying Tomato Design" />
- <meta name="Email" content="office@flyingtomatodesign.com" />
- <meta name="Charset" content="UTF-8" />
- <meta name="Distribution" content="Global" />
- <meta name="Rating" content="General" />
- <meta name="Revisit After" content="1 Day" />
Conclusion
So, in conclusion, most Meta Tags are still important today. They help with your search engine ranking and placement. However, other tags, such as the Keywords tag isn't so useful any more. In our next post, we'll look closer at the Keywords Tag in more detail; why it was so great to begin with, and what search engines do with it now.
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Okay, I'm going to plug my business, Flying Tomato Design for a quick minute.
We're offering a special for any new customers until the end of July. We're offering 15% off our posted pricing for all new clients. So whether you need a new site or a redesign, now is a great time to get it done.
So if you need a site or know of anyone that does, shoot us an email or give us a call.
As an added bonus, we'll pay you $50 if you refer someone to us and they sign a contract for new services.
Call us at: 888-253-4170 or email us at: sales@flyingtomatodesign.com.
VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]