<?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>Joomla , WordPress &#38; SEO&#187; Optimization</title>
	<atom:link href="http://herbertvandinther.com/category/optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://herbertvandinther.com</link>
	<description>News and Information on Search Engine Optimization and Marketing for Joomla and WordPress</description>
	<lastBuildDate>Mon, 31 May 2010 05:12:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Lost and Regained Traffic from Google, Yahoo and MSN the Easy Way</title>
		<link>http://herbertvandinther.com/losing-google-yahoo-msn-traffic/</link>
		<comments>http://herbertvandinther.com/losing-google-yahoo-msn-traffic/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 20:49:06 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/?p=219</guid>
		<description><![CDATA[Ever experienced a large drop in traffic from the search engines? See what might have caused it and how to solve the problems that came from a simple small file change. Losing and regaining traffic is not that hard to do...<p>You are reading <a href="http://herbertvandinther.com/losing-google-yahoo-msn-traffic/">Lost and Regained Traffic from Google, Yahoo and MSN the Easy Way</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://herbertvandinther.com/losing-google-yahoo-msn-traffic/" title="Permanent link to Lost and Regained Traffic from Google, Yahoo and MSN the Easy Way"><img class="post_image alignnone frame" src="http://herbertvandinther.com/wp-content/uploads/image/traffic-google-yahoo-drop.png" width="442" height="230" alt="Lost and Regained traffic from Google" /></a>
</p><p>Above is a little picture I wanted to show you.</p>
<p>For those among you who are used to looking at website traffic graphics you see that something strange has happened here&#8230;</p>
<p>You see, the picture above is from one of my websites and shows clearly what the impact was of the following story.</p>
<p>I made a mistake, a simple one but with large consequences as you can see.<br />
Because of this mistake traffic for this site almost went done to zero.<br />
But if it had gone down to zero it would have been clear what happed right from the start, but it did not,<strong> I &#8220;just&#8221; lost traffic from the mayor three search engines</strong>.</p>
<p><strong>What happened?</strong></p>
<p>In simple terms: the site was hacked via  a remote inclusion attack from several forum like websites, one of them was successful.<br />
There was just one file affected but one of the most important ones, the <em><strong>.htaccess</strong></em> file.<br />
There were four lines of code injected at the bottom to the file:</p>
<p><tt>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_USER_AGENT} (Googlebot|Slurp|msnbot)<br />
RewriteRule ^ </tt><a href="http://example.com/" rel="nofollow" ><tt>http://example.com/</tt></a><tt> [R=301,L]three - code used</tt></p>
<p>The code in line three redirects those search engine robots too the site in line four (which I changed, the real site got enough traffic from me).</p>
<p>How was this possible? Simple, because I forgot to reset the security on .htaccess after doing some previous test.<br />
The file was still set to 707 = also public write access, and yes its security is set back to the right access now.</p>
<p><strong>How to find out your site is hacked</strong></p>
<p>As I said before if the traffic had gone to zero you most probably would have checked your site and see a defacing of the site itself of some kind. The site would not work the way you would expect it to.</p>
<p>In this case the only problem I could see was that the traffic dropped hard in the statistics.<br />
Upon looking further into the details I checked the ranking of previous Google search terms the site was ranking for.</p>
<p>I found that all the top 10 ranking pages ware gone! All my efforts to rank for those keywords were lost.</p>
<p>So I logged into Google webmaster to check if there was something horribly wrong with the site and the site had received some kind of penalty.</p>
<p>And yes there were errors with the URLs in the sitemap.xml, errors about unreachable URLs.<br />
So I checked the files on the site that where modified just before the drop, and there was the .htaccess file with the above mentioned code.</p>
<p><strong>Getting back into Google</strong></p>
<p>After cleaning up the mess and setting the security right I realized the impact of these few lines.</p>
<p>All three search engine robots had gotten notice that the pages where permanently moved to another domain! which is not true, but they don&#8217;t know that.</p>
<p>Checks on site: reference in Google, Yahoo and MSN showed that the domain was still in Yahoo and MSN Indexes, but had no entry in the Google Index anymore.</p>
<p>So it was time to send a reconsideration request to Google telling them what happened, what had been done to resolve the problem and what steps where taken too prevent it from happening again.</p>
<p>After that, you can only wait and waitâ€¦, don&#8217;t expect an email form Google, just an automatically generated message in your Webmaster control center that they will look into the matter.</p>
<p>After a few days traffic started to build again from Google and Yahoo as well as MSN (Live.com) so you can conclude that Google really looks and acts upon your requests.</p>
<p><strong>Hard Lessons learned</strong></p>
<p>Now for the fun part of this episode, the lessons learned<br />
First lesson: make sure to secure your cms installation and critical files.</p>
<p>Some tips:<br />
- change passwords on a regular basis (use <a href="http://keepass.info/" rel="nofollow" >keepass</a> if you have a lot off passwords to remember)<br />
- secure your admin directory or files with .htaccess passwords, most of the hosting companies have this option in their cpanel<br />
- update your system as soon as a new version comes out.</p>
<p>Check your stats once a day, or a least every few days for strange things happening, since this could have taken me a long time to get back if it wasn&#8217;t for those early warning signs.</p>
<p>As a personal note: I need to get more incoming links from non-search engines to diversify my traffic sources :-)</p>
<p>What I realized after my traffic was back to its old level was that Google is really fast in acting on 301 redirects and changes in their index.<br />
They update their index with a higher frequency than Yahoo and Live, and they really act fast on those re-inclusion request as well.</p>
<p>A hack like this before your start your SEO work for organic ranking would also mean that all your efforts will have no effect&#8230; so if a cusomers is really having trouble to get his or.her site into the search engines, check the .htaccess file!</p>
<p>If you have your own horror stories like this one, please share them in the comments and let us learn from those stories as well.</p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/losing-google-yahoo-msn-traffic/">Lost and Regained Traffic from Google, Yahoo and MSN the Easy Way</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/losing-google-yahoo-msn-traffic/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How Search Engines Help finding Keywords</title>
		<link>http://herbertvandinther.com/how-search-engines-help-finding-keywords/</link>
		<comments>http://herbertvandinther.com/how-search-engines-help-finding-keywords/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 19:09:52 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/how-search-engines-help-finding-keywords/</guid>
		<description><![CDATA[You now how to find keywords for your website, right? You know about Google external ad tool, WordTracker, trillian and seobook. But there are more easily and very targeted keyword suggestions to be found. The Search Engines themselves will show you what they think are the most relevant keywords&#8230; It is like looking into their [...]<p>You are reading <a href="http://herbertvandinther.com/how-search-engines-help-finding-keywords/">How Search Engines Help finding Keywords</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>You now how to find keywords for your website, right? You know about Google external ad tool, WordTracker, trillian and seobook.</p>
<p>But there are more easily and very targeted keyword suggestions to be found.<br />
The Search Engines themselves will show you what they think are the most relevant keywords&#8230;<br />
It is like looking into their database and finding what they think is relevant for you visitors.</p>
<p>You just have to now how and where to look.<br />
I did some research for a new page of a new site to check out the <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=anastacia&amp;tag=designcars-20&amp;index=blended&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="nofollow" >Singer Anastacia</a><img border="0" width="1" src="http://www.assoc-amazon.com/e/ir?t=designcars-20&amp;l=ur2&amp;o=1" height="1" style="margin: 0px; border: medium none" /></p>
<p><strong>Google Suggests</strong></p>
<p>First Google, as this is one of the biggest engines, their you can use <a href="http://www.google.com/webhp?complete=1&amp;hl=en" rel="nofollow" target="_blank"  title="Google Suggests Keywords for you search">Google Suggests</a> to find extra keywords.<br />
You just type in you target keyword and you instantly get a drop-down box that shows you related search suggestions.</p>
<p><a href="http://www.google.com/webhp?complete=1&amp;hl=en" rel="nofollow" target="_blank"  title="Google Suggests search items"><img border="0" width="433" src="http://herbertvandinther.com/wp-content/uploads/2007/08/google-suggets-keywords.jpg" alt="Google suggestions for Keyword Anastacia" height="350" style="width: 433px; height: 350px" title="Google suggestions for Keyword Anastacia" /></a></p>
<p><strong>Yahoo homepage</strong></p>
<p>You have to use the search box on the Homepage of <a href="http://www.yahoo.com" rel="nofollow" target="_blank"  title="Yahoo keyword suggestions">Yahoo</a> to get the next items to show.</p>
<p>here it works the same way as with Google Suggests, just type in you search word and you get a related items drop-down box.</p>
<p><a href="http://www.yahoo.com/" rel="nofollow" target="_blank"  title="Yahoo gives search suggestions"><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/2007/08/yahoo-search-keywords-suggestion.jpg" alt="Yahoo search and keyword suggestions" height="187" style="width: 450px; height: 187px" title="Yahoo search and keyword suggestions" /></a></p>
<p><strong>Live.com Search</strong></p>
<p>Microsoft&#8217;s Search engine Live.com also has suggestions for your keywords, but the just show up after you did the search.</p>
<p>In the results page you will find a nice listing on the right hand sidebar.<br />
And they throw in some songs suggestions to take into you list..<br />
<a href="http://search.live.com/results.aspx?q=anastacia&amp;mkt=en-us&amp;FORM=LIVSOP" rel="nofollow" target="_blank"  title="Anastacia Results on Live.com"><img border="0" width="390" src="http://herbertvandinther.com/wp-content/uploads/2007/08/live-com-sidebar-keyword-list.jpg" alt="Live.com search and keyword suggestions" height="205" style="width: 390px; height: 205px" title="Live.com search and keyword suggestions" /></a></p>
<p><strong>Ask.com Suggestions</strong></p>
<p>Yes, you can find the best suggestions on Ask&#8230;<br />
They give you a complete left sidebar with all kind off suggestions, even other related items&#8230;<br />
You can find extra words to target in the &#8220;narrow your search&#8221; items.<br />
Find other artists to include in extra pages to build somewhat of a themed site with &#8220;Related Names&#8221;<br />
Find extra keywords in the &#8220;Expand your Search&#8221; items.</p>
<p><a href="http://www.ask.com/web?q=anastacia&amp;search=&amp;qsrc=0&amp;o=312&amp;l=dir" rel="nofollow" target="_blank"  title="The Ask.com Anastacia Search"><img border="0" width="224" src="http://herbertvandinther.com/wp-content/uploads/2007/08/ask-sidebar-keyword-suggestions.jpg" alt="Aks Keywords and Related search sidebar" height="639" style="width: 224px; height: 639px" title="Aks Keywords and Related search sidebar" /></a></p>
<p>Af course you will have your own favorite, but for my the Ask results pages was on of the best to use&#8230;<br />
You could try the more.. link as well&#8230;.</p>
<p><a href="http://www.ask.com/web?q=anastacia&amp;search=&amp;qsrc=0&amp;o=312&amp;l=dir" rel="nofollow" target="_blank"  title="Use the More function from Ask"><img src="http://herbertvandinther.com/wp-content/uploads/2007/08/ask-extended-more-keywords.jpg" alt="Ask and More related searches" /></a></p>
<p>Naturally you have to combine the results from all the resources you can get to come to what you think are the best keywords to target, but that&#8217;s what makes it so nice to do Search Engine Optimization.. finding new ways to get relevant visitors to your websites!</p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/how-search-engines-help-finding-keywords/">How Search Engines Help finding Keywords</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/how-search-engines-help-finding-keywords/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Holiday Thinking and Optimization</title>
		<link>http://herbertvandinther.com/holiday-thinking-and-optimization/</link>
		<comments>http://herbertvandinther.com/holiday-thinking-and-optimization/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 20:33:03 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/holiday-thinking-and-optimization/</guid>
		<description><![CDATA[I got back from a short Holiday a few days ago. You might have the same problem I had to get started again with work and business, and getting through ton&#8217;s of E-Mail. Not even all off them where spam.. but there where some nice ones that made it OK. One of the Things I [...]<p>You are reading <a href="http://herbertvandinther.com/holiday-thinking-and-optimization/">Holiday Thinking and Optimization</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I got back from a short Holiday a few days ago.</p>
<p>You might have the same problem I had to get started again with work and business, and getting through ton&#8217;s of E-Mail.<br />
Not even all off them where spam.. but there where some nice ones that made it OK.</p>
<p>One of the Things I did on my vacation was to read a book.. yes I do sometimes, especially if you have NO Internet connection on you holiday address.</p>
<p>But was it relaxing, yes and no, the reading first was somewhat hard to get into the subject, but once the basics were done, the good stuff showed up.<br />
And now I have to work on the subjects and insights I gained&#8230; so should you!</p>
<p>It was an eye opener and pleasing to read as well, this book will definitely by my site if I am going to evaluate my sites and that of my customers.</p>
<p>But there where also some chapters that luckily confirmed my ideas and give not only insight in how to make a site more usable for the visitors, but also for search engine spiders!.</p>
<p>What book? Well of course the book that does make you think!<br />
<iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=designcars-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0321344758&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;lc1=0000FF&amp;bc1=FFFFFF&amp;bg1=FFFFFF&amp;f=ifr&amp;npa=1" marginHeight="0" marginWidth="0" style="width: 120px; height: 240px"></iframe><br />
<!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/webdesign" rel="tag">Webdesign</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/holiday-thinking-and-optimization/">Holiday Thinking and Optimization</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/holiday-thinking-and-optimization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Joomla helps with LSI and SEO</title>
		<link>http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/</link>
		<comments>http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 20:48:18 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Articles]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/</guid>
		<description><![CDATA[Oke, you know what SEO means, and what Joomla is.. but this LSI? Well, if you really are into Search Engine Optimization, you have come across this term &#8220;Latent Semantic Indexing&#8221; or in short LSI. So, is this going to be such a long an technical post about algorithms and how they are build&#8230; no, [...]<p>You are reading <a href="http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/">How Joomla helps with LSI and SEO</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Oke, you know what SEO means, and what Joomla is.. but this LSI?</p>
<p>Well, if you really are into Search Engine Optimization, you have come across this term &#8220;<strong><a href="http://en.wikipedia.org/wiki/Latent_semantic_indexing" rel="nofollow" target="_blank"  title="Latent Semantic Indexing">Latent Semantic Indexing</a></strong>&#8221; or in short LSI.</p>
<p>So, is this going to be such a long an technical post about algorithms and how they are build&#8230; no, its not..</p>
<p>But what you should know about LSI is simpel, it is all about related keywords!<br />
Yes the ones you are so desperately seeking to improve your visitors numbers, but it goes beyond what you normally do.</p>
<p>To explain the term in a more down to earth manner, you should know that you are using it the whole day through en you didn&#8217;t even realize it.<br />
Say for example you are thinking of Joomla, what comes to mind? Components, Templates, Modules, Plugins, Content etc, all of these terms are related to the Content Management System Joomla.</p>
<p>Another example, you walk into an unknown supermarkt and want to buy a bottle of Coca-Cola, what do you do?<br />
You look for a sign in the hallways marked &#8220;Soft Drinks&#8221; because you know it is related to your search.<br />
But you don&#8217;t have to think about it, you just know.</p>
<p><strong>Latent Semantic Indexing</strong></p>
<p>Google and other search engines use an algorithm that does something similar, it looks at the structure and words used on a website to determine the basic topic, on main subject of a website.</p>
<p>But is uses this related terms also in their personalized search results!<br />
Lets look at the results a musician will get, someone who searches for Music, MP3, Records and sheet music and song lyrics in Google.<br />
If he/she would now uses the search term &#8220;mambo&#8221;, the results will point him to websites about the Dance &#8220;Mambo&#8221;.</p>
<p>If I would use the same term &#8220;mambo&#8221; the results are highly focused on the Content Management System &#8220;Mambo&#8221; and there will be results about Joomla sites as well..<br />
But that is because the main part of my searches are all about Internet and Content Management Systems.<br />
You see these are all highly related results for both persons.</p>
<p><strong>How does Joomla Help with LSI</strong></p>
<p> One thing that the search engines look for to identify the subject and relevance of your website for your Keywords is the way your website is build , or structured around the topic.</p>
<p>Now this is where Joomla has its strength, although some may hate it, and that is its structure for content.<br />
You can have one, or more sections, but each section is build with categories that holds the content pages.</p>
<p>And to name and sort these categories, you look for, and use the structure that you see fit for your topic!<br />
So for a Joomla Information website, you have categories about Components, Templates, Modules, Plugins and sometimes extend into <a href="http://www.pathos-seo.com" rel="nofollow" target="_blank"  title="Joomla SEO">Joomla SEO</a> :-)<br />
You see that the categorie structure forces you to think about your subject and use the most related and relevant words?</p>
<p>So in this case the so called weakness of Joomla becomes one of its strengths.<br />
And yes I know, WordPress is great for Search Engine Optimization, but the use of Categories only becomes useful if your tightly restrict the use to just some categories.</p>
<p>Drupal is also great for Websites and Blogs, but you still have to come to grips with this Taxonomy thing..<br />
And If you don&#8217;t get it, how are you going to explain it to your customers?</p>
<p>Joomla is a great Content Management System, that has its pros and cons, but I really think it is one of the best for a Small or Medium Business website to start out with and has te potential to grow with the Company.<br />
And because of the rigid structure it will help you to keep your content and structure in focus, and thus relevant for Search Engines as well as your websites visitors!</p>
<p>If you liked the content of this article, please subscribe to the feed to keep up-to-date.<br />
One word of warning though&#8230; I am off to a two weeks vacation, so you won&#8217;t see any update for that time.</p>
<p>But after that, I hope you will read some nice Search Optimization things I have thought up during that time, happy holidays!</p>
<p>P.s. One way to find these words, is to go to the <a href="https://adwords.google.com/select/KeywordToolExternal" rel="nofollow" target="_blank"  title="Google Keyword Tool">Google Keyword Tool</a> and use the Site-Related keywords tab and fill in the nr One website in your Niche.. you will find some <strong>great related terms</strong> you did not think off before.<br />
<!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-articles" rel="tag">SEO Articles</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/">How Joomla helps with LSI and SEO</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/how-joomla-helps-with-lsi-and-seo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Joomla Title Plugin for Search Engine Optimization Improvement</title>
		<link>http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/</link>
		<comments>http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 08:48:22 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/</guid>
		<description><![CDATA[The new Joomla Content Title Tag Plugin is a great way to improve the NR One SEF Factor for any website, read how to use it and what to look out for...<p>You are reading <a href="http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/">Joomla Title Plugin for Search Engine Optimization Improvement</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Last time I wrote about the <a href="http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/" title="Joomla Title Tag use">Title use in Joomla</a>, pointing you to the Joomla Page Title, and the use of the Alias for schort URLs.</p>
<p>I all so pointed you to the Paid SEF Patch that has the HTML Title rewrite in it, and more options then just that.</p>
<p>Now there is a new Plugin, the <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2641/Itemid,35/" rel="nofollow" target="_blank"  title="Joomla Content Title Plugin">JooFox Content Title Plugin </a> which gives you a great way to use the Title Alias to improve your HTML Titles&#8230;</p>
<p>How does it work?<br />
Just install the Plugin, go to a Joomla content page, and change the alias to get a better title.</p>
<p>You can read more about the way it works and some extra things to think about before using this Plugin on my blog post at <a href="http://www.pathos-seo.com/joomlablog/getting-the-number-one-seo-factor-improved-in-joomla/" rel="nofollow" target="_blank"  title="Joomla Title Plugin">getting-the-number-one-seo-factor-improved-in-joomla</a> </p>
<p>You can greatly improve your Joomla SEO with the combination of the <a href="http://www.joomlatwork.com/products/free_products_for_joomla/sef_patch_joomla.html" rel="nofollow"  title="Joomla SEF Patch">Free SEF Patch</a> from Joomlatwork and this new <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2641/Itemid,35/" rel="nofollow" target="_blank"  title="Joomla Content Title Plugin">Joomla Content Page Title</a> Plugin!</p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/">Joomla Title Plugin for Search Engine Optimization Improvement</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/joomla-title-plugin-for-search-engine-optimization-improvement/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What Title to Use in Joomla or WordPress</title>
		<link>http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/</link>
		<comments>http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/#comments</comments>
		<pubDate>Sun, 08 Jul 2007 21:09:15 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/</guid>
		<description><![CDATA[There are several Title options in Joomla and WordPress that you can use, each of the have there function.
But which one it the most important for your Search Engine Optimization Efforts.<p>You are reading <a href="http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/">What Title to Use in Joomla or WordPress</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>If you run a Joomla or WordPress Based website, you are of course constantly creating quality content for your users.<br />
Writing the best Titles like <a href="http://www.copyblogger.com/" rel="nofollow" >www.copyblogger.com</a> told you how to do.</p>
<p>But there are several options in Joomla, and with the right Plugin you get something similar in WordPress.</p>
<p>If you create new content in Joomla, you find yourself with two Title options:</p>
<p><strong>The Title and the Title Alias.</strong></p>
<p><img src="http://herbertvandinther.com/wp-content/uploads/2007/07/joomla-title-alias.jpg" alt="Joomla Title and Title Alias" /></p>
<p>The first option is what is going to be the title of you page and is show as a content header.<br />
The second option is not shown anywhere on the page.. so what&#8217;s the use of this option?</p>
<p>Most SEF Components have the possibility to use this alias as the base for there URL rewrite.<br />
So you can have an Title that says:<br />
&#8220;The best Content Management System, Joomla or WordPress&#8221;<br />
but the alias is written &#8221;Joomla or WordPress CMS&#8221;<br />
With the use of the alias, you URL is going to be http://www.example.com/joomla-or-wordpress-cms.html<br />
instead of the longer title based version</p>
<p>http://www.example.com/The-best-Content-Management-System-Joomla-or-WordPress</p>
<p>But with the paid version of Joomla SEF Patch by <a href="http://www.joomlatwork.com/" rel="nofollow" >www.joomlatwork.com</a> you get a second title option:</p>
<p><strong>The HTML Title</strong></p>
<p><img src="http://herbertvandinther.com/wp-content/uploads/2007/07/joomla-sef-patch-meta-info.jpg" alt="Extended HTML Title Tag with Joomla SEF Patch" /></p>
<p>Now this title is the one that gets indexed by Google and other Search Engines&#8230; this is (after good content) the number one Search Engine Optimization tool.</p>
<p>With a standard Joomla installation, you content title is also the HTML title.<br />
But you might want to keep the content titles short, and the HTML titles extended with some extra keywords&#8230;!!</p>
<p>This functionality is also integrated in the latest version of JoomSEF, in the edit URL section.</p>
<p><strong>The Title Options in WordPress</strong></p>
<p>You may not be aware of it yet, but there are similar functions in WordPress.<br />
Just start writing you post, and you are editing your Post Title, which (if you have permalinks enabled) becomes the content of your URL as well.</p>
<p>But there is this nice option in WordPress that is called <strong>&#8220;Post Slug&#8221;</strong></p>
<p><img src="http://herbertvandinther.com/wp-content/uploads/2007/07/wordpress-post-slug.jpg" alt="WordPress Post slug URL Option" /><br />
Here is where you can change the URL that is used for you Post, especially useful if you have a long post title..<br />
Just shorten you Post slug and the URL will be much shorter and easier to pickup.</p>
<p>And with the right Plugin you also have the possibility to change your HTML Title, or as some call it, you SEO Title.<br />
There are two Plugins that can do that for you:<br />
<a href="http://www.netconcepts.com/seo-title-tag-plugin/" rel="nofollow" target="_blank"  title="SEO Title tag Plugin">The SEO Title Tag Plugin</a> which is great for rewriting titles in bulk, and for page titles rewrites, and the best part is, you can use it in combination with the next Plugin.</p>
<p>This Plugin not only gives you the HTML title rewrite option, but also the best way to insert Metatags like keywords, and with the use of the &#8220;Optional Excerpt&#8221; to fill the MetaTag description.<br />
This Plugin is really the <a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" rel="nofollow" target="_blank"  title="WordPress SEO All in One Pack">All in One SEO Pack</a> for WordPress and this one is a must have for Search Engine Optimization.<br />
<img src="http://herbertvandinther.com/wp-content/uploads/2007/07/wordpress-all-in-one-options.jpg" alt="WordPress All in One SEO Pack Options" /></p>
<p>It does even more than just the Title rewrite as you can see.<br />
It can even fill your Metatag Description automatically with the first words from your post&#8230;</p>
<p>If you want to use it with the SEO Title Tag Plugin, just untick the Rewrite Titles and the Titles from your other Plugin are used.<br />
So if you are starting a WordPress Blog, go for this Plugin form the start and you will do allright.</p>
<p><strong>Title use Conclusion</strong></p>
<p>The HTML Title tag is very important for your Search Engine Optimization.<br />
Not only should it be written to draw people to your website, it also should contain your targeted keywords.</p>
<p>With the options I mentioned above, you have now the possibilities to extend the power of the HTML Title tag beyond your post title and keeping your URL short as well.</p>
<p>Make good use of it, and don&#8217;t forget to write some keywords, but even more important, write very good excerpts of you post and content in you description tags.<br />
Because in essence they are small adverts for you page that show up in the SERP Pages of the mayor Search Engines.<br />
So work extra hard to create those descriptions.</p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/blogging" rel="tag">Blogging</a>, 
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/sef" rel="tag">SEF</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/wordpress" rel="tag">WordPress</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/">What Title to Use in Joomla or WordPress</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/what-title-to-use-in-joomla-or-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google goes Global with Pay-Per-Action in AdWords</title>
		<link>http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/</link>
		<comments>http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/#comments</comments>
		<pubDate>Sat, 23 Jun 2007 14:55:02 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/</guid>
		<description><![CDATA[Just a few day&#8217;s ago you could have read about Google and Placement Performance.. Now is time to expand the Google network with the Pay-Per-Action on a Global scale. So I just wanted to show you some of the links to the Information Google is giving out on this &#8220;new&#8221; advertising model. Here is the [...]<p>You are reading <a href="http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/">Google goes Global with Pay-Per-Action in AdWords</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Just a few day&#8217;s ago you could have read about Google and Placement Performance..</p>
<p>Now is time to expand the Google network with the <a href="http://adwords.blogspot.com/2007/06/pay-per-action-beta-expanding-globally.html" rel="nofollow" target="_blank"  title="Google going Global with PPA">Pay-Per-Action on a Global scale</a>.</p>
<p>So I just wanted to show you some of the links to the Information Google is giving out on this &#8220;new&#8221; advertising model.</p>
<p>Here is the basic most important line from the <a href="http://services.google.com/payperaction/faq.html" rel="nofollow" target="_blank"  title="Google Pay Per Action Model">Pay-Per-Action FAQ</a>:</p>
<p><strong>How much does pay-per-action advertising cost?</strong><br />
&#8220;Only you can decide how much you want to pay for your pay-per-action advertising. You determine how much you&#8217;re willing to offer for each specific action to be completed on your site, whether it&#8217;s $5 for a purchase or $1 for a newsletter sign-up. You can also control your spending by setting a daily budget.&#8221;</p>
<p>For mor Information on the subject you can check out:</p>
<p><a href="http://adwords.google.com/support/bin/topic.py?topic=11635" rel="nofollow" target="_blank"  title="Google Adwords Pay per Action PPA Ads">Google AdWords Pay-Per-Actions ads</a><br />
<a href="http://services.google.com/payperaction/faq.html" rel="nofollow" target="_blank"  title="Google PPA FAQs">Pay-Per-Action FAQs</a><br />
<a href="http://adwords.blogspot.com/2007/03/pay-per-action-beta-test.html" rel="nofollow" target="_blank"  title="Per per Action beta">Google Announced Beta Test</a><br />
<a href="http://adwords.blogspot.com/2007/06/pay-per-action-beta-expanding-globally.html" rel="nofollow" target="_blank"  title="Beta PPA from Google Going Global">Google Going Global with PPA</a></p>
<p>The advertisers that might be part of the Beta will receive an Alert in the AdWords account.</p>
<p><strong>Adsense Publishers and SEO</strong></p>
<p>But how about the Publishers I wonder? has anyone seen something of the Publishers site of this action?<br />
I guess this will be by invitation only..</p>
<p>Looking at the factors that are off importance for the AdWords Advertisers:<br />
&#8220;Starting today, advertisers who use AdWords <a href="http://adwords.google.com/support/bin/answer.py?answer=6099" rel="nofollow" ><font color="#551a8b">conversion tracking</font></a> and receive more than 500 conversions from their cost-per-click (CPC) or cost-per-thousand impressions (CPM) campaigns in the most recent 30-day period will be invited to join this beta test, on a rolling basis.&#8221;</p>
<p>You can imagine that there will be only Adsense Publishers invited to check out the PPA programs offers that give good quality content on their website that makes it possible to get those high performance conversions..</p>
<p>So if you want to get into this game and earn some more money with  Adsense and PPA, you have to make sure your website is in Tip-Top shape with high quality content and of course you need to work on your Search Engine Optimization, otherwise you lose&#8230;<br />
So does Google indeed want you to be part of this? I guess So with their recent <a href="http://adsense.blogspot.com/2007/06/policy-updates-and-its-not-even.html" rel="nofollow" target="_blank"  title="Quality Policy update for Adsense">Policy Update</a></p>
<p><!--adsense#feed--><br />
<!--adsense#halfbanner--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/">Google goes Global with Pay-Per-Action in AdWords</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/google-goes-global-with-pay-per-action-in-adwords/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google AdWords Placement Platform the Next Step into CPA</title>
		<link>http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/</link>
		<comments>http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 12:13:58 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/</guid>
		<description><![CDATA[Google Adwords Placement Platform was just launched to make it easier for Advertisers to track there placements, it could well be the next step for Google to get into the Affliate Business by offering CPA, as you can now track conversions.<p>You are reading <a href="http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/">Google AdWords Placement Platform the Next Step into CPA</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Google has Launched the <a href="http://adwords.blogspot.com/2007/06/introducing-placement-performance.html" rel="nofollow" target="_blank"  title="Google Adwords Placement Platform">Google Adwords Placement Platform</a>, making it easier for Advertisers to see what sites preform well in their campings.</p>
<p>So now its becoming a lot easier for Advertisers to track conversions and also to find sites that are engaged in Clickfraud I Guess.</p>
<p>But a while back you could have read the post on <a href="http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/" title="Google as Super Affliate">Google becoming the Ultimate Affiliate</a> and that is where this Placement Platform is going to be the Next Step&#8230;</p>
<p>Now you are able to track conversions of your Adwords campaigns, and its just a small step to take before your can track conversions of the affiliate programs that you push to those Adsense Publishers.<br />
What a network&#8230; bringing win-win situations all over the place.</p>
<p>You can target the best performing websites, Google makes a lot more money because they get more commissions fees and hopefully the Publishers will have there piece of the Pie too.</p>
<p>Read on other the different idea&#8217;s of working with this new tool at <a href="http://www.thinkseer.com/blog/take-advantage-of-a-good-thing-%e2%80%a6-adwords-placement-platform-launches/2007/06/14/" rel="nofollow" target="_blank"  title="The Thinkseer SEO Blog">The Thinkseer Blog</a> and on <a href="http://www.seobook.com/archives/002293.shtml" rel="nofollow" target="_blank"  title="SEO Book Aaron Wall ideas">SEOBook</a></p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/affiliates" rel="tag">Affiliates</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/">Google AdWords Placement Platform the Next Step into CPA</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/google-adwords-placement-platform-the-next-step-into-cpa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is your website Search Engine Friendly or already Search Engine Optimized?</title>
		<link>http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/</link>
		<comments>http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 22:51:49 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/</guid>
		<description><![CDATA[Is your website Search Engine Friendly or already Search Engine Optimized? A Website that is SEF is not automatically SEO,d that takes a lot more effort, calling a site Friendly is not Optimized.<p>You are reading <a href="http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/">Is your website Search Engine Friendly or already Search Engine Optimized?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I like Joomla, Drupal, WordPress and Typo3, all Open Source Content Management Systems.<br />
But which ones are Search Engine Friendly? Or are they Search Engine Optimized?</p>
<p>To be honest, Joomla in the latest version 1.0.12 is not Search Engine Friendly, the new Beta 1.5 version is much more Friendly from a Search Engine Point of view.<br />
For the current version you have a lot of work to do before its Friendly enough.<br />
Drupal and Typo3 are already more SEF, and WordPress is the easiest to work with if it comes to creating and using a Search Engine Friendly system.</p>
<p>So Joomla is the worst at the moment, but I love it because its so easy to work with from a content creation point of view.<br />
Besides that, there are a lot of free components, modules and Plugins that can help you in making it SEF.</p>
<p><strong>Search Engine Friendly and Search Engine Optimized</strong> </p>
<p>Did you notice, I never said any of them being Search Engine Optimized&#8230;<br />
That is because I totally agree with Joost van der Valk in his post on <a href="http://www.joostdevalk.nl/search-engine-friendly-vs-search-engine-optimized/" rel="nofollow" target="_blank"  title="SEF versus SEO">Search Engine Friendly vs Search Engine Optimized</a></p>
<p>Also the post that inspired him by <a href="http://www.joedolson.com/articles/2007/05/search-engine-friendly-vs-search-engine-optimized/" rel="nofollow" target="_blank"  title="SEO verus SEF">Joe Dolson</a> is a great read on the topic of SEO versus SEF, which in turn was written as a reply to a post by <a href="http://www.searchengineguide.com/degeyter/009998.html" rel="nofollow" target="_blank"  title="SEO is NOT SEF">Stony de Gruyter</a>.</p>
<p>Then Gary of Phoenixrealm wrote a Post on <a href="http://www.phoenixrealm.com/seo-friendly-cms/" rel="nofollow" target="_blank"  title="SEO Friendly CMS">Content Management Systems and SEF and SEO</a> to point to the make sure that your CMS of choice should be Search Engine Friendly.</p>
<p>But just a Search Engine Friendly Content Management System doesn´t mean its Optimized!<br />
Some Buro´s think just making your site SEF is enough to make it Optimized&#8230; no way..<br />
As Joost pointed out, Optimization takes a lot more effort then just making a website completely search engine friendly.<br />
Optimization is in the details, in the little things and learning from tracking and evaluating your changes and there effects.</p>
<p>Search Engine Optimization is delicate work and you need a lot of knowledge to get the job done.<br />
Its also not a static one-time effort, it takes a lot more than just that to get good ranking and stay on top with your results.<br />
So why waste the SEO´s time to make a site Friendly?</p>
<p><strong>Educate the designers and Site builders</strong></p>
<p>Just make sure that your site builders and designers have a basic knowledge about Search Engine Optimization to get the best results if your have to hire an Professional Search Engine Optimizer!</p>
<p>The basics are not that difficult to learn, like the comment op the post of Joost by <a href="http://www.usarchy.com/" rel="nofollow" target="_blank"  title="Designers need to know H1">Ruben Timmerman</a> mentioning that a web developer should know that the title tag of each page should be into the H1 tag.<br />
It should be basic knownledge of your designer on how to work these things into there designs.</p>
<p>There are companies out on the web promoting there SEO Services who don&#8217;t have a clue what SEO really is.<br />
I have seen some websites from &#8220;Search Engine Optimization&#8221; firms that are so NOT optimized that I would never give them that part of business..</p>
<p>But the main thing is, looking at those content management systems that they all use templates.<br />
Templates designed by Professional designers, who have no clue about Search Engine Optimization.</p>
<p>So its not just the developer that needs to be educated, please focus on the designers as well!<br />
They are the ones that can make the efforts of your Optimizer much easier, by already creating Templates that need little to no work the make the site Search Engine Friendly.</p>
<p>Not only for Joomla, Drupal and Typo3 websites, but also for WordPress, as there are some <a href="http://courtneytuttle.com/2007/06/14/common-seo-problems-in-99-of-wordpress-themes/" rel="nofollow" target="_blank"  title="SEO problems for WordPress themes">Themes that need to be worked at to make them Search Engine Optimized</a>&#8230;<br />
And as Joost pointed out, those are just the simple mistakes that need to be corrected to make you website Optimized for Search Engines.</p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/sef" rel="tag">SEF</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/webdesign" rel="tag">Webdesign</a>, 
<a href="http://herbertvandinther.com/category/wordpress" rel="tag">WordPress</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/">Is your website Search Engine Friendly or already Search Engine Optimized?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/is-your-website-search-engine-friendly-or-already-search-engine-optimized/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Early Adopters use Gmail and RSS feeds, are You an Early Adopter?</title>
		<link>http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/</link>
		<comments>http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 12:37:15 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO BLogs]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/</guid>
		<description><![CDATA[Do Early Adopters use Gmail and RSS Feeds to get up-to-date information? Are you an early adopter? Read about integration of these two Online Services and how you can improve your Blog subciptions offers with the Feedburner email subscription offer. <p>You are reading <a href="http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/">Early Adopters use Gmail and RSS feeds, are You an Early Adopter?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I was reading an article by Wil Reynolds on <a href="http://www.thinkseer.com/blog/" rel="nofollow" target="_blank"  title="Thinkseer Blog">The Thinkseer Blog</a> about the Question <a href="http://www.thinkseer.com/blog/do-you-attract-early-adopters-got-2-minutes-to-find-out/2007/05/14/" rel="nofollow" target="_blank"  title="Do you attract early adapters">Do you attract early adopters </a></p>
<p>According to the recent research of Hitwise Wil Reynolds mentioned <a href="http://weblogs.hitwise.com/leeann-prescott/2007/05/gmail_traffic_up_17_since_open.html" rel="nofollow" target="_blank"  title="Hitwise Gmail research">Gmail traffic has increased by 17 %</a> since its no longer an &#8220;By Invitation only&#8221; service, but free for all.<br />
Initial thoughts occur from this research, stating that in the US Gmail is used by Early Adopters that this is a new way to focus on those Early Adopters.</p>
<p>In his post Mr Reynolds makes a good point on stating that people who use RSS Feeds to keep up-to-date also are in the Early Adopter section and that RSS feeds could be a good way to target them in you marketing strategie.</p>
<p><strong>Gmail and Feedburner</strong></p>
<p>How nice to see&#8230;. Google and Feedburner..<br />
If you use Feedburner you of course have set the Smartfeed Option to make sure you users can subscribe to your feed more easily than using an xml file..<br />
(Feedburner &#8211; Feed &#8211; Optimize &#8211; Smartfeed)</p>
<p>But one thing most Feed publishers don&#8217;t use (yet) is the ability to have Feedburner bring your Feed updates to email users.<br />
(Feedburner &#8211; Feed - Publicize &#8211; Email Subscriptions) (Tip !!)<br />
At the moment you as a publisher can choose between Feedburner, Feedblitz or R-Mail to handle those mail subscriptions for you.</p>
<p>I guess its just a matter of time before <a href="http://www.feedburner.com/google" rel="nofollow" target="_blank"  title="Google service integration">Google is going to integrate its Gmail service </a>with a One-Click-Button to provide the updates via Gmail.<br />
Why? Because there is just much more space for advertisements in Gmail then in a Post Feed&#8230;<br />
Was this the real reason to buy Feedburner?</p>
<p>Now I love Netvibes to get my RSS feeds brought to me, does that make me an Early Adopter or just a Follower..</p>
<p><strong>My call to action</strong></p>
<p>It seems to some people that a Blog post must have some kind of &#8220;Call to Action&#8221;.<br />
I normally just like to inform people about how I look at some things an write about that perspective.</p>
<p>Reading the post of Wil Reynolds, I do want to take a special approach to this one.<br />
You see, I like Wil.. I did a post on a <a href="http://www.pathos-seo.com/joomlablog/free-one-hour-video-on-search-engine-optimization/" rel="nofollow" target="_blank"  title="SEO Video for Free with some great advice">SEO video of him at the Affiliates Summit on my other Joomla SEO Blog </a>on which he left a nice comment.<br />
The content of the video is even better&#8230;.be sure to check it..</p>
<p>So I thought it would be nice to return a favor&#8230;<br />
Besides pointing Wil to <a target="_blank" href="http://www.copyblogger.com/the-real-secret-to-getting-tons-of-blog-subscribers/" title="Copyblogger feed advice">The Real secret of getting Feed Subscribers<br />
</a>I hope you check out the Thinkseer Blog , read the informative posts and bring them up to the 100 Subscribers sooner than the end of this year :-)</p>
<p>For Wil a have a call to action to&#8230; Wil, this is your Feedburner subscription panel now:</p>
<p><a href="http://feeds.feedburner.com/SeerInteractiveSeoBlog" rel="nofollow" target="_blank"  title="Subscribe to the Thinkseer Blog RSS Feed"><img border="0" width="330" src="http://herbertvandinther.com/wp-content/uploads/2007/06/feedburner-basic.jpg" alt="Thinkseer Blog at the moment without email subscrption possiblity" height="250" style="width: 330px; height: 250px" title="Thinkseer Blog at the moment without email subscrption possiblity" /></a></p>
<p>Please activate the email subscription possibility from Feedburner and get into the Gmail users Early Adopters crowd with you blog&#8230; :-)</p>
<p>For you and everybody else, if you happened to like this Blog post, here are the Feedburner options to subscribe to this Blog with your favorite RSS reader&#8230; or receive them by email..</p>
<p><a href="http://feeds.feedburner.com/JoomlaSearchEngineOptimization" rel="nofollow"  title="Subscribe to the RSS Feed of This Joomla Search Engine Optimization Blog"><img border="0" width="388" src="http://herbertvandinther.com/wp-content/uploads/2007/06/feedburner-email-option-active.jpg" alt="RSS Feeds by Feedburner with Email option active" height="324" style="width: 388px; height: 324px" title="RSS Feeds by Feedburner with Email option active" /></a></p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/blogging" rel="tag">Blogging</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-blogs" rel="tag">SEO BLogs</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/">Early Adopters use Gmail and RSS feeds, are You an Early Adopter?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/early-adopters-use-gmail-and-rss-feeds-are-you-an-early-adopter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Google Ready to Become the Ultimate Super Affiliate?</title>
		<link>http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/</link>
		<comments>http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/#comments</comments>
		<pubDate>Fri, 25 May 2007 15:28:10 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Affiliates]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/</guid>
		<description><![CDATA[Google required Feedburner recently, was this acquisition just another company on their way to becoming the Ultimate Super Affiliate? You already now that RSS Feeds are the Future instead of eMails&#8230;  Everybody who works with Adsense knows that Google already promotes their own products via a CPA model, for every Picassa or Google Pack installation and [...]<p>You are reading <a href="http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/">Is Google Ready to Become the Ultimate Super Affiliate?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.techcrunch.com/2007/05/23/100-million-payday-for-feedburner-this-deal-is-confirmed/" rel="nofollow" target="_blank"  title="Google Buys FeedBurner">Google required Feedburner</a> recently, was this acquisition just another company on their way to becoming the Ultimate Super Affiliate?<br />
You already now that <a href="http://www.seobook.com/archives/002140.shtml" rel="nofollow"  title="SEO Book Aaron Wall on RSS Feeds">RSS Feeds are the Future</a> instead of eMails&#8230; </p>
<p>Everybody who works with Adsense knows that Google already promotes their own products via a CPA model, for every Picassa or Google Pack installation and activation you get payed, not for the Clicks.</p>
<p>They already Bought <a href="http://www.doubleclick.com/us/" rel="nofollow" target="_blank"  title="DoubleClick">Doubleclick</a> and probably paid to much for the company to get the Information of <a href="http://www.performics.com/" rel="nofollow" target="_blank"  title="DoubleClicks and Performics">Performics</a> and its Data.</p>
<p>But where does this interest in those Companies come from?</p>
<p>In August of last year there was this report called &#8220;<a href="http://www.thedeathofadsense.com/" rel="nofollow" target="_blank"  title="The Death of Adsense">The Death of Adsense</a>&#8221; and of course the Top people at Google must have read it, since they have to protect there product..</p>
<p>In that report one of the items is the fact that Adsense advertising revenues for publishers have dropped due to the introduction of &#8220;Smart pricing&#8221;. Which gives the AdWords user the possibility to get more Bang for their Bugs.<br />
<a href="http://www.jensense.com/archives/2005/10/one_poorly_conv.html" rel="nofollow" target="_blank"  title="Jensense.com on Smart Pricing">http://www.jensense.com/archives/2005/10/one_poorly_conv.html</a></p>
<p>But a more important phenomenon was introduced &#8220;Click Flipping&#8221; in which you, as an Affiliate would buy adverts on Google, targeting the keywords for the products your marketing and sending people the buy through your affiliate link, sometimes passing them through your websites, or directly tho the sales page of the product manufacturer.<br />
Well, you get the principal idea behind it.</p>
<p>Let say you buy ads with you keywords at 0.05 dollar, 1 in 1000 (ads costs 50.00 Dollar) will buy the product that sells for 250.00 Dollar.<br />
The affiliate pays you 125,00 dollar, profit will be 75.00 Dollars&#8230;<br />
(All numbers are fictitious of course).</p>
<p><strong>Google and Affiliates</strong> </p>
<p>The Top Guys at Google now understand all of a sudden that they are leaving money on the table!<br />
They get 50.00 Dollars where they could have gotten 125.00 Dollars..hmmm..</p>
<p>So the Thoughts comes to mind&#8230;<br />
What do we need to get into this Affiliate Business?</p>
<p>First we need to have products to promote, so should we buy <a href="http://www.clickbank.com/index.html" rel="nofollow" target="_blank"  title="Clickbank for Affliates products">Clickbank</a>?<br />
No, that would be to obvious, lets buy DoubleClick! Then we get the advantage of the knowledge to handle all the aspects of Affiliates.</p>
<p>And the Payments for these products? We don&#8217;t want that done by a separate company like paypal&#8230; no, we can use <a href="https://checkout.google.com/buyer/tour.html" rel="nofollow" target="_blank"  title="Google Checkout for Payments">Google Checkout</a> for that. The Product is there already.</p>
<p>So, we got the products site covered, and the payments handled, what&#8217;s next..ah, the promoters of your products, a key part in the process&#8230;</p>
<p><strong>Adsense Publishers</strong></p>
<p>Wait, we already have a large base of people selling for us.. the Adsense Publishers!!<br />
Yes, but they are only used to get there ads delivered to them, not actively promote them.<br />
 So..?  We need to educate them and convince them of the benefits of promoting these products!</p>
<p>We could use that to introduce them to CPA by giving them small products to promote, like say Picassa or Google Pack.<br />
Lets call it &#8220;Referrals&#8221; and we encourage them to <a href="http://adsense.blogspot.com/2007/04/encouraging-clicks.html" rel="nofollow" target="_blank"  title="Engourage Clicks on Refferals">Promote these products</a>.</p>
<p>Now we have to optimize the Process to get the most out of it for the best results and the highest return.</p>
<p>First thing to do is to make sure the Landing pages of the Products are as good as they might get, so lets start this initiative by working on the <a href="http://adwords.blogspot.com/2006/11/landing-page-quality-update.html" rel="nofollow" target="_blank"  title="Adwords Landing Page quality">AdWords landing pages</a>, should be a nice testing ground.<br />
And in the process the products suppliers learn how to make the best conversions pages as well</p>
<p>After that, we will give the publishers some nice incentives to get working on this Referral thing some more to make sure they are well conditioned if we go live..</p>
<p>Can we do some things to be able to target the prospects group even better?<br />
Yes, we can manipulate&#8230; ehh, sorry, Personify the search results to fit the users profile even better and then bring better targeted offers! (Ps. a good explanation of these Personalized Search effects can be read at <a href="http://www.thinkseer.com/blog/bad-seos-beware-%e2%80%93-google-personalized-is-here/2007/04/29/" rel="nofollow" target="_blank"  title="Thinkseer on Bad SEO">Thinkseer </a>)</p>
<p>So, we are ready to send out some personal invitations to the CPA program.<br />
Of course we first send out invitations to the &#8220;<a href="http://www.findability.info/beta_announcement_of_google_adsense_referrals-7302.html" rel="nofollow" target="_blank"  title="Google CPA beta Invitation">Google Adsense CPA Beta</a>&#8221; to high profile entrepreneurs to see what is possible.</p>
<p>So, I thinks we are ready to get going with this CPA stuff&#8230;</p>
<p>And people are just thinking the Google is just the Term for referring to <a href="http://en.wikipedia.org/wiki/Googol" rel="nofollow" target="_blank"  title="Googol definition">Googol</a> as the amount of data we want to index :-)<br />
But its actually the kind of money we want to make&#8230;.</p>
<p>Ahh, Just as long as we don&#8217;t do Evil..</p>
<p>Well, just a little bit then, lets take out some of the competition first by cleaning out the <a href="http://www.jensense.com/archives/2007/05/google_adsense_16.html" rel="nofollow" target="_blank"  title="Arbitrage Publishers out of Adsense">Arbitrage Publishers</a> from our Adsense accounts&#8230;</p>
<p>And then Promote using Adsense for Affliates&#8230;</p>
<p><a href="http://www.google.com/search?hl=en&amp;newwindow=1&amp;safe=off&amp;q=affiliate" rel="nofollow" target="_blank"  title="Google Promotion"><img border="0" src="http://herbertvandinther.com/wp-content/uploads/2007/05/google-affliliates.jpg" alt="Google Adsense for Affliates" title="Google Adsense for Affliates" /></a></p>
<p>But what does this mean for the current affiliate products suppliers like Clickbank?<br />
They will certainly get a big competitor to tackle with!</p>
<p><strong>Is this a Good Development?</strong></p>
<p>I don&#8217;t know, for the product suppliers, probably yes, for the middleman like Clickbank, definitely NO.</p>
<p>For the Adsense Publishing Webmaster it will mean a new way of earning money on their site, if they are willing to go that extra mile of referrals.</p>
<p>The biggest advantage lies with the AdWords Publishers, they get an extra opportunity to promote their products through a large base of publishers.<br />
Based on a the possibility just o pay Google for the action, not the Clicks.<br />
Which in return gives Google the opportunity to diversify and giving an alternatief for Adword users that are afraid of Click Fraud.</p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/affiliates" rel="tag">Affiliates</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/">Is Google Ready to Become the Ultimate Super Affiliate?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/is-google-ready-to-become-the-ultimate-super-affiliate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting into Speed with your Website</title>
		<link>http://herbertvandinther.com/getting-into-speed-with-your-website/</link>
		<comments>http://herbertvandinther.com/getting-into-speed-with-your-website/#comments</comments>
		<pubDate>Sun, 20 May 2007 09:48:43 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/getting-into-speed-with-your-website/</guid>
		<description><![CDATA[I wrote some articles lately on using a Cache Component for your Joomla based website. Now why do you want to use caching if you are Optimizing your website for Search Engines? The thing is that most Content Management Systems are using a database, mostly MySql, to hold their content. To display this content there [...]<p>You are reading <a href="http://herbertvandinther.com/getting-into-speed-with-your-website/">Getting into Speed with your Website</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I wrote some articles lately on using a Cache Component for your Joomla based website.</p>
<p>Now why do you want to use caching if you are Optimizing your website for Search Engines?</p>
<p>The thing is that most Content Management Systems are using a database, mostly MySql, to hold their content.<br />
To display this content there is a &#8220;simple&#8221; process that creates the page in you web browser that takes you Template file, selects the content that is requested by the browser from the Database and gives it altogether to browser to display it to you visitor.</p>
<p>This process is called &#8220;parsing&#8221; that is done by your web server of choice, for the most hosting providers this will be Apache, some will use IIS from Microsoft.<br />
Content Management System will be based on PHP, ASP or other more proprietary systems.</p>
<p>But what all of these systems have in common is it that your web-page is generated &#8220;On the Fly&#8221;, that is when it is requested&#8230;</p>
<p><strong>A Search Engine Robots view</strong><br />
<span id="more-78"></span><br />
Have you ever watched your statistics to look at how much time a search engine spider spend on your website?<br />
Please do, you will be surprised at the time it spends. The come and go on my websites under a second !</p>
<p>I wrote some time ago about <a href="http://herbertvandinther.com/why-your-hosting-provider-helps-with-seo/" title="How does your hsoting proiver helps you with SEO">How Your hosting provider helps you with SEO</a> and talked about the standard cache functions of Joomla.</p>
<p>Having a Cached version of your Webpages helps search engine spiders to fetch that already made page and read it faster then if it still has to be created.<br />
Now that is logical, right? Yes it is!</p>
<p>So caching is a function you should use if its available for your Content Management System.</p>
<p>Lately there is a new component for Joomla that is working much better than the standard, at least for Not Logged in users. I don&#8217;t now any Search Engine Spiders that Login to a web-page (Unless its the depot of the Home-base where it must Unload its content :-))</p>
<p>You can read more about the features and installation at &#8220;<a href="http://www.pathos-seo.com/joomlablog/how-to-boost-your-joomla-site-loading-performance/" rel="nofollow" target="_blank"  title="How to Boost Joomla preformance from Slow to Fast">How to boost you Joomla performance</a>&#8221;</p>
<p><strong>Drawbacks of Caching</strong></p>
<p>It&#8217;s not all Golden if you start using caching.<br />
Depending on the caching system of choice you might have a system that uses files or one that uses Cache tables.<br />
But in all cases you need to set the caching time.</p>
<p>Caching Time means the time, in seconds, that the generated page is staying in the cache before it is removed.<br />
You need to clean out your cache sometimes, other wise new page content stays in the database and will not be shown&#8230;<br />
This time should reflect the update time of the content of your website, so a news site hast to have a shorter &#8220;time to live&#8221; for your caching system than a semi static website.</p>
<p>You also need to have extra space on you server to hold the cached files, sometimes this can be more than expected, especially for large websites with lots of content.<br />
But hey, these are the ones that will gain the most of this system, since it will free up resources from there web server CPU time to work more efficiently.</p>
<p>So its a small price to pay, then space is not an issue anymore for most hosting providers.</p>
<p>For some systems Caching is still under development like finding the right system for <a href="http://drupal.org/node/97347" rel="nofollow" target="_blank"  title="Drupal Cache Performance">Drupal</a> is not that easy.<br />
For Joomla your best choice is the default completed with either the Components of<a href="http://www.joomlatwork.com/products/components/joomla_performance.html" rel="nofollow" target="_blank"  title="Joomla Performance Booster"> Joomlatwork</a> (Commercial) or <a href="http://www.ircmaxell.com/content/view/13/68/" rel="nofollow" target="_blank"  title="Joomla Cache Component">IrcMaxell</a><br />
(Free)<br />
If you use WordPress, like this Blog, you could use the <a href="http://mnm.uib.es/gallir/wp-cache-2/" rel="nofollow" target="_blank"  title="WordPress Cache Plugin">WP-Cache Plugin</a>.</p>
<p>Just a word of advice, Clean your cache after writing or changing the content of your website ! <br />
<!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/getting-into-speed-with-your-website/">Getting into Speed with your Website</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/getting-into-speed-with-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Must Have WordPress SEO Plugins</title>
		<link>http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/</link>
		<comments>http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/#comments</comments>
		<pubDate>Thu, 03 May 2007 08:13:08 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO BLogs]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/</guid>
		<description><![CDATA[I found these two WordPress SEO Plugins to be Great for Working on the Metatags Description and Keywords, as well as rewriting the Metatag Title to include your keywords without touching the Post Title, read more about them in this post.<p>You are reading <a href="http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/">Two Must Have WordPress SEO Plugins</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I know, its off topic :-(</p>
<p>But many of you are probably Blogging with WordPress, and Hopefully with Joomla as well.<br />
And I found two major WordPress Plugins that in my opinion ar just &#8220;Must Haves&#8221; for your Blog Search Engine Optimization.</p>
<p><strong>All in One SEO Pack</strong></p>
<p>This new Plugin is a replacement of &#8220;Another Metatag WordPress Plugin&#8221; but has some real nice features.</p>
<p>First it gives you the ability to have your titels like &#8220;Postname &#8211; Blogname&#8221; without having to change your Template setting.<br />
Second The Categories you assign your post to are made into tag for your Metatag Keywords.<br />
The Description Metatag is taken from your Excerpt, it can even create one for you from the post itself, although I don&#8217;t recommend this, you really should make the effort of writing your own.</p>
<p>The Categorie pages are set to &#8220;noindex,follow&#8221; to prevent duplicate content.</p>
<p>Another nice thing is that you have the option to Set the Metatags Description and Keywords of your Homepage a well&#8230;<br />
Other options are to use the Categories for Keywords Metatags, and set extra keywords per post, You can also choose if you want the Titles to be changed by <a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" rel="nofollow" target="_blank"  title="All in One SEO Pack for WordPress Download Page">All-in-One-SEO-Pack</a> (Download Link), or have them handled separately.<br />
This last option works best for my, since I also have the other Plugin I wanted to tell you about.</p>
<p><strong>The SEO Title Tag Plugin</strong></p>
<p>This one is a real killer&#8230; if you have read the <a href="http://www.seomoz.org/article/search-ranking-factors" rel="nofollow" target="_blank"  title="Search Ranking Factors for SEO ">SEOmoz Search Ranking Factors</a> you know that having you keywords in the Title Tag is a number one Item.</p>
<p>But you don&#8217;t want to have long Post Slugs for your Permalinks, nor do you want Long Titles for your posts page.<br />
This <a href="http://www.netconcepts.com/seo-title-tag-plugin/" rel="nofollow" target="_blank"  title="SEO Title Tag Plugin for WordPress">SEO Title Tag Plugin </a> gives you the option of rewriting the Post Titles, as well as the Page titles you might have.<br />
Installation is really easy if you follow the simple instructions on the homepage of the Plugin.</p>
<p>One thing you should be aware off, is that the management of the Titles are not at the options page of the Plugin, but on the really obvious place &#8220;Manage&#8221;, there is a extra function &#8220;SEO Title Tag&#8221; from which you can choose to manage your page titles or you post titles (in bulk)</p>
<p><a href="http://www.netconcepts.com/seo-title-tag-plugin/" rel="nofollow" target="_blank"  title="SEO Title Tag Plugin"><img border="0" width="475" src="http://herbertvandinther.com/wp-content/uploads/2007/05/seo-title-tag-plugin.jpg" alt="The SEO Title Tag Plugin for WordPress" height="115" style="width: 475px; height: 115px" title="The SEO Title Tag Plugin for WordPress" /></a></p>
<p>Having these two Plugins combined gives you full power and control over some great Search Engine Optimization for your WordPress Blog</p>
<p>So make sure you have them active, write your Titles the right one, use your tags and write great excerpts..</p>
<p>But most off all, write good copy for your visitors&#8230;<br />
I hope this one works for you, although is not about Joomla :-)  </p>
<p><!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-blogs" rel="tag">SEO BLogs</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/wordpress" rel="tag">WordPress</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/">Two Must Have WordPress SEO Plugins</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/two-must-have-wordpress-seo-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Put a Live feed into your website</title>
		<link>http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/</link>
		<comments>http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 12:44:35 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/</guid>
		<description><![CDATA[This might sound strange to people who use the standard Joomla Feed, or work with WordPress, since these Feeds are automaticly found by IE7 and Firefox and some other browsers like Opera.. But the main problem with the standard Joomla RSS Syndication Feed is that it strips all HTML code and only the Frontpage Items [...]<p>You are reading <a href="http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/">How to Put a Live feed into your website</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>This might sound strange to people who use the standard Joomla Feed, or work with WordPress, since these Feeds are automaticly found by IE7 and Firefox and some other browsers like Opera..</p>
<p>But the main problem with the standard Joomla RSS Syndication Feed is that it strips all HTML code and only the Frontpage Items are put into the Feed.</p>
<p>So you want to use a Feed component like DS Sycndicate from <a href="http://www.joomlafun.com" rel="nofollow" target="_blank"  title="Joomla RSS Feed component">www.joomlafun.com</a> and give the Feed to your visitors via FeedBurner to make sure it works properly.</p>
<p>But there is one problem with this solution&#8230;<br />
There is no Feed line in you index.php..</p>
<p><strong>Here is the solution for this problem:</strong></p>
<p>copy the line  &lt; link rel=&#8221;alternate&#8221; type=&#8221;application/rss+xml&#8221; title=&#8221;Joomla SEO Blog by Pathos-Seo.com&#8221; href=&#8221;<a href="http://feeds.feedburner.com/JoomlaSeoBlogByPathos-seocom" rel="nofollow" >http://feeds.feedburner.com/JoomlaSeoBlogByPathos-seocom</a>&#8221; &gt; to a text editor and replace the Title and Feed URL with your own.</p>
<p>Then you place the corrected line between the &lt; head &gt;  and  &lt; /head &gt; section of your template index.php file. (Via Joomla&#8217;s Template Manager)</p>
<p>Save the file and Clean any content caches if you have Cache activated.</p>
<p>Now visit your site with IE7 and look if your RSS feed shows up!!</p>
<p>More info? Check <a href="http://blogs.msdn.com/rssteam/articles/PublishersGuide.aspx" rel="nofollow" target="_blank"  title="Microsoft Team RSS Blog">Microsoft Team RSS Blog</a> !<!--adsense#feed--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/">How to Put a Live feed into your website</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/how-to-put-a-live-feed-into-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitemap.xml and autodiscovery by Google, Ask, Yahoo and Live via Robots.txt</title>
		<link>http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/</link>
		<comments>http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 09:47:36 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/</guid>
		<description><![CDATA[Yes !! They finally got it !! In my post of November last year I asked that the search engines &#8220;Make it a standard crawl !! Instruct your robots to look for a file called sitemap.xml the way they look for robots.txt.&#8221; Well, now they are going to do it&#8230;. in a even better way [...]<p>You are reading <a href="http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/">Sitemap.xml and autodiscovery by Google, Ask, Yahoo and Live via Robots.txt</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Yes !! They finally got it !!</strong></p>
<p>In my post of November last year I asked that the search engines <a href="http://herbertvandinther.com/sitemapxml-standard-like-robotstxt-for-google-live-and-yahoo-and-others/" title="Sitemap.xml and Robots.txt">&#8220;<strong>Make it a standard crawl !! Instruct your robots to look for a file called sitemap.xml the way they look for robots.txt.&#8221;</strong></a></p>
<p>Well, now they are going to do it&#8230;. in a even better way as well..</p>
<p>You can read about the announcement on <a href="http://blog.ask.com/2007/04/sitemaps_autodi.html" rel="nofollow" target="_blank"  title="Autodiscovery of Sitemap.xml">The Ask Blog Sitemaps Autodiscovery</a> they will tell you more on the Search Engine Strategies in New York.</p>
<p>It is going to be simple addition to your robots.txt file like:</p>
<p>SITEMAP: http://www.the URL of your sitemap here.xml</p>
<p>You need to put in the full URL, like for this site is is going to be</p>
<p>SITEMAP: <a href="http://herbertvandinther.com/sitemap.xml">http://herbertvandinther.com/sitemap.xml</a></p>
<p>Put your sitemap.xml link in your Robot.txt file now!<br />
If you have mutliple sitemap.xml files, you have to put the paths into a <a href="http://www.sitemaps.org/protocol.html#index" rel="nofollow"  title="Sitemap index files">sitemap index file</a> and point to that file.</p>
<p>If you don&#8217;t want to wait on the Autodiscovery, You can still send them:</p>
<p>To Google via the Webmaster Central,<br />
To Yahoo as a feed in their Site Explorer,<br />
To ask via the command:<br />
http://submissions.ask.com/ping?sitemap=http://www.the URL of your sitemap here.xml</p>
<p>To Live? I guess just via your Robots.txt file&#8230;</p>
<p>Update: <a href="http://www.seroundtable.com/archives/013050.html" rel="nofollow" target="_blank"  title="Sitemaps and URL submission">Read more on Sitemap and URL Submission</a><!--adsense#branding--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/">Sitemap.xml and autodiscovery by Google, Ask, Yahoo and Live via Robots.txt</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Real Reason not to be afraid for URL rewriting on an existing site</title>
		<link>http://herbertvandinther.com/the-real-reason-not-to-be-afraid-for-url-rewriting-on-an-existing-site/</link>
		<comments>http://herbertvandinther.com/the-real-reason-not-to-be-afraid-for-url-rewriting-on-an-existing-site/#comments</comments>
		<pubDate>Mon, 26 Mar 2007 20:10:38 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO BLogs]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/the-real-reason-not-to-be-affraid-for-url-rewriting-on-an-existing-site/</guid>
		<description><![CDATA[Carsten Cumbrowski wrote an interesting article on Remapping URLs&#160;with data from some recent studies on the subject by real life websites. Read the article and see why a Good SEF Component for your Joomla based website is &#34;must have!&#34; And with the majority of these components the old URLs are picked up and redirected to [...]<p>You are reading <a href="http://herbertvandinther.com/the-real-reason-not-to-be-afraid-for-url-rewriting-on-an-existing-site/">The Real Reason not to be afraid for URL rewriting on an existing site</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Carsten Cumbrowski wrote an interesting article on <a href="http://www.searchenginejournal.com/no-fear-of-remapping-urls-of-your-site/4578/" rel="nofollow" title="Remapping URLs" target="_blank" >Remapping URLs</a>&nbsp;with data from some recent studies on the subject by real life websites.</p>
<p>Read the article and see why a Good SEF Component for your Joomla based website is <strong>&quot;must have!&quot;</strong></p>
<p>And with the majority of these components the old URLs are picked up and redirected to the right page without any effort on your site.</p>
<p>Think about it&#8230;. changing your Joomla website to get better rankings without loosing the old links, doesn&#8217;t that sound like a win-win situation!</p>
<p>You already know my favorite to do this <a href="http://extensions.siliana.com/" rel="nofollow" title="" >sh404SEF</a><!--adsense#branding--><br />  <!--adsense#halfbanner--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla" rel="tag">Joomla</a>, 
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-blogs" rel="tag">SEO BLogs</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/the-real-reason-not-to-be-afraid-for-url-rewriting-on-an-existing-site/">The Real Reason not to be afraid for URL rewriting on an existing site</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/the-real-reason-not-to-be-afraid-for-url-rewriting-on-an-existing-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do You like to Cheat and Love Jack Daniels?</title>
		<link>http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/</link>
		<comments>http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 21:25:37 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/</guid>
		<description><![CDATA[As You might be working on your customers new website, checking the Coding and Colours to fit, you sometimes need some fast update for your knowledge. You knew there was some code to do that special kind of thing that would work great on the new website. But what was this again? something like.. or.. no, that&#8217;s [...]<p>You are reading <a href="http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/">Do You like to Cheat and Love Jack Daniels?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>As You might be working on your customers new website, checking the Coding and Colours to fit, you sometimes need some fast update for your knowledge.</p>
<p>You knew there was some code to do that special kind of thing that would work great on the new website.<br />
But what was this again? something like.. or.. no, that&#8217;s not it..</p>
<p>What I like to do at those moments, late at night, working on this nice problem, is to get a Glass of Jack Daniels.</p>
<p>And now? Now you have to love Jack Daniels even more &#8230;</p>
<p>Please check out this great help he is providing on Cheating with the &#8220;<a href="http://www.ilovejackdaniels.com/cheat-sheets/" rel="nofollow" target="_blank"  title="Cheat Sheets on Coding">Jack Daniels Cheat Sheets</a>&#8220;.</p>
<p>And If you are not intressted in coding, you should.., check  <a href="http://www.ilovejackdaniels.com/seo/online-marketing-for-beginners/" rel="nofollow" target="_blank"  title="Beginners Guide to Online Marketing">online-marketing-for-beginners</a></p>
<p>P.s. Keep the sheets close at hand, you will need them soon..</p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/webdesign" rel="tag">Webdesign</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/">Do You like to Cheat and Love Jack Daniels?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/do-you-like-to-cheat-and-love-jack-daniels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3 most forgotten files in SEO</title>
		<link>http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/</link>
		<comments>http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 22:03:54 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla Seo]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/</guid>
		<description><![CDATA[If you are working on Search Engine Optimization like me, you probably have made the same mistakes. I had Forgotten the Three Files that you have to be aware of if you want to do a good job on SEO. You know be now the standard SEO stuff, Keywords, Headings URLs and so on.. But [...]<p>You are reading <a href="http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/">The 3 most forgotten files in SEO</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are working on Search Engine Optimization like me, you probably have made the same mistakes.</p>
<p>I had Forgotten the Three Files that you have to be aware of if you want to do a good job on SEO.</p>
<p>You know be now the standard SEO stuff, Keywords, Headings URLs and so on..</p>
<p>But do you look at the following files as well:</p>
<p><strong>404 Error Page</strong></p>
<p>If you rebuild a website, or change the structure of the URLs there are most certainly going to be same Search Index results that link to now non-existing pages.<br />
Make sure to keep those visitors by making a <a href="http://www.plinko.net/404/custom.asp" rel="nofollow" target="_blank"  title="The making of a Good 404 page">good Error page</a> offering them another way into your website to find the resource the are looking for.<br />
This may cause some <a href="http://www.pathos-seo.com/joomlablog/please-give-me-a-404-page/" rel="nofollow" target="_blank"  title="Joomla 404 Error page">problems with Joomla!, </a>but at least try to have a 404 Error-page up.</p>
<p><strong>.htaccess</strong></p>
<p>Sure, you need this one to make sure it works for URL rewrites, but use it also for defining you Error-document 404 page.<br />
And of course redirect the old Search Engine hits to the new pages.<br />
This is best done by a 301 redirect which is both friendly for your visitors as well as for Search Engines.<br />
It is not an easy file to work with, but read and take benefit of this <a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html" rel="nofollow" target="_blank"  title="Apache and .htaccess file">.htaccess</a> file</p>
<p><strong>Robots.txt</strong></p>
<p>In this robots.txt file you allow or disallow search engine robots to index certain directory&#8217;s or files of your website.<br />
If you want you images to show up in the <a href="http://herbertvandinther.com/working-your-images-into-search-engine-optimization/" title="Images and search Engines">Search Engine Image searches</a>, you better make sure they can be accessed.<br />
For Joomla! this means taking out the rule &#8216;Disallow: /images/&#8217;</p>
<p>Using these three files in the right way, and your visitors, and the Search Engines, will have a better experience on your Search Engine Optimized website.</p>
<p><!--adsense#branding--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/joomla-seo" rel="tag">Joomla Seo</a>, 
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engine" rel="tag">Search Engine</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/">The 3 most forgotten files in SEO</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/the-3-most-forgotten-files-in-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I love Opera</title>
		<link>http://herbertvandinther.com/why-i-love-opera/</link>
		<comments>http://herbertvandinther.com/why-i-love-opera/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 21:36:42 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/why-i-love-opera/</guid>
		<description><![CDATA[No, I don&#8217;t mean the music of an Opera, although I sometimes like to listen to one or two&#8230;, no, I mean The Browser! Do you use Opera to check your website, how it looks and responds to another browser? Cool right? And fast to, but there is more to Opera than you see at [...]<p>You are reading <a href="http://herbertvandinther.com/why-i-love-opera/">Why I love Opera</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>No, I don&#8217;t mean the music of an Opera, although I sometimes like to listen to one or two&#8230;, no, I mean The Browser!</p>
<p>Do you use Opera to check your website, how it looks and responds to another browser?<br />
Cool right? And fast to, but there is more to Opera than you see at first Glance.It&#8217;s a Great tool for Checking your Search Engine Optimization.</p>
<p>And its now Free as well, back in the â€œoldâ€days you had to pay for it, but that&#8217;s long past.<br />
Download Opera if you don&#8217;t already got it and try some of the nice features I will describe here for you.First check the author part dropdown list of what you can do when checking your website.</p>
<p>Check it in a text browser form, it will strip away all eye-candy and exposes what a search engine spider sees.</p>
<p><img src="http://herbertvandinther.com/wp-content/uploads/2007/03/opera-text-browser-emulation.jpg" alt="Opera as text browser" /></p>
<p>Check your site for Accesiblity, to make sure everyone can read the site, or have it read by a program!</p>
<p><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/2007/03/opera-screen-seo-1.png" alt="Opera SEO view" height="276" style="width: 450px; height: 276px" title="Opera SEO view" /><br />
And there is much more, try all these nice options and see wat works for you and your website.<br />
O yes, where to get it!</p>
<p>Just follow the picture on the right&#8230;&#8230;<br />
Or just go to <a href="http://www.opera.com" rel="nofollow" target="_blank"  title="The Opera Webbrowser home">www.opera.com</a><br />
Have Fun and Learn</p>
<p><a href="http://www.opera.com/" rel="nofollow"  title="The Free Opera Search results "><img align="right" src="http://herbertvandinther.com/wp-content/uploads/2007/03/oprea-browser-and-seo.png" alt="Home of the Opera Browser" /></a></p>
<p><!--adsense#branding--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/webdesign" rel="tag">Webdesign</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/why-i-love-opera/">Why I love Opera</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/why-i-love-opera/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>You think you rank well in Google?</title>
		<link>http://herbertvandinther.com/you-think-you-rank-well-in-google/</link>
		<comments>http://herbertvandinther.com/you-think-you-rank-well-in-google/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 10:03:41 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/you-think-you-rank-well-in-google/</guid>
		<description><![CDATA[If your think you rank well in Google, think again.. Google&#8217;s Geo-targeting and your Position Working on Search Engine Optimization, you have to think about the people who are searching for a specifiek term and how you can be found. But what if you are trying to reach an audience form an other country? Let say [...]<p>You are reading <a href="http://herbertvandinther.com/you-think-you-rank-well-in-google/">You think you rank well in Google?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>If your think you rank well in Google, think again..</p>
<p><strong>Google&#8217;s Geo-targeting and your Position</strong></p>
<p>Working on Search Engine Optimization, you have to think about the people who are searching for a specifiek term and how you can be found.</p>
<p>But what if you are trying to reach an audience form an other country?<br />
Let say you want people from Europe to find your Camper Rental site in the US.<br />
Just when your SEO Company or Consultant has brought you to the top of <a href="http://www.google.com/" rel="nofollow" target="_blank"  title="Google Search">http://www.google.com/</a> you find your visitors only come from the USA Region.</p>
<p><strong>What is happening?</strong></p>
<p>The reason for this is because Google, and other Search Engines, use a system called Geo-Targeting.<br />
In short, they look at you IP address range and focus the content of the Search Engine Results Page on your networking environment<br />
Thus providing you with results close to your area. </p>
<p>That is why you sometimes get a different result when running the same query form your home and from your work place.<br />
If that happens, aks your network administrator if your connection to the Internet is running via a provider in an other country.</p>
<p><strong>How to Check the Foreign results</strong></p>
<p>First thing you can try is to change your preferences in Google and set it to a different language for the results.</p>
<p>Or try out the functions on <a href="http://oy-oy.eu/google/world/" rel="nofollow" target="_blank"  title="Look at Google results form other country's">http://oy-oy.eu/google/world/</a> , now the site may look like an Adsense scraper site, but it really isn&#8217;t!<br />
There are really nice functions on checking your website and information on several aspect of your website.</p>
<p>One other site to look at, to see the results from Yahoo side of things, might be <a href="http://www.pagebull.com/" rel="nofollow" target="_blank"  title="Yahoo search with screen shots">http://www.pagebull.com/</a> which show you the search results as click able screen shots, and you can select a country to search from. Really nice with suprising results.  </p>
<p><strong>How to overcome this problem</strong></p>
<p>Actually, the best thing to do is to create a new website with an extension focused on that region.<br />
For instance use a .eu domain next to your .com website<br />
Also choose a provider for that website in the region you want to target.</p>
<p>If you are from Europe and want to target the USA, pick a USA Based provider&#8230;.<br />
I know, I didn&#8217;t, but I just created Design-cars.com as an SEO study object (O Boy, did that turn out as a large knowledge enviroment..:-))</p>
<p>One other thing thats is easier to do, is to check with the above mentioned tool who you are competing with and learn from their sites&#8230;</p>
<p>Yes, doing the analysis again and do the Optimization again&#8230; its an on going effort.</p>
<p>If you know of other options to solve this problem, please share the knowledge by commenting!</p>
<p><!--adsense#branding--><br />
<!--adsense#halfbanner--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/optimization" rel="tag">Optimization</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</a>
</small></p>
<p>You are reading <a href="http://herbertvandinther.com/you-think-you-rank-well-in-google/">You think you rank well in Google?</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a> by Herbert-Jan van Dinther</p>
]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/you-think-you-rank-well-in-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
