There is a debate whether description/keywords meta tags make a difference, but I can't see a problem adding them in since some search engines still us them.
<meta name="description" content="">
<meta name="keywords" content="">
There is also some debate whether the -link- element aides search engines -- a lot of people use them to show the relation between a set of documents. I'm told that they also have use for web accessibility issues.
<link rel="start" href="http://www.indiemediamagazine.com">
<link rel="section" href="/page01/" title="page 1 yadda">
<link rel="section" href="/page02/" title="page 2 yadda">
<link rel="subsection" ... >
<link rel="help" href="/about/" title="About Us">
etc...
You might want to try and get your site placed in a Directory.
Open Directory Project
http://www.dmoz.orgThe Yahoo! Directory
http://docs.yahoo.com/info/suggestAnother way would be to mutually link with other weblogs.
What you really want are -Unique Visitors- to your website. Identified by their unique IP address. Though this in of itself has some flaws (DHCP) but it is definitely more representative than using -hits- as an indicator.
-Hits- include all files requested. For example if you had a page with 20 images on it and I clicked on it the would be 20 hits added to the total count. Add to that css/html/script/text/etc files, the total hits jumps even higher for that one page.
Another thing you could to make you site more accessible to search engines is to move your -welcome- to a different location. It is buried deep on the page.
<b>Welcome to Independent Media Magazine!</b><br>Independent Media Magazine is a DVD Video Magazine dedicated to Independent Media. Every 2 months we offer a new DVD issue full of short films, animations, music videos, computer game trailers and other compelling visual media.
If that is a hassle you might add this below the body tag and leave the other -welcome- where it is.
<div style="display:none">Welcome to Independent Media Magazine! Independent Media Magazine is a DVD Video Magazine dedicated to Independent Media. Every 2 months we offer a new DVD issue full of short films, animations, music videos, computer game trailers and other compelling visual media.</div>
Nice site by the way.