I want to use the look of standard buttons on my page, but I want web crawlers to follow them as if they were links.
Will Google and other web-crawlers index a web page that has links that look like this?
<form method="get" action="/mylink.html"><input style="font-size:10pt" id="my-link" type="submit" value="Learn More..." /></form>
If not, is there another way to use standard buttons?