Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2008-10-24 10:17:36

Timid&friendly
Member
From: The Netherlands
Registered: 2006-05-28
Posts: 252
Website

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

Board footer

Powered by FluxBB