<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Handling Headers: Where to Use h1 and h2</title>
	<atom:link href="http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Tue, 16 Mar 2010 04:15:51 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bart</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-178435</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-178435</guid>
		<description>Probably best solution as far as SEO and accessibility is to use:
h1 (site title text replaced by logo image - use IR techniques)
     h2 (structural label - &quot;main navigation&quot; - hidden)
          h1 (article title followed by articles hierarchy of subsections)
               h2 (article related subsection)
                     h3 (subsection&#039;s subsection)
     h2 (structural label - &quot;sidebar&quot; - hidden)
     h2 (structural label - &quot;footer&quot; - hidden)

I&#039;ve also seen only article being placed in h1-h6 hierarchy - http://www.htmlbasictutor.ca/search-engine-heading-structure.htm</description>
		<content:encoded><![CDATA[<p>Probably best solution as far as SEO and accessibility is to use:<br />
h1 (site title text replaced by logo image &#8211; use IR techniques)<br />
     h2 (structural label &#8211; &#8220;main navigation&#8221; &#8211; hidden)<br />
          h1 (article title followed by articles hierarchy of subsections)<br />
               h2 (article related subsection)<br />
                     h3 (subsection&#8217;s subsection)<br />
     h2 (structural label &#8211; &#8220;sidebar&#8221; &#8211; hidden)<br />
     h2 (structural label &#8211; &#8220;footer&#8221; &#8211; hidden)</p>
<p>I&#8217;ve also seen only article being placed in h1-h6 hierarchy &#8211; <a href="http://www.htmlbasictutor.ca/search-engine-heading-structure.htm" rel="nofollow">http://www.htmlbasictutor.ca/search-engine-heading-structure.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Angiolillo</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176827</link>
		<dc:creator>Nick Angiolillo</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176827</guid>
		<description>I like to think of it this way: the h1 should be the &quot;subject&quot; of the content on the page.

Suppose you&#039;re on a page organized this way: Company -&gt; About. In this case, &quot;About&quot; is the subject, and it should fill your h1.

Suppose instead if you&#039;re on this page: Company -&gt; About -&gt; Our History. Here, &quot;Our History&quot; is the subject of the page, and that should be the h1.

On an article page on a news site, the article title is h1. On a single blog entry page, the blog entry title is h1. In a multilevel site with subsections (as above), the section title is h1 when you&#039;re at the section landing page, and the subsection title is h1 when you&#039;re in a subsection page.

In my opinion, it&#039;s all about the content of the current document, not the site structure as a whole.</description>
		<content:encoded><![CDATA[<p>I like to think of it this way: the h1 should be the &#8220;subject&#8221; of the content on the page.</p>
<p>Suppose you&#8217;re on a page organized this way: Company -&gt; About. In this case, &#8220;About&#8221; is the subject, and it should fill your h1.</p>
<p>Suppose instead if you&#8217;re on this page: Company -&gt; About -&gt; Our History. Here, &#8220;Our History&#8221; is the subject of the page, and that should be the h1.</p>
<p>On an article page on a news site, the article title is h1. On a single blog entry page, the blog entry title is h1. In a multilevel site with subsections (as above), the section title is h1 when you&#8217;re at the section landing page, and the subsection title is h1 when you&#8217;re in a subsection page.</p>
<p>In my opinion, it&#8217;s all about the content of the current document, not the site structure as a whole.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176794</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Tue, 11 Nov 2008 13:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176794</guid>
		<description>I agree with you. Header tags should follow the traditional outline format to give the best presentation.</description>
		<content:encoded><![CDATA[<p>I agree with you. Header tags should follow the traditional outline format to give the best presentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kavitha</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176788</link>
		<dc:creator>kavitha</dc:creator>
		<pubDate>Mon, 10 Nov 2008 10:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176788</guid>
		<description>I do completely agree with you. The title or the heading should be the boldest of all, hence I prefer to use h1. The others just follow accordingly: smaller ones for the least important ones.</description>
		<content:encoded><![CDATA[<p>I do completely agree with you. The title or the heading should be the boldest of all, hence I prefer to use h1. The others just follow accordingly: smaller ones for the least important ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176699</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Sat, 01 Nov 2008 17:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176699</guid>
		<description>Why should the site name be a headline? I think it&#039;s more important than that, plus why waste the h1 tag on something that doesn&#039;t change and is part of every page? Dan L is right.</description>
		<content:encoded><![CDATA[<p>Why should the site name be a headline? I think it&#8217;s more important than that, plus why waste the h1 tag on something that doesn&#8217;t change and is part of every page? Dan L is right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful Links (01/11/2008) &#124; Apramana</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176692</link>
		<dc:creator>Useful Links (01/11/2008) &#124; Apramana</dc:creator>
		<pubDate>Sat, 01 Nov 2008 04:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176692</guid>
		<description>[...] Handling Headers: Where to Use h1 and h2 [...]</description>
		<content:encoded><![CDATA[<p>[...] Handling Headers: Where to Use h1 and h2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelance Friday: My Writing Week 44 &#124; tdhedengren</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176687</link>
		<dc:creator>Freelance Friday: My Writing Week 44 &#124; tdhedengren</dc:creator>
		<pubDate>Fri, 31 Oct 2008 16:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176687</guid>
		<description>[...] Handling Headers: Where to Use h1 and h2A piece on header hierarchy, on Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] Handling Headers: Where to Use h1 and h2A piece on header hierarchy, on Devlounge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176673</link>
		<dc:creator>redwall_hp</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176673</guid>
		<description>I just noticed my post got Devlounge&#039;d. :) Some good discussion going on here, I updated my post with a link to here.</description>
		<content:encoded><![CDATA[<p>I just noticed my post got Devlounge&#8217;d. <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Some good discussion going on here, I updated my post with a link to here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H1 or H2? How to Handle Headers? &#124; Webmaster-Source</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176672</link>
		<dc:creator>H1 or H2? How to Handle Headers? &#124; Webmaster-Source</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176672</guid>
		<description>[...] EDIT: Devlounge has posted a response to this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] EDIT: Devlounge has posted a response to this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bramme</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176671</link>
		<dc:creator>Bramme</dc:creator>
		<pubDate>Thu, 30 Oct 2008 16:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176671</guid>
		<description>Personally, I do it like you do: put my Logo in an H1 tag... Don&#039;t really know why, I&#039;ve always done it like that.

I kinda see my logo/website name as the first item on my page. Using something like  or  seems wrong.  on the other hand...</description>
		<content:encoded><![CDATA[<p>Personally, I do it like you do: put my Logo in an H1 tag&#8230; Don&#8217;t really know why, I&#8217;ve always done it like that.</p>
<p>I kinda see my logo/website name as the first item on my page. Using something like  or  seems wrong.  on the other hand&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Robinson</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176670</link>
		<dc:creator>Mike Robinson</dc:creator>
		<pubDate>Thu, 30 Oct 2008 14:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176670</guid>
		<description>I agree with Per&#039;s comment :)

Though, with that comes with that is what happens with supplementary content. If the entry title is the h1, a supplementary content&#039;s heading shouldn&#039;t be h2 since if it doesn&#039;t relate to the content. 

Site Title
h1. Entry Title
    h2. Sub-heading in entry
    h2. Supplementary heading (&quot;Archives&quot; for example)


Using the Thord&#039;s method it would be:

h1. Site Title
    h2. Entry Title
        h3. Sub-heading in entry
    h2. Supplementary heading (&quot;Archives&quot; for example)

Which makes more sense, but I don&#039;t agree with having the site title as a constant h1. Unfortunately, I don&#039;t have a suggestion as to an appropriate approach as per Per&#039;s comment!</description>
		<content:encoded><![CDATA[<p>I agree with Per&#8217;s comment <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Though, with that comes with that is what happens with supplementary content. If the entry title is the h1, a supplementary content&#8217;s heading shouldn&#8217;t be h2 since if it doesn&#8217;t relate to the content. </p>
<p>Site Title<br />
h1. Entry Title<br />
    h2. Sub-heading in entry<br />
    h2. Supplementary heading (&#8220;Archives&#8221; for example)</p>
<p>Using the Thord&#8217;s method it would be:</p>
<p>h1. Site Title<br />
    h2. Entry Title<br />
        h3. Sub-heading in entry<br />
    h2. Supplementary heading (&#8220;Archives&#8221; for example)</p>
<p>Which makes more sense, but I don&#8217;t agree with having the site title as a constant h1. Unfortunately, I don&#8217;t have a suggestion as to an appropriate approach as per Per&#8217;s comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ondrej</title>
		<link>http://www.devlounge.net/code/handling-headers-where-to-use-h1-and-h2/comment-page-1#comment-176669</link>
		<dc:creator>Ondrej</dc:creator>
		<pubDate>Thu, 30 Oct 2008 14:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2051#comment-176669</guid>
		<description>Daniel, I definitely agree with your solution. I think the page code should be good from usability and SEO standpoint, not only SEO. Therefore on each page should be clearly defined and apparent where the visitor is, and it should be consistent across the whole website - for that purpose the H1 is ideal. We&#039;re using H1 for server name + some relevant keywords or SEO-compatible claim, e.g. &quot;Deutsche Bank - your online bank&quot;. In H2 we&#039;re using subsection / product or page title (depends on project).</description>
		<content:encoded><![CDATA[<p>Daniel, I definitely agree with your solution. I think the page code should be good from usability and SEO standpoint, not only SEO. Therefore on each page should be clearly defined and apparent where the visitor is, and it should be consistent across the whole website &#8211; for that purpose the H1 is ideal. We&#8217;re using H1 for server name + some relevant keywords or SEO-compatible claim, e.g. &#8220;Deutsche Bank &#8211; your online bank&#8221;. In H2 we&#8217;re using subsection / product or page title (depends on project).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
