Forum Moderators: open
Seems like when I search for my domain on google.com, this is the result I'm getting from google.com.
PlaceHolder for mysite.com
This is the placeholder for domain mysite.com. If you see this page after
uploading site content you probably have not replaced the index.html file. ...
I'm not sure what else to fix on my meta tags.
below is my meta tag for the index.html file. I have modified a little bit, and remove the name. I also redirect the index page to another page. Is this the reason why google is complaining?
<head>
<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="KEYWORDS" CONTENT="keywords.....">
<META NAME="DESCRIPTION" CONTENT="descriptions">
<META NAME="charset" CONTENT="ISO-8859-1">
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.mysite.com/directhere.html">
<title>My Site Stuff</title>
</head>