On 13 December 2010 09:50, Otto <span dir="ltr"><<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div>Nothing wrong with changing the code you use for different formats,<br></div>
but remember that ideally, you still want Google to be able to see the<br>
stuff you're not showing. The title, for example, you might not want<br>
to display for asides, but you probably still want Google to know it's<br>
there. So a .format-aside h2.title {display:none;} is a better way to<br>
"remove" things sometimes.<br></blockquote><div><br>Totally agree with using simple CSS and keeping templates clean. Although I believe text that has {display:none;} applied is generally ignored by bots and screen readers. I typically position text off the screen instead.<br>
<br></div></div>