Lesson Two


In this second lesson, we were told to do the following:

Using the meta tags that you wrote for your Week One homework assignment, write an additional set of description, keywords, and robots meta tags for your web page. Insert these three tags into your previous homework.
So I chose to set up the metatags for the main index page of my VU classes sub-folder on my personal domain. Below is the set of metatags I've created The new metatags for this lesson are separated from the rest by a space.


<head>

<title>AJ's VU Courses</title>
<meta name="author" content="AJ Nordall">
<meta name="created-on" content="4 September 2004">
<meta name="created-for" content="VU Mid-Summer Metatags Course">
<meta name="contact" content="ariestess@tir-tairngire.net">
<meta name="organization" content="Tir Tairngire & Virtual University">
<meta name="homepage" content="http://www.tir-tairngire.net/aj-vu/">
<meta name="GENERATOR" content="Arachnophilia 4.0 & hand-coding">
<meta name="FORMATTER" content="Arachnophilia 4.0">

<meta name="description" content="Check out AJ's VU coursework here!">
<meta name="keywords" content="metatags, CSS, various other VU courses">
<meta name="robots" content="index, nofollow">

<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.tir-tairngire.net/aj-vu/mystyle2.css">
</head>


Email me