Forum Moderators: open
I have a page that I submit to the search engines for each of my dynamically generated pages on my site. They look like the following:
<html>
<head>
<script language="javascript">
function WindowOpen() {
window.location.href="widget";
}
</script>
</head>
<body onLoad=WindowOpen();>
</body>
</html>
First, will the spiders flow the link and pull the content from the page in the shopping cart?
Second, if the above is true, should I put the meta information in here as well as in the pages in the shopping cart?
Any help is appreciate!
Kevin
[edited by: kevsurf at 5:48 pm (utc) on April 28, 2003]
You might want to get into the habit of referring to your site as 'widgets' because the powers that be tend to frown on url drops, which is explained in the Disclaimer and TOS [webmasterworld.com].
You may still have time to change it, via Edit button.
As a general rule-of-thumb, most bots follow re-directs fairly well. Whether they dump the old extension in favor of the new, is another question entirely. They can be kinda stupid.
Pendanticist.