Posts: 174
Location: If I told you that, I'm afraid I'd have to kill you!
|
Hello guys.....I heard that google won't index a page if it's a redirection page....But will they index the page if it's redirection only when javascript is disabled in the browser? I need to redirect the user to a javascript error page if their browser's javascript is disabled, but I'm afraid that google might not index this page because of this... The method is like this:
<noscript>
<meta http-equiv="refresh" content="0;url=javascripterror.htm">
</noscript>
Does any of you know for sure if Google will rank a page like this or not....thanks    
|