Quote:
Originally Posted by balinor
Spiders can't handle javascript onclick links, as they don't 'click', which is fine as you don't want them to spider the cart or checkout area anyway.
|
Options (for spiders):1. You can use the site map.
2. You can add a link in the table.
PHP Code:
.........
<a href="cart.php">
<font class="Button_menu">
Register</font>
</a>
......