Somebody gave this to me to use as a template for html pages that are optimized for SEO.
What, if anything, would need to be changed to this code for SEO purposes???
Any feedback would be appreciated as I’m trying to learn all I can about SEO…
[B]<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<HTML><HEAD>
<meta name=“robots” content=“index,follow”>
<META http-equiv=Content-Type content=“text/html; charset=iso-8859-1”>
<META content=“MSHTML 5.50.4611.1300” name=GENERATOR>
<TITLE>Very important to have descriptive text here that describes each page and should be different for each page, do not use the same key word more than 3 times in this section</TITLE>
<META NAME=“Description” CONTENT=“NOT THE SAME AS TITLE TAGES ABOVE…Very important to have descriptive text here that describes each page and should be different for each page, do not use the same key word more than 3 times in this section”>
<META HTTP-EQUIV=“keywords” CONTENT=“place general and specific key words in here, preferably keywords that deal with the content of each individual webpage.”>
<META HTTP-EQUIV=“expires” CONTENT=“0”>
<META HTTP-EQUIV=“Pragma” CONTENT=“no-cache”>
<META HTTP-EQUIV=“Cache-Control” CONTENT=“no-cache”>
<META HTTP-EQUIV=“distribution” CONTENT=“Global”>
<META NAME=“resource-type” CONTENT=“document”>
<META HTTP-EQUIV=“author” CONTENT=“Your Name or Company name, or Website name here…Google is starting to index actual people, so if you don’t want your personal name all over the net, then don’t place your name in here”>
</HEAD>
<BODY>
General webpage code goes in here, if making pages using flash or graphic images…put the code for that in here while leaving the info above in tact for SEO
</BODY>
</HTML>[/B]