On 1/12/07, Marcio Werneck <[EMAIL PROTECTED]> wrote:
Hello !

I have a doubt regarding putting the logo in an H tag.

Wrapping the website logo in an H1, is a good practice? - always?

I have done the following with multiple sites:

<h1><img src="logo" alt="site title"></h1>

And have never seen any issues with regards to SEO.

As for semantics, if you think about it, the title of the site is in
the <title> tag (you know, in the <head>), so having a duplicate of
that in the <h1> tag really isn't that useful. If you can go with just
using a div for the logo and making the <h1> the title of the current
page rather than the title of the site, that's a much better option.

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to