Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
| Member |
Message |
jeswin12
Joined: May 25, 2005
# Posts: 3
|
Posted: 05/25/2005 12:17 am
I placed my site on Yahoo! search engine, its great to see my site on 12th place.. but the message displayed on the search result looks bad... Anyone know what should be the problem !!!??!!!
Link to my Search Result
See 12th place (jnbsilver.com)
Instead of taking the meta tags i've placed in my site, its taking some javascript message !!!
|
 |
jeswin12
Joined: May 25, 2005
# Posts: 3
|
Posted: 05/25/2005 11:17 pm
Guys, Please Help !!!
|
 |
likestowatch
Joined: Apr 22, 2005
# Posts: 2
|
Posted: 05/26/2005 01:26 am
The search engine indexed the page it got from your website. Your top level page contains this:
======================
<html>
<head>
<title>Relocate</title>
<script language="javascript">
var url = window.location.href;
if (url.charAt(url.length - 1) != "/"
url = url + "/";
var s = url.indexOf("//" + 2;
var e = url.indexOf("@" ;
if (e > 0) {
var atpart = url.substring(s, e);
var newurl = url.substring(0, s) + url.substring(e + 1 , url.length);
window.location = newurl + "~" + atpart + "/";
} else {
window.location= "/index.html";
}
</script>
<meta http-equiv="refresh" content="4" url="/index.html">
</head>
<body>
<noscript>
Sorry, your browser does not support Java Script.
</noscript>
</body>
</html>
======================
(You can see this if you turn off Javascript.)
i'm not sure what the point of this Javascript, but it's a bad idea since that what the search engine sees and what it ends up indexing.
Did somebody put together your website for you? If so, you need to have them replace the fancy Javascript with something more straightforward.
[The silly Smilely faces are actually real semi-colons...]
|
 |
jeswin12
Joined: May 25, 2005
# Posts: 3
|
Posted: 05/26/2005 04:01 am
Thanks a lot for the support.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|