Forum Moderators: open
on the top of the page i have a small description like this
'click below for the best info on blue widgets,red widgets,green widgets...blah blah'
should i have blue 'blue widgets,red widgets,green widgets' as a link or plain text.
so blue widgets will be a link to blue_widgets.html
whats better?
click here for <a href="www.mydomain.com/blue_widget.html">blue widgets</a>.
or
click here for <a href="www.mydomain.com/blue_widget.html" title="blue widgets">blue</a> widgets.
But maybe I'm missing something.
BTW, it could help to rename the file from "blue_widgets.html" to "blue-widgets.html" as explained in the Differences between "-" and "_" in URL [webmasterworld.com] thread.