I'm trying to setup my webpage so when someone searches my name in google, my web page will come up in google.

Does it matter if it's one of those free web sites? you know, free web space.


This is what i have in the <HEAD>

<base href="www.JohnDoe.0catch.com" />
<title>John Doe</title>
<meta http-equiv="Content-Type" content="text/html;">
<meta name="description" content="John Doe's Web Page, powered by Soap">
<meta name="keywords" content="doe, jonh doe, john">
<meta name="revisit-after" content="15 days">
<META http-equiv="Expires" content="0">
<META http-equiv="Cache-Control" content="no-cache">
<META http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="nord_ccs_doc.css">

thanks