<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Wrapping Logos with an H1 tag</title>
	<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/</link>
	<description>Web Development by Chovy</description>
	<pubDate>Sat, 05 Jul 2008 17:57:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Choose the right heading-structure - but how? &#124; bertdesign.de</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-379467</link>
		<author>Choose the right heading-structure - but how? &#124; bertdesign.de</author>
		<pubDate>Sat, 29 Mar 2008 01:20:13 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-379467</guid>
		<description>[...] I read an answer from chovy.com which suggests to use the h1-tag for the specific topic of each [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I read an answer from chovy.com which suggests to use the h1-tag for the specific topic of each [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chovy</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-377594</link>
		<author>chovy</author>
		<pubDate>Thu, 27 Mar 2008 20:57:40 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-377594</guid>
		<description>@phil -- Yes, ID is better than class, I made the change in my example.



If your H1 includes the topic of the page (not just the name of the site), then I would say that it shouldn't be cluttered with a logo image, and only keep the Title of the page inside the H1 tag.

You'll find pretty good results with clean title and h1 tags and good content.</description>
		<content:encoded><![CDATA[<p>@phil &#8212; Yes, ID is better than class, I made the change in my example.</p>
<p>If your H1 includes the topic of the page (not just the name of the site), then I would say that it shouldn&#8217;t be cluttered with a logo image, and only keep the Title of the page inside the H1 tag.</p>
<p>You&#8217;ll find pretty good results with clean title and h1 tags and good content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parrfolio</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-377280</link>
		<author>parrfolio</author>
		<pubDate>Thu, 27 Mar 2008 17:23:14 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-377280</guid>
		<description>First of all using the H1 for you logo is not smart regardless if it's an image or text. I see the accessibility value, but for SEO it is very bad. The h1 represents each individual page not every page in the site. Matching your title tag and h1 tag will make for better SEO.</description>
		<content:encoded><![CDATA[<p>First of all using the H1 for you logo is not smart regardless if it&#8217;s an image or text. I see the accessibility value, but for SEO it is very bad. The h1 represents each individual page not every page in the site. Matching your title tag and h1 tag will make for better SEO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Thompson</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376585</link>
		<author>Phil Thompson</author>
		<pubDate>Thu, 27 Mar 2008 09:00:16 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376585</guid>
		<description>I agree with Trevor Davis. In most cases, the topic of the page for a homepage is the company/site name but on content pages that isn't the case.

Also I'd recommended you use .#head (id) as opposed to .head (class) in your CSS - as (I imagine) you won't be reusing that class elsewhere on the same page.</description>
		<content:encoded><![CDATA[<p>I agree with Trevor Davis. In most cases, the topic of the page for a homepage is the company/site name but on content pages that isn&#8217;t the case.</p>
<p>Also I&#8217;d recommended you use .#head (id) as opposed to .head (class) in your CSS - as (I imagine) you won&#8217;t be reusing that class elsewhere on the same page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Davis</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376078</link>
		<author>Trevor Davis</author>
		<pubDate>Thu, 27 Mar 2008 00:39:09 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376078</guid>
		<description>I think it is only appropriate to wrap your logo in an &lt;code&gt;h1&lt;/code&gt; on the homepage. All other pages, the &lt;code&gt;h1&lt;/code&gt; should be the topic of the page.</description>
		<content:encoded><![CDATA[<p>I think it is only appropriate to wrap your logo in an <code>h1</code> on the homepage. All other pages, the <code>h1</code> should be the topic of the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamieO</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376011</link>
		<author>JamieO</author>
		<pubDate>Wed, 26 Mar 2008 23:54:07 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-376011</guid>
		<description>I agree with Markus on this one. I wrote up a &lt;a href="http://www.oastler.ca/my-002/development/20080107_simple-print-headers/" rel="nofollow"&gt;Simple Print Header&lt;/a&gt; concept which you could easily alter from a print-only div class to being h1 as print only.</description>
		<content:encoded><![CDATA[<p>I agree with Markus on this one. I wrote up a <a href="http://www.oastler.ca/my-002/development/20080107_simple-print-headers/" rel="nofollow">Simple Print Header</a> concept which you could easily alter from a print-only div class to being h1 as print only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-375852</link>
		<author>Markus</author>
		<pubDate>Wed, 26 Mar 2008 22:12:01 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-375852</guid>
		<description>Honestly, I'd use the h1 for the logo description, if the logo is a replacement for your blog/page title. I think, that the page title is the most important headline on every page, followed by the h2-tag for the chosen topic.
The h1-tag then labels every page as "your" page. Surely you need to give a correct explanation via alt="" or else, to ensure displaying the title even without images / css enabled.
The h2-tag specifies this general page label with a further description. Isn't that a more logical for accessibility and SEO?
Seems as if this issue needs further discussion ;-)</description>
		<content:encoded><![CDATA[<p>Honestly, I&#8217;d use the h1 for the logo description, if the logo is a replacement for your blog/page title. I think, that the page title is the most important headline on every page, followed by the h2-tag for the chosen topic.<br />
The h1-tag then labels every page as &#8220;your&#8221; page. Surely you need to give a correct explanation via alt=&#8221;" or else, to ensure displaying the title even without images / css enabled.<br />
The h2-tag specifies this general page label with a further description. Isn&#8217;t that a more logical for accessibility and SEO?<br />
Seems as if this issue needs further discussion ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk Franklin</title>
		<link>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-373243</link>
		<author>Kirk Franklin</author>
		<pubDate>Mon, 24 Mar 2008 19:26:37 +0000</pubDate>
		<guid>http://www.chovy.com/accessibility/wrapping-logos-with-an-h1-tag/#comment-373243</guid>
		<description>W3C Tips for Webmasters: &lt;a href="http://www.w3.org/QA/Tips/Use_h1_for_Title" rel="nofollow"&gt; Use  for top-level heading&lt;/a&gt; and &lt;a href="http://www.w3.org/QA/Tips/good-titles.html" rel="nofollow"&gt;: the most important element of a quality Web page&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>W3C Tips for Webmasters: <a href="http://www.w3.org/QA/Tips/Use_h1_for_Title" rel="nofollow"> Use  for top-level heading</a> and <a href="http://www.w3.org/QA/Tips/good-titles.html" rel="nofollow">: the most important element of a quality Web page</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
