<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A Geeky Look &amp; Some Simple Solutions To Achieving First Link Priority &amp; Referential Integrity With WordPress (Or Why WordPress SEO Themes Aren&#8217;t)</title>
	<atom:link href="http://andybeard.eu/1605/wordpress-seo-themes.html/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu/1605/wordpress-seo-themes.html</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:58:00 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: internet solutions</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440532</link>
		<dc:creator>internet solutions</dc:creator>
		<pubDate>Thu, 04 Jun 2009 20:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440532</guid>
		<description>First link priority is one of those things that doesn&#039;t seem to be a big deal until understood.  Now every blog/website I visit will be scrutinized after reading your post today.  I had never even thought of this before.  Thanks for the info.</description>
		<content:encoded><![CDATA[<p>First link priority is one of those things that doesn&#8217;t seem to be a big deal until understood.  Now every blog/website I visit will be scrutinized after reading your post today.  I had never even thought of this before.  Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440500</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 03 Jun 2009 03:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440500</guid>
		<description>nice information. makes me see SEO in a different way..</description>
		<content:encoded><![CDATA[<p>nice information. makes me see SEO in a different way..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440374</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 29 May 2009 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440374</guid>
		<description>Very interesting article Andy! In fact, I wasn&#039;t aware of First Link Priority at all. I&#039;ll have to dig this subject a little more... re-read you article and maybe do some modification to my blog...

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very interesting article Andy! In fact, I wasn&#8217;t aware of First Link Priority at all. I&#8217;ll have to dig this subject a little more&#8230; re-read you article and maybe do some modification to my blog&#8230;</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PPC Journal</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440242</link>
		<dc:creator>PPC Journal</dc:creator>
		<pubDate>Wed, 27 May 2009 16:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440242</guid>
		<description>I think no matter what each and every wordpress theme needs some sort of SEO tweaking. It couldn&#039;t be that easy to just get an &quot;out of the box&quot; SEO friendly site that is ready to go.</description>
		<content:encoded><![CDATA[<p>I think no matter what each and every wordpress theme needs some sort of SEO tweaking. It couldn&#8217;t be that easy to just get an &#8220;out of the box&#8221; SEO friendly site that is ready to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cronin</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440225</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Wed, 27 May 2009 07:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440225</guid>
		<description>Hi Zain,

Thanks for very detailed response!

I&#039;m planning to develop my own theme framework (just for me), so I&#039;ll try to work your advice into that.  I guess it&#039;s possible to make the first link (ie the header image) dynamic. Ie:

if (is_home()) 
  {wrap in H1 tags and use keywords plus blog name as anchor}
elseif (is_single()) 
  {forget H1 tags (wrap them around post title lower down via single.php) and use post name as anchor}

and other cases for Category pages etc.

Maybe I could use the tags or the slug (with dashes replaced with spaces) instead of the post name as the anchor for is_single?

If I were to do something like that, there&#039;d be no need to put the header image link lower down in the source would there?

Lots for me to think about - thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Zain,</p>
<p>Thanks for very detailed response!</p>
<p>I&#8217;m planning to develop my own theme framework (just for me), so I&#8217;ll try to work your advice into that.  I guess it&#8217;s possible to make the first link (ie the header image) dynamic. Ie:</p>
<p>if (is_home())<br />
  {wrap in H1 tags and use keywords plus blog name as anchor}<br />
elseif (is_single())<br />
  {forget H1 tags (wrap them around post title lower down via single.php) and use post name as anchor}</p>
<p>and other cases for Category pages etc.</p>
<p>Maybe I could use the tags or the slug (with dashes replaced with spaces) instead of the post name as the anchor for is_single?</p>
<p>If I were to do something like that, there&#8217;d be no need to put the header image link lower down in the source would there?</p>
<p>Lots for me to think about &#8211; thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; 60 Minuten belangloser Scheiß &#124; seoFM - der erste deutsche PodCast für SEOs und Online-Marketer</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440201</link>
		<dc:creator>&#187; 60 Minuten belangloser Scheiß &#124; seoFM - der erste deutsche PodCast für SEOs und Online-Marketer</dc:creator>
		<pubDate>Tue, 26 May 2009 18:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440201</guid>
		<description>[...] First Link Priority - ebenfalls klasse Artikel [...]</description>
		<content:encoded><![CDATA[<p>[...] First Link Priority &#8211; ebenfalls klasse Artikel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Paid Or Sponsored Reviews</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440191</link>
		<dc:creator>Google Paid Or Sponsored Reviews</dc:creator>
		<pubDate>Tue, 26 May 2009 12:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440191</guid>
		<description>[...] for Comscore? (I have always wondered why they predominantly quote Comscore in posts) p.p.p.s The nofollowed home link on Techcrunch is [...]</description>
		<content:encoded><![CDATA[<p>[...] for Comscore? (I have always wondered why they predominantly quote Comscore in posts) p.p.p.s The nofollowed home link on Techcrunch is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440184</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Tue, 26 May 2009 08:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440184</guid>
		<description>I actually quite like the Thematic way of doing this. On the home page the H1 is the tagline, and on single posts the post title.

However in theory single posts should be using the short title for the h1, as it is more specific, and if we are going to listen to the guys from Stompernet, each page should be optimized for only a single keyword, especially as every niche becomes more competitive.</description>
		<content:encoded><![CDATA[<p>I actually quite like the Thematic way of doing this. On the home page the H1 is the tagline, and on single posts the post title.</p>
<p>However in theory single posts should be using the short title for the h1, as it is more specific, and if we are going to listen to the guys from Stompernet, each page should be optimized for only a single keyword, especially as every niche becomes more competitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440183</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Tue, 26 May 2009 08:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440183</guid>
		<description>Just want to emphasise I don&#039;t want SEO as part of the WP core, I want plugins like Headspace to to concentrate more on core functionality that push them well beyond what could or should be part of a theme.

I know Headspace has mass edit of tags, in some ways it works as an alternative to the Simple Tags method, where you can edit an individual tag, and it is changed for all occurances, but neither are perfect when you are editing lots of tags.

Simple tags probably needs to add some ajax, or remember which page you are currently working on. As it is, you make a change to one tag, and the whole page refreshes and you are back to the first listing of 50 tags - if you were working on the 20th page of tags, that becomes a major issue.</description>
		<content:encoded><![CDATA[<p>Just want to emphasise I don&#8217;t want SEO as part of the WP core, I want plugins like Headspace to to concentrate more on core functionality that push them well beyond what could or should be part of a theme.</p>
<p>I know Headspace has mass edit of tags, in some ways it works as an alternative to the Simple Tags method, where you can edit an individual tag, and it is changed for all occurances, but neither are perfect when you are editing lots of tags.</p>
<p>Simple tags probably needs to add some ajax, or remember which page you are currently working on. As it is, you make a change to one tag, and the whole page refreshes and you are back to the first listing of 50 tags &#8211; if you were working on the 20th page of tags, that becomes a major issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zain</title>
		<link>http://andybeard.eu/1605/wordpress-seo-themes.html#comment-440182</link>
		<dc:creator>Zain</dc:creator>
		<pubDate>Tue, 26 May 2009 08:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/?p=1605#comment-440182</guid>
		<description>Stephen,

Looking at the source of your site, you&#039;ve actually got the first link as your site/blog name, followed by your &quot;subscribe&quot; link and then your navigation. This is a problem that most WordPress themes suffer from in terms of SEO - to make matters worse, your main blog name is also inside an H1 tag (and is a link to your homepage). That&#039;s not good f or SEO.

One  of the aims of good SEO is to ensure that each *Page* is as tightly keyword focused as possible. The goal here is to try and get your keywords and content  prominent on the page and not your blog name. This is done by ensuring that your Post/Page titles appear at the top instead of the blog name.

What tends to happen with most WordPress themes is that every page has the H1/link (the site name) is given priority and appears on every single page. This is probably because most theme Developers don&#039;t actually know about SEO and simply copy the default Kubrick theme as the basis of their own theme.

While HeadSpace 2 can help to SEO your pages and add tags, keywords, meta titles and descriptions, it still doesn&#039;t help you with the basic underlying data structure of your theme. There are some key elements (that I&#039;m sure Andy will be demonstrating on his course) which need to be in place to really help your pages in terms of SEO.

What that boils down to is changing the way the code appears in your headers, index, sidebar and footer of your site theme and to precisely position various tags (like the first link and H tags) so that keyword prominence on the page is maximised.

Is this easy to do?

I&#039;d love to say it was a simple matter of shifting things round. From experience, there&#039;s issues with cross browser compatibility when it comes to CSS and stying things properly. Being a bit of a WP theme tinkerer myself, I&#039;m pretty pleased with the overall data structure of my latest site (see the code for the posts/pages) as it&#039;s taken quite a while to get the balance between positioning code and making it work for IE6, IE7, FireFox 1.5, 2 and 3.

If you&#039;re using FireFox and are serious about SEO, then you should get the Web Developer toolbar - just so that you can strip away all styles and see how your site actually looks without any CSS.

So, basically, hiding links using CSS doesn&#039;t change the source of your page. This is really the important point to understand when it comes to SEO.

Cheers,

Zain
PS: ... and that&#039;s just the beginning... just you wait - when Andy gets started on things like siloing and contextually related content or how to use different linking structures... Sheesh... that&#039;s mindblowing!</description>
		<content:encoded><![CDATA[<p>Stephen,</p>
<p>Looking at the source of your site, you&#8217;ve actually got the first link as your site/blog name, followed by your &#8220;subscribe&#8221; link and then your navigation. This is a problem that most WordPress themes suffer from in terms of SEO &#8211; to make matters worse, your main blog name is also inside an H1 tag (and is a link to your homepage). That&#8217;s not good f or SEO.</p>
<p>One  of the aims of good SEO is to ensure that each *Page* is as tightly keyword focused as possible. The goal here is to try and get your keywords and content  prominent on the page and not your blog name. This is done by ensuring that your Post/Page titles appear at the top instead of the blog name.</p>
<p>What tends to happen with most WordPress themes is that every page has the H1/link (the site name) is given priority and appears on every single page. This is probably because most theme Developers don&#8217;t actually know about SEO and simply copy the default Kubrick theme as the basis of their own theme.</p>
<p>While HeadSpace 2 can help to SEO your pages and add tags, keywords, meta titles and descriptions, it still doesn&#8217;t help you with the basic underlying data structure of your theme. There are some key elements (that I&#8217;m sure Andy will be demonstrating on his course) which need to be in place to really help your pages in terms of SEO.</p>
<p>What that boils down to is changing the way the code appears in your headers, index, sidebar and footer of your site theme and to precisely position various tags (like the first link and H tags) so that keyword prominence on the page is maximised.</p>
<p>Is this easy to do?</p>
<p>I&#8217;d love to say it was a simple matter of shifting things round. From experience, there&#8217;s issues with cross browser compatibility when it comes to CSS and stying things properly. Being a bit of a WP theme tinkerer myself, I&#8217;m pretty pleased with the overall data structure of my latest site (see the code for the posts/pages) as it&#8217;s taken quite a while to get the balance between positioning code and making it work for IE6, IE7, FireFox 1.5, 2 and 3.</p>
<p>If you&#8217;re using FireFox and are serious about SEO, then you should get the Web Developer toolbar &#8211; just so that you can strip away all styles and see how your site actually looks without any CSS.</p>
<p>So, basically, hiding links using CSS doesn&#8217;t change the source of your page. This is really the important point to understand when it comes to SEO.</p>
<p>Cheers,</p>
<p>Zain<br />
PS: &#8230; and that&#8217;s just the beginning&#8230; just you wait &#8211; when Andy gets started on things like siloing and contextually related content or how to use different linking structures&#8230; Sheesh&#8230; that&#8217;s mindblowing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
