Code Errors Can Be Fixed
What's wrong with this html code? Several things are wrong right off the bat. First, the page's title should say more than the web site name. It should reflect what the page is about, namely, the music artist, who she is, and what she does; singer, songwriter.
Second, there are no keywords on the page telling search engines into which category this page should be placed.
Third, there is no robot.txt file for which search engines look.
One thing that was done correctly was the use of a .CSS file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Sara_____.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="sara.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="church.js" type="text/javascript"></script>
</head>