<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JYSE.COM &#187; title</title>
	<atom:link href="http://jyse.com/tag/title/feed/" rel="self" type="application/rss+xml" />
	<link>http://jyse.com</link>
	<description>do follow stuff</description>
	<lastBuildDate>Tue, 10 Apr 2012 14:46:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress SEO H1 Header Tags</title>
		<link>http://jyse.com/2010/03/22/wordpress-seo-h1-header-tags/</link>
		<comments>http://jyse.com/2010/03/22/wordpress-seo-h1-header-tags/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 12:05:52 +0000</pubDate>
		<dc:creator>Sliick</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[h1]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://jyse.com/?p=159</guid>
		<description><![CDATA[I can&#8217;t believe how many wordpress themes out their tag themselves as seo-friendly and some even have seo in their theme name and they don&#8217;t even do the #1 most important use of the h1 tag. Do yourself a favour if you&#8217;re a theme designer and use the following: The h1 tag should be used [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-161" src="http://jyse.com/files/wordpress-seo.jpg" alt="wordpress seo" width="250" height="169" /></p>
<p>I can&#8217;t believe how many wordpress themes out their tag themselves as seo-friendly and some even have seo in their theme name and they don&#8217;t even do the #1 most important use of the h1 tag. Do yourself a favour if you&#8217;re a theme designer and use the following:</p>
<p>The h1 tag should be used for the blog title or blog description but only on the home page. On all other pages, we should relegate it to a h2 at most and put more relevance to the post titles by promoting them to a h1.</p>
<p>To do that, make use of the is_single and is_page wordpress functions in your header.php and alternate your h1 h2 blog title tags:</p>
<pre>&lt;?php if(is_single() OR is_page()) {
// On single post pages and static pages we use this code
?&gt;
&lt;h2&gt;&lt;a href="&lt;?php echo get_option('home'); ?&gt;/"&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;div class="description"&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;
&lt;?php }
else {
?&gt;
&lt;h1&gt;&lt;a href="&lt;?php echo get_option('home'); ?&gt;/"&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;div class="description"&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;
&lt;?php } ?&gt;</pre>
<p>Now in you single.php and page.php, update your the_title() to h1</p>
<pre>&lt;h1 class="single"&gt;&lt;a rel="bookmark" href="&lt;?php the_permalink() ?&gt;"&gt;&lt;/a&gt;&lt;/h1&gt;</pre>
<p>Now because we are using the h2 and h1 tag in the header interchangeably, make sure you style.css caters for both and they look the same</p>
<pre>#header h1<strong>, #header h2</strong> { font-family: Georgia, "Times New Roman", Times, serif; font-size: 25px; font-weight: normal; padding: 0em 0 0.2em 0; }</pre>
<p>do the same for the post title h2 tags in the home page if you need to.</p>
]]></content:encoded>
			<wfw:commentRss>http://jyse.com/2010/03/22/wordpress-seo-h1-header-tags/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

