Mobile app version of vmapp.org
Login or Join
Voss4911412

: Both @Ben and @Anagio make good points but you can satisfy both crawlers and users very easily without showing bots different code and offering an additional benefit to visually disabled users.

@Voss4911412

Both @Ben and @Anagio make good points but you can satisfy both crawlers and users very easily without showing bots different code and offering an additional benefit to visually disabled users.

This code:-

<a class="logo" href="/">
<p>Your Site Name</p>
<img src="logo.png" />
</a>


With the following CSS:-

.logo p {text-indent: -10000px;}


Shows your users a logo or other graphic while leaving the text intact for crawlers and visually disabled users.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Voss4911412

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme