<?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 for Joomla &amp; SEO Blog<title>&#187;  &#8211; Joomla &amp; SEO Blog</title>
</title>
	<atom:link href="http://pathosseoblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pathosseoblog.com</link>
	<description>Getting Joomla websites to reach their Full Potential by Optimization for Search Engines</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:12:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Joomla SEF Service map Test by Richard A. Lewis</title>
		<link>http://pathosseoblog.com/joomla-sef-service-map-test/comment-page-1/#comment-3788</link>
		<dc:creator>Richard A. Lewis</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/joomla-sef-service-map-test/#comment-3788</guid>
		<description>I have looked for an update to this article as well. I have not found one yet.</description>
		<content:encoded><![CDATA[<p>I have looked for an update to this article as well. I have not found one yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Solve the Joomla Read More Problem by joomla</title>
		<link>http://pathosseoblog.com/how-to-solve-the-joomla-read-more-problem/comment-page-1/#comment-3766</link>
		<dc:creator>joomla</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/how-to-solve-the-joomla-read-more-problem/#comment-3766</guid>
		<description>Cool information. Not everyone wants to have the standard &#039;read more&#039; option and it&#039;s nice to have something on your site that&#039;s a little bit unique, or at least matches the personality of your site a little more. I didn&#039;t know it was this easy to change the text!</description>
		<content:encoded><![CDATA[<p>Cool information. Not everyone wants to have the standard &#8216;read more&#8217; option and it&#8217;s nice to have something on your site that&#8217;s a little bit unique, or at least matches the personality of your site a little more. I didn&#8217;t know it was this easy to change the text!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Things to do after a new Joomla installation by kesweh joomla</title>
		<link>http://pathosseoblog.com/ten-things-to-do-after-a-new-joomla-installation/comment-page-1/#comment-3731</link>
		<dc:creator>kesweh joomla</dc:creator>
		<pubDate>Fri, 21 May 2010 11:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/ten-things-to-do-after-a-new-joomla-installation/#comment-3731</guid>
		<description>For SEF personally I prefer artioSEF because he has absolute control of all pages.
For sitemap I use Xmap, although the latest version of artioSEF includes functionality to generate stiemap</description>
		<content:encoded><![CDATA[<p>For SEF personally I prefer artioSEF because he has absolute control of all pages.<br />
For sitemap I use Xmap, although the latest version of artioSEF includes functionality to generate stiemap</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Official Joomla User Manual Ready for Download by Panic Attacks</title>
		<link>http://pathosseoblog.com/official-joomla-user-manual-ready-for-download/comment-page-1/#comment-3725</link>
		<dc:creator>Panic Attacks</dc:creator>
		<pubDate>Sat, 15 May 2010 20:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/official-joomla-user-manual-ready-for-download/#comment-3725</guid>
		<description>We just recently have own entire site port over to Joomla. There are still some hiccups so hopefully this manual can help us troubleshot some problems we are facing with tracking.</description>
		<content:encoded><![CDATA[<p>We just recently have own entire site port over to Joomla. There are still some hiccups so hopefully this manual can help us troubleshot some problems we are facing with tracking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please give me a 404 Page! by Hans</title>
		<link>http://pathosseoblog.com/please-give-me-a-404-page/comment-page-1/#comment-3721</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 14 May 2010 11:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/please-give-me-a-404-page/#comment-3721</guid>
		<description>Hi,

since joomla 1.5 you can overwrite the standard 404 putting the error.php in your tempklate folder.
That is working fine.
But checking the HTTP Response is it not W3C conform and from a SEo point OF VIEW it is very bad, also if you read THe SEO guildelines from Google at webmasterools.

I TRY

 case &#039;404&#039;: // Seite nicht gefunden
 	header(&quot;HTTP/1.1 404 Not Found&quot;);
	//JApplication::redirect(&quot;/404.html&quot;);
	header(&#039;Location: /404.html&#039;);
	exit;
  break;

but i get
Server Response: 302 Found
if i use JApplication::redirect(&quot;/404.html&quot;)
Server Response: 303 See other

How i can set the HTPP Header with 404 to get Jommla W3C conform?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>since joomla 1.5 you can overwrite the standard 404 putting the error.php in your tempklate folder.<br />
That is working fine.<br />
But checking the HTTP Response is it not W3C conform and from a SEo point OF VIEW it is very bad, also if you read THe SEO guildelines from Google at webmasterools.</p>
<p>I TRY</p>
<p> case &#8217;404&#8242;: // Seite nicht gefunden<br />
 	header(&#8220;HTTP/1.1 404 Not Found&#8221;);<br />
	//JApplication::redirect(&#8220;/404.html&#8221;);<br />
	header(&#8216;Location: /404.html&#8217;);<br />
	exit;<br />
  break;</p>
<p>but i get<br />
Server Response: 302 Found<br />
if i use JApplication::redirect(&#8220;/404.html&#8221;)<br />
Server Response: 303 See other</p>
<p>How i can set the HTPP Header with 404 to get Jommla W3C conform?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Please give me a 404 Page! by Joe</title>
		<link>http://pathosseoblog.com/please-give-me-a-404-page/comment-page-1/#comment-3720</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 13 May 2010 17:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/please-give-me-a-404-page/#comment-3720</guid>
		<description>This is the simplest I have used so far:-

http://docs.joomla.org/Tutorial:Create_a_Custom_404_Error_Page</description>
		<content:encoded><![CDATA[<p>This is the simplest I have used so far:-</p>
<p><a href="http://docs.joomla.org/Tutorial:Create_a_Custom_404_Error_Page" >http://docs.joomla.org/Tutorial:Create_a_Custom_404_Error_Page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ten Things to do after a new Joomla installation by joomla midlands</title>
		<link>http://pathosseoblog.com/ten-things-to-do-after-a-new-joomla-installation/comment-page-1/#comment-3719</link>
		<dc:creator>joomla midlands</dc:creator>
		<pubDate>Tue, 11 May 2010 16:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/ten-things-to-do-after-a-new-joomla-installation/#comment-3719</guid>
		<description>Great list, I&#039;ll give these a try. I&#039;ve been reading about the JoomlaFCK plug in too, it&#039;s had some great reviews and I want to try it for my site, because it will need quite a lot of regular and frequent editing. I need something that will make my life a lot easier so that I don&#039;t have to spend a lot of time or money updating my site and it will still look great.</description>
		<content:encoded><![CDATA[<p>Great list, I&#8217;ll give these a try. I&#8217;ve been reading about the JoomlaFCK plug in too, it&#8217;s had some great reviews and I want to try it for my site, because it will need quite a lot of regular and frequent editing. I need something that will make my life a lot easier so that I don&#8217;t have to spend a lot of time or money updating my site and it will still look great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building Joomla 1.5 Templates Tutorial by joomla uk</title>
		<link>http://pathosseoblog.com/building-joomla-15-templates-tutorial/comment-page-1/#comment-3718</link>
		<dc:creator>joomla uk</dc:creator>
		<pubDate>Tue, 11 May 2010 16:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/building-joomla-15-templates-tutorial/#comment-3718</guid>
		<description>Hiya, thanks so much for posting. I decided to try Joomla after a few issues with WordPress and started off with the user guide. Was a lot of help for me and I&#039;ve used some of the other resources you have here to get on with things. It&#039;s so much better than WordPress for what I need.</description>
		<content:encoded><![CDATA[<p>Hiya, thanks so much for posting. I decided to try Joomla after a few issues with WordPress and started off with the user guide. Was a lot of help for me and I&#8217;ve used some of the other resources you have here to get on with things. It&#8217;s so much better than WordPress for what I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To do Keyword Research to Build a Keyword List by Ed</title>
		<link>http://pathosseoblog.com/build-keyword-list-keyterm-research/comment-page-1/#comment-3703</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 11 Apr 2010 04:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/?p=116#comment-3703</guid>
		<description>Without question, this was one of the most well written and complete articles on the subject. I cleared up some confusions and learned a lot. Thanks. http://www.mcintoshmarketing.com/news/when-seo-goes-mia</description>
		<content:encoded><![CDATA[<p>Without question, this was one of the most well written and complete articles on the subject. I cleared up some confusions and learned a lot. Thanks. <a href="http://www.mcintoshmarketing.com/news/when-seo-goes-mia" >http://www.mcintoshmarketing.com/news/when-seo-goes-mia</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Solve the Joomla Read More Problem by Amar</title>
		<link>http://pathosseoblog.com/how-to-solve-the-joomla-read-more-problem/comment-page-1/#comment-3697</link>
		<dc:creator>Amar</dc:creator>
		<pubDate>Thu, 01 Apr 2010 11:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/how-to-solve-the-joomla-read-more-problem/#comment-3697</guid>
		<description>Is it possible in joomla, a page is showing single artical in its content. and it should has &quot;read more..&quot; link.</description>
		<content:encoded><![CDATA[<p>Is it possible in joomla, a page is showing single artical in its content. and it should has &#8220;read more..&#8221; link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on For Joomla SEO you need to be a Rocket Scientist! by Mobarkos Patt</title>
		<link>http://pathosseoblog.com/for-joomla-seo-you-need-to-be-a-rocket-scientist/comment-page-1/#comment-3695</link>
		<dc:creator>Mobarkos Patt</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/for-joomla-seo-you-need-to-be-a-rocket-scientist/#comment-3695</guid>
		<description>What you need  to supports your SEO for Joomla attempts?</description>
		<content:encoded><![CDATA[<p>What you need  to supports your SEO for Joomla attempts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Joomla 1.5 website The Case Study by Barkos Collar</title>
		<link>http://pathosseoblog.com/setting-up-joomla-15-website-case-study/comment-page-1/#comment-3694</link>
		<dc:creator>Barkos Collar</dc:creator>
		<pubDate>Tue, 30 Mar 2010 08:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/?p=115#comment-3694</guid>
		<description>Hi Eugene I promote my forum and website on my Myspace page, by posting bulletins and posting about it in my blog on my Myspace page and that seems to work by getting me a few members...</description>
		<content:encoded><![CDATA[<p>Hi Eugene I promote my forum and website on my Myspace page, by posting bulletins and posting about it in my blog on my Myspace page and that seems to work by getting me a few members&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To do Keyword Research to Build a Keyword List by Jonathan</title>
		<link>http://pathosseoblog.com/build-keyword-list-keyterm-research/comment-page-1/#comment-3684</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/?p=116#comment-3684</guid>
		<description>Thank you for such a great post, very useful for joomla users. I&#039;ll bookmark this site your my further reference on SEO</description>
		<content:encoded><![CDATA[<p>Thank you for such a great post, very useful for joomla users. I&#8217;ll bookmark this site your my further reference on SEO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple things to do on Your Joomla site to avoid basic Duplicate Content by Herbert-Jan van Dinther</title>
		<link>http://pathosseoblog.com/simple-things-to-do-on-your-joomla-site-to-avoid-basic-duplicate-content/comment-page-1/#comment-3676</link>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/simple-things-to-do-on-your-joomla-site-to-avoid-basic-duplicate-content/#comment-3676</guid>
		<description>@barang: Yes that could work as well that way you could leave the icons, but think about what is good for your readers, how many times have you used a pdf article link? E-mail oke, but pdf?

P.s. Since I wrote this post in 2007 for Joomla 1.0.x Google has become a lot better in indexing Joomla sites and version 1.5.x has nofollowed some of the icon links, to bad they did not gove them a noidex as well....</description>
		<content:encoded><![CDATA[<p>@barang: Yes that could work as well that way you could leave the icons, but think about what is good for your readers, how many times have you used a pdf article link? E-mail oke, but pdf?</p>
<p>P.s. Since I wrote this post in 2007 for Joomla 1.0.x Google has become a lot better in indexing Joomla sites and version 1.5.x has nofollowed some of the icon links, to bad they did not gove them a noidex as well&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple things to do on Your Joomla site to avoid basic Duplicate Content by barang antik</title>
		<link>http://pathosseoblog.com/simple-things-to-do-on-your-joomla-site-to-avoid-basic-duplicate-content/comment-page-1/#comment-3675</link>
		<dc:creator>barang antik</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://pathosseoblog.com/simple-things-to-do-on-your-joomla-site-to-avoid-basic-duplicate-content/#comment-3675</guid>
		<description>aha , thank you , i have done what you told , by the way , i read in some article that we can do it another way too, like modify robot.txt and adding text like :
Disallow: /index.php?view=article*&amp;format=pdf
Disallow: /index.php?view=article*&amp;print=1*
Disallow: /index.php?option=com_mailto*
Disallow: /component/mailto/*
what do you think about that?</description>
		<content:encoded><![CDATA[<p>aha , thank you , i have done what you told , by the way , i read in some article that we can do it another way too, like modify robot.txt and adding text like :<br />
Disallow: /index.php?view=article*&amp;format=pdf<br />
Disallow: /index.php?view=article*&amp;print=1*<br />
Disallow: /index.php?option=com_mailto*<br />
Disallow: /component/mailto/*<br />
what do you think about that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: pathosseoblog.com @ 2010-09-07 12:41:11 -->