Forum Moderators: open
For instance, I have several good pages of links pointing to the rest of my site but these have no content. I'm thinking of using a JavaScript redirect on these pages to send the user back to the home page if he stumbles across these pages:
<script language="JavaScript" type="text/javascript">
window.location="/";
</script>
But I do NEED google to crawl these pages to follow the links. So will google do just that or see the page as a problem?
Any insight greatly appreciated.
Jordan
They will not get thrown back to your home page instantly like the users that have javascript enabled. Users without javascript enabled will also see the page though.
/claus