please help me figure this out..
i am trying to get my site to index with the main search engines, google, yahoo, msn, ect...
they try to get you to right in a html code and that gets very confusing.
they say you have this setup:
<html>
<head>
they want there string here
<head/>
<body/>
</body>
</html>
what is the right process of doing this?
jeremiah raab
This Might Help You.
<html>
<head>
<title></title>
</head>
<body>
Put Your Body Here
<p>
</p>>
</body>
</html>