Well since you're only planning on using it as a site to refer people to then I wouldn't worry about the search engine optimization to much. The only reason you would need that is if you planned on getting your site moved up on search engine lists for certain subjects, like self bows. It's a lot more complicated then this explanation, but basically if you have content on a page you want the content to match up with your keywords and page description. Here is an example
What you have right now looks like this<html>
<head>
<title>Cam's Handmade Goods</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
</body>
</html>
What you need for web standards and code that will help search engine "robots" and "spiders"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta name="robots" content="index,follow" />
<meta name="description" content="Some info about the page content" />
<meta name="keywords" content="some keywords exp., self bows, build along, osage orange, etc" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>My Website Name</title>
</head>
<body>
</body>
</html>
It's confusing as heck if you don't know what you're looking at and if it doesn't really matter to you, then it's probably not worth burning braincells learning it. This is one of the things I do for a living, that's why I was asking. Its hard for me to answer your question without knowing what you plan on doing with it
if you don't really plan on using it for anything other than pointing people to it, to look at your stuff then Its a great site and I would just continue with what your doing. You might look into wordpress or blogger if you have a gmail account. Blogger is a free service and if you use gmail you may already have it set up, it does most of the grunt work for you, all you need to do is make your posts. Wordpress is similar but it is a bit more expansive in capabilities depending on how deep you want to get into it. One thing you can do though is to name your photos something relating to whats in the photo, like arrows would be arrowsRedFeathers.jpg or some such and also add an alternative tag inside of these things on your page alt="". All you would do is put alt="Port Orford Cedar arrows red fletching" that way when you move your arrow over them it shows the name and people who are blind or have some other disability can access your site.
Sorry for hitting this with an A bomb if all you wanted was a firecracker, but you asked