iWeb-Where to put the metatags?

Posted:
in Mac Software edited January 2014
Hi.

I've created a basic website in iWeb, but need to insert a metatag. Could someone please tell me where in the following html to put it?




<?xml version="1.0" encoding="UTF-8"?>

<!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"; xml:lang="en">

<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />



<meta name="Generator" content="iWeb 2.0.4" />

<meta name="iWeb-Build" content="local-build-20090801" />

<meta name="viewport" content="width=808" />

<title>Home</title>

<link rel="stylesheet" type="text/css" media="screen,print" href="Home_files/Home.css" />

<!--[if IE]><link rel='stylesheet' type='text/css' media='screen,print' href='Home_files/HomeIE.css'/><![endif]-->

<script type="text/javascript" src="Scripts/iWebSite.js"></script>

<script type="text/javascript" src="Scripts/iWebImage.js"></script>

<script type="text/javascript" src="Home_files/Home.js"></script>

</head>

<body style="background: #ffffff url(Home_files/bkgnd_browser.jpg) repeat scroll top left; margin: 0pt; " onload="onPageLoad();">



The above is the top section of my website.



But where to I place the following?




<HTML>

<HEAD>

<TITLE>Website Title</TITLE>

<META NAME="Keywords" CONTENT="Keywords">

<META NAME="Description" CONTENT="Description">

<META NAME="Author" CONTENT=">

<!-- META Tags generated by http://submitexpress.com/metatag.html -->

</HEAD>
Sign In or Register to comment.