<?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; Search Engines</title>
	<atom:link href="http://herbertvandinther.com/category/search-engines/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>Sat, 21 Jan 2012 21:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<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[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/?p=219</guid>
		<description><![CDATA[<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></p><p>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></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<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></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/"><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/">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/search-engines" rel="tag">Search Engines</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/losing-google-yahoo-msn-traffic/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Is Ask is going for Web 2.0 Search and Getification</title>
		<link>http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/</link>
		<comments>http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 09:57:43 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[ask]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/">Is Ask is going for Web 2.0 Search and Getification</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>Looking at the new Ask.com commercial, and comparing it to the other search engine you can see some interesting developments: First, is this the new way you as a searcher want to get results? You definitely get more and different results from one search as before you needed to run several searches. But then again looking [...]</p></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/">Is Ask is going for Web 2.0 Search and Getification</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p><!--adsense#160sky--></p>
<p>Looking at the new Ask.com commercial, and comparing it to the other search engine you can see some interesting developments:</p>
<p><object width="425" height="366"><param name="movie" value="http://www.youtube.com/v/wfJsj7P-Za0&#038;rel=1&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wfJsj7P-Za0&#038;rel=1&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="366"></embed></object><br />
First, is this the new way you as a searcher want to get results?</p>
<p>You definitely get more and different results from one search as before you needed to run several searches.</p>
<p>But then again looking at the other major search engines, they also provide you with more information than just text.<br />
It all depends on what you are looking for&#8230;</p>
<p>So here are some results of one of my favorite singers, but you already knew that..</p>
<p>The Ask.com results page to start the comparison:</p>
<p><a target="_blank" href="http://www.ask.com/web?qsrc=167&#038;o=312&#038;l=dir&#038;q=anastacia" title="Ask.com and Anastacia"><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/ask-search-results-for-anastacia.jpg" alt="The search results page by Ask.com" height="292" style="width: 450px; height: 292px" title="The search results page by Ask.com" /></a></p>
<p>So was Ask.com comparing with Google in their commercial?</p>
<p><a target="_blank" href="http://www.google.com/search?hl=en&#038;newwindow=1&#038;safe=off&#038;sa=X&#038;oi=spell&#038;resnum=0&#038;ct=result&#038;cd=1&#038;q=anastacia&#038;spell=1" title="Google results about anastacia"><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/google-search-results-for-anastacia.jpg" alt="Google results page for Anastacia" height="450" style="width: 450px; height: 450px" title="Google results page for Anastacia" /></a></p>
<p>Or was it Yahoo?</p>
<p><a target="_blank" href="http://search.yahoo.com/search?p=anastacia&#038;fr=yfp-t-501&#038;toggle=1&#038;cop=mss&#038;ei=UTF-8&#038;vc=&#038;fp_ip=US" title="Yahoo results for anastacia"><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/yahoo-search-results-for-anastacia.jpg" alt="Yahoo results page for the Anastacia search" height="580" style="width: 450px; height: 580px" title="Yahoo results page for the Anastacia search" /></a></p>
<p>Or was it Live.com they wanted to compare with?</p>
<p><a target="_blank" href="http://search.live.com/results.aspx?q=anastacia&#038;mkt=en-us&#038;FORM=LVCP" title="Live.com and anatacia"><img border="0" width="450" src="http://herbertvandinther.com/wp-content/uploads/live-search-rsults-for-anastacia.jpg" alt="Live search results page for Anastacia" height="299" style="width: 450px; height: 299px" title="Live search results page for Anastacia" /></a></p>
<p>As you can see, most of the search engines are already showing you more then just text, but it all depends on what you are searching for.</p>
<p>If you do a search on Ask for Joomla search engine optimization, you get just a result page as the other engines.</p>
<p><img src="http://herbertvandinther.com/wp-content/uploads/ask-com-joomla-search.jpg" alt="Ask results for Joomla search engine optimzation" /></p>
<p><strong>How is Ask going to win the battle</strong></p>
<p>They are working hard on better Commercials, the old ones really didn&#8217;t do that well&#8230;</p>
<p>But most important is if the results are more relevant than before, and I must say they have made great progress in this field:<br />
<a target="_blank" href="http://www.google.com/search?hl=en&#038;q=joomla+seo" title="Joomla SEO on Google">Joomla SEO search in Ask.com<br />
Joomla SEO search in Google.com<br />
Joomla SEO search in Live.com</a><br />
<a target="_blank" href="http://search.yahoo.com/search?p=Joomla+SEO&#038;fr=yfp-t-501&#038;toggle=1&#038;cop=mss&#038;ei=UTF-8&#038;vc=&#038;fp_ip=NL" title="Joomla SEO on Yahoo.com">Joomla SEO search in Yahoo.com</a></p>
<p>Looking at the <a target="_blank" href="http://www.marketingcharts.com/interactive/us-search-engine-rankings-for-sept-released-2087/" title="Marketing Charts">September results of the Marketingcharts </a>it looks that Ask is already chipping away on Live.com<br />
Also Hitwise reports <a target="_blank" href="http://www.hitwise.com/press-center/hitwiseHS2004/us-google-20071016.php" title="Hitwise results for october">growing figures for Ask.com</a>.</p>
<p>It would be nice to see next month if this growth path is going to continue with the new commercials.</p>
<p>Now if the would just bring the new interface to other country&#8217;s&#8230;.<br />
<a target="_blank" href="http://nl.ask.com/?o=312#subject:ask|pg:1" title="Dutch Ask.com interface">Dutch Ask.com homepage</a> or <a target="_blank" href="http://www.ask.com/?o=312&#038;l=dir" title="Ask.com in the USA">USA Ask.com homepage</a></p>
<p>O, and do try a search on those country specific pages, so you can see there is also a layout difference in the results.<br />
So for us Dutchies Ask is still not giving an <a href="http://nl.ask.com/web?q=Instant+Getification&#038;qsrc=1&#038;o=312&#038;l=dir&#038;dm=lang" title="Nederlands resultaten van Ask">Instant Getification</a>! </p>
<p>Next time: How are the changes in the results pages going to change SEO, so make sure to get your <a href="http://feeds.feedburner.com/JoomlaSearchEngineOptimization" title="Get your RSS feed or email updates">RSS feed or email updates<br />
</a><!--adsense#feed--><br />
<!--adsense#halfbanner--></p>
<h3><small>Tags</small></h3><p class="mytag"><small>
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/is-ask-is-going-for-web-20-search-and-getification/feed/</wfw:commentRss>
		<slash:comments>1</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[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/how-search-engines-help-finding-keywords/</guid>
		<description><![CDATA[<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></p><p>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></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<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></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">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 target="_blank" href="http://www.google.com/webhp?complete=1&amp;hl=en" 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 target="_blank" href="http://www.google.com/webhp?complete=1&amp;hl=en" 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 target="_blank" href="http://www.yahoo.com" 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 target="_blank" href="http://www.yahoo.com/" 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 target="_blank" href="http://search.live.com/results.aspx?q=anastacia&amp;mkt=en-us&amp;FORM=LIVSOP" 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 target="_blank" href="http://www.ask.com/web?q=anastacia&amp;search=&amp;qsrc=0&amp;o=312&amp;l=dir" 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 target="_blank" href="http://www.ask.com/web?q=anastacia&amp;search=&amp;qsrc=0&amp;o=312&amp;l=dir" 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/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</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>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/how-search-engines-help-finding-keywords/feed/</wfw:commentRss>
		<slash:comments>4</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[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/</guid>
		<description><![CDATA[<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></p><p>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></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<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></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 target="_blank" href="http://blog.ask.com/2007/04/sitemaps_autodi.html" 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" 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 target="_blank" href="http://www.seroundtable.com/archives/013050.html" 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/search-engine" rel="tag">Search Engine</a>, 
<a href="http://herbertvandinther.com/category/search-engines" rel="tag">Search Engines</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>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/sitemapxml-and-autodiscovery-by-google-ask-yahoo-and-live-via-robotstxt/feed/</wfw:commentRss>
		<slash:comments>6</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[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/you-think-you-rank-well-in-google/</guid>
		<description><![CDATA[<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></p><p>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></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<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></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 target="_blank" href="http://www.google.com/" 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 target="_blank" href="http://oy-oy.eu/google/world/" 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 target="_blank" href="http://www.pagebull.com/" 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/search-engines" rel="tag">Search Engines</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>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/you-think-you-rank-well-in-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alexa Traffic Ranking from Other Countries</title>
		<link>http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/</link>
		<comments>http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 09:20:02 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/">Alexa Traffic Ranking from Other Countries</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>Alexa changed there traffic ranking information. Now you are able to see what your traffic ranking is for other countries. And I was impressed&#8230; You can see from which country te majority of your visitors come from and what your pagerank is for those country&#8217;s. So now you can try and figure out what the best options [...]</p></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/">Alexa Traffic Ranking from Other Countries</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p><strong>Alexa changed there traffic ranking information.</strong></p>
<p>Now you are able to see what your traffic ranking is for other countries.<br />
And I was impressed&#8230;</p>
<p>You can see from which country te majority of your visitors come from and what your pagerank is for those country&#8217;s.</p>
<p>So now you can try and figure out what the best options are to get more visitors form other country&#8217;s :-)</p>
<p><a href="http://herbertvandinther.com/wp-content/uploads/2007/02/alexa-ranking-overview.jpg" title="Alexa Ranking overview changed"></a><a href="http://herbertvandinther.com/wp-content/uploads/2007/02/alexa-ranking-overview.jpg" title="Alexa Ranking overview changed"></p>
<p style="text-align: center"><img border="0" width="385" src="http://herbertvandinther.com/wp-content/uploads/2007/02/alexa-ranking-overview.jpg" alt="Alexa Ranking overview changed" height="356" style="width: 385px; height: 356px" title="Alexa Ranking overview changed" /></p>
<p></a><a href="http://herbertvandinther.com/wp-content/uploads/2007/02/alexa-ranking-overview.jpg" title="Alexa Ranking overview changed"></a></p>
<p>Yet another great resource to tap into if you are geo-targetting your site content&#8230; <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/search-engines" rel="tag">Search Engines</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/alexa-traffic-ranking-from-other-countries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working your Images into Search Engine Optimization</title>
		<link>http://herbertvandinther.com/working-your-images-into-search-engine-optimization/</link>
		<comments>http://herbertvandinther.com/working-your-images-into-search-engine-optimization/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 09:46:53 +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[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Articles]]></category>
		<category><![CDATA[SEO Optimization]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/working-your-images-into-search-engine-optimization/</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://herbertvandinther.com/working-your-images-into-search-engine-optimization/">Working your Images into Search Engine Optimization</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>Now everybody likes images, rightâ€¦ Sometimes an image can make a better impact on your visitor then just text. But what on earth have Images to do with SEO? Images and SEO Look at the images you use in articles on your website. How did you put them in there, and what else did you [...]</p></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://herbertvandinther.com/working-your-images-into-search-engine-optimization/">Working your Images into Search Engine Optimization</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p style="padding-left: 4px; float: right"><!--adsense--></p>
<p>Now everybody likes images, rightâ€¦<br />
Sometimes an image can make a better impact on your visitor then just text.<br />
But what on earth have Images to do with SEO?</p>
<p><strong>Images and SEO</strong></p>
<p>Look at the images you use in articles on your website.<br />
How did you put them in there, and what else did you do with it?</p>
<p>Some people don&#8217;t think that what I am going to tell you is worth all the troubleâ€¦<br />
I think you should work on providing the best content on your site for everybody, and make the most of it to get your site into the search engines.<br />
Both can be accomplished by optimization your images and the use of them.<br />
But first things first.</p>
<p><strong>Naming your Images.</strong></p>
<p>If you incorporated some images into your site, did you just uploaded your pictures from your camera, or what you received from your client?</p>
<p>Or did you rename them from DSC20071302.jpg or IMG_12548.jpg to something more meaning full like Keyword-Included-fits-the-picture.jpg<br />
And please use â€“ instead of _ for your picture namesâ€¦</p>
<p>If you did the later, you have one point up from the rest of many websites.</p>
<p>The benefit not only goes to getting an extra keyword into your page, but its also much easier for the Search Engines to index your images on keywords searches.</p>
<p>Yes, people are more and more using these image based searches from Live.com, Yahoo and Google.<br />
So you might get some of your visitors from there, although they might not be the real target visitors for your websiteâ€¦ unless you have a website with mostly images..</p>
<p><strong>Optimizing you images</strong></p>
<p>If you have images makes sure the have the right size for your website.<br />
That means that, if you have an image that is 1600&#215;1280 pixels you should not squeeze it into an 540&#215;320 boxâ€¦, yes I know people do this all the time.</p>
<p>The image has to be loaded completely before it is rendered to the size you want it to display.<br />
If you make the images in the actual size you want to use them, you have a much faster loading page then if you let a browser do it.<br />
(A great free tool to do this irfanview, which give great result in maintaining sharpness)<a target="_blank" href="http://www.irfanview.com" title="Software for Image optimization"><img border="0" align="right" width="395" src="http://herbertvandinther.com/wp-content/uploads/2007/02/seo-image-optimization-software-irfanview.jpg" alt="Software for Image optimization" height="280" style="width: 395px; height: 280px" title="Software for Image optimization" /></a></p>
<p>The use of .jpg, .png or .gif depends on what type of image you want to use.<br />
That is mostly a matter of trying several setting.<br />
My choice for pictures is .jpg for icons and stuff its mostly .gif<br />
Ground rule for me is: If there are a lot of different colours in the picture I use .jpg otherwise .gif</p>
<p><strong>Putting in the Image Tags</strong></p>
<p>Now you have come to the fun partâ€¦.</p>
<p>If you place images on you website, I also depends on to tools you use to make those pages.<br />
Some of the tools you use on creating webpages, or online wysiwig editors do assist you in putting in the right tags and parameters.<br />
For Joomla you might find the JoomlaFCK editor to be one of the best.</p>
<p>Otherwise you have go into the HTML coding to place them.<br />
Here are the three key parameters for your images:<br />
- Size<br />
- alt tags<br />
- title tag</p>
<p>Always give the size height=&#8221; &#8221; and width=&#8221; &#8221; tags with your images !!<br />
This way the browser you are using can reserve space for the image while loading it, in the mean time it will bring in the text.<br />
Your visitor can start reading while the image is loaded, so the impression is a fast loading page.</p>
<p>The Alt tag is used for two reasons:<br />
One -  the alt tag is displayed if the user has the image loading function set to off.<br />
Two -  a text based browser will show the alt tag instead if the image itself, just like a â€œnormalâ€ search engine spider would look at the content of your page.</p>
<p>Title tag is what is shown as info tip when you hover over a picture, thus providing also more information to your visitors.</p>
<p>A complete image tag then can read like:<br />
&lt; img title=&#8221;title tag&#8221; alt=&#8221;alt tag&#8221; height=&#8221;96&#8243; width=&#8221;128&#8243; src=&#8221;<a href="http://www.itmentor.nl/images/stories/articles.jpg">http://www.itmentor.nl/images/stories/articles.jpg</a>&#8221; / &gt;</p>
<p><strong>Things not to do with Images and SEO</strong></p>
<p>Here are a few pointers on what not to do if you are optimizing your images for SEO.<br />
- Don&#8217;t use meaningless pictures, they should fit your topic.<br />
- Don&#8217;t stuff you picture naming full of keywords<br />
- Don&#8217;t stuff you â€œaltâ€ and â€œtitleâ€ tags full of keywords !! it will be noticed, provide meaning full descriptions.<br />
- Don&#8217;t use large pictures if its not necessary.</p>
<p><strong>Wrapping it up:</strong><br />
Use that littly extra time, just a few seconds to implement this for every image you use.<br />
Make sure spiders can access your image directory by removing the disallow part form your robots.txt file if you have one.</p>
<p>Have fun taking an sharing your pictures !<br />
And if you need inspiration, visit <a target="_blank" href="http://www.flickr.com" title="Picture Inspiration">www.flickr.com</a>, tons of great pictures&#8230;</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/search-engines" rel="tag">Search Engines</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/webdesign" rel="tag">Webdesign</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/working-your-images-into-search-engine-optimization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free Keyword Suggestion tool for you Browser from Wordtracker</title>
		<link>http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/</link>
		<comments>http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 06:33:51 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Optimization]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/">Free Keyword Suggestion tool for you Browser from Wordtracker</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>Yesterday I found out about the free tool that Wordtracker is offering now. You can find it at Wordtracker and it works great, better than the Overture one :-( at the moment. But they bring you an even nicer tool as of today&#8230; If you use Firefox its really easy to integrate this tool into you [...]</p></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/">Free Keyword Suggestion tool for you Browser from Wordtracker</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>Yesterday I found out about the free tool that Wordtracker is offering now.</p>
<p>You can find it at <a target="_new" href="http://our.affiliatetracking.net/wordtracker/a/17566?redirect=http://freekeywords.wordtracker.com">Wordtracker</a> and it works great, better than the Overture one :-( at the moment.</p>
<p>But they bring you an even nicer tool as of today&#8230;<br />
If you use Firefox its really easy to integrate this tool into you browser bar!!</p>
<p>Find the keywords for the site you are working on, right from you browser, you don&#8217;t even go the site.<br />
I think Wordtracker is really working now to turn the current problems with Overture to there advantage.</p>
<p>And now you can profit from that a well !!<br />
So here is the tool &#8230;<a target="_blank" href="http://freekeywords.wordtracker.com/add-searchbox-to-browser.html" title="Search Box to browser">http://freekeywords.wordtracker.com/add-searchbox-to-browser.html</a>.</p>
<p>Or get it here&#8230;.</p>
<p><script type="text/javascript" src="http://freekeywords.wordtracker.com/plugin/plugin.js"></script>and you can link to this plugin from your own site, just spread the word (they will track it&#8230;)</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/optimization" rel="tag">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>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/seo-optimization" rel="tag">SEO Optimization</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/free-keyword-suggestion-tool-for-you-browser-from-wordtracker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Good things can turn Evil, or the Black part of RSS Feeds</title>
		<link>http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/</link>
		<comments>http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:54:38 +0000</pubDate>
		<dc:creator>Herbert-Jan van Dinther</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/</guid>
		<description><![CDATA[<p><p>You are reading <a href="http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/">How Good things can turn Evil, or the Black part of RSS Feeds</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p>If you are a Blogger, or use RSS Feeds to bring your website content to your visitors, you might have seen these feed scraper sites that use your content. Building Feed scraper sites No, I am not going to tell you how to create those sites. But I know of at least one that just [...]</p></p><p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></description>
			<content:encoded><![CDATA[<p>You are reading <a href="http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/">How Good things can turn Evil, or the Black part of RSS Feeds</a>  an article from <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p><p style="padding-left: 4px; float: right"><!--adsense--></p>
<p>If you are a Blogger, or use RSS Feeds to bring your website content to your visitors, you might have seen these feed scraper sites that use your content.</p>
<p><strong>Building Feed scraper sites</strong></p>
<p>No, I am not going to tell you how to create those sites.<br />
But I know of at least one that just feeds on Blogs about Joomla, just to bring visitors to their site which is filled with Google adsense adverts (not a bad thing&#8230;) and affiliate links (can work as well).<br />
But the main problem I have with this site is that is has no original content!</p>
<p>And it is not set up as a RSS Feed directory where you as a blogger can place your feeds yourself.<br />
No it automatically harvests Blog content.</p>
<p>However this site still gives a link back to the original Blog poster.</p>
<p>Today I came across a site that does the same scrapping, but does not even give a link to the original content&#8230;.</p>
<p><strong>The Good thing of Showing Feeds on you site</strong></p>
<p>These sites are sometimes build with Joomla and the RSS Feed technology that is in the core application, or build with WordPress and a special Plugin.</p>
<p>These options can also be used on your website, but use them in a good way.<br />
That means that you limit the number of Feeds you bring into your pages and keep them focused on the content of your site&#8230;. and keep the link to the original.</p>
<p>That way you give back some quality inbound links to the originator of the post and you, your visitors and the Blog you feed off will win in the long run.</p>
<p>P.s. I think these sites will get less attention once Google, Yahoo and Live are able to see these sites for what the are really are&#8230;. the evil site of RSS Feeders.</p>
<p>Just to give the post a nice ending&#8230;</p>
<p><a rel="bookmark" href="http://blaugh.com/2006/11/16/google-kidsense"><img width="447" src="http://blaugh.com/cartoons/Google_KidSense.gif" alt="Google KidSense" height="250" title="Google KidSense" class="comic" /></a></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/search-engines" rel="tag">Search Engines</a>, 
<a href="http://herbertvandinther.com/category/seo" rel="tag">SEO</a>, 
<a href="http://herbertvandinther.com/category/wordpress" rel="tag">WordPress</a>
</small></p>
<p>Want to read more about this topic? See <a href="http://herbertvandinther.com">Joomla , WordPress &amp; SEO</a></p>]]></content:encoded>
			<wfw:commentRss>http://herbertvandinther.com/how-good-things-can-turn-evil-or-the-black-part-of-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

