Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Go to content Go to navigation Go to language menu
What you need to do to avoid this text being shown first in search engine results is place these links after the content and use the tabindex attribute to make sure they receive the focus first when a user uses the keyboard to navigate.
<a href="linktosomewhere.com" tabindex="1">somewhere</a>
And indeed use then use absolute positioning to place the text VISUALLY out of the screen.
As an extra I use the CSS :focus psudeo on links to show hidden accessability links. (but browser support is inconsisent), I see this tip as progressive enhancement ;-)
I think, therefore I AM, … … er … I think :-?
Offline