<?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"
	>

<channel>
	<title>Reaper-X .:[ ID ]:. &#187; Google Sitemaps</title>
	<atom:link href="http://www.reaper-x.com/category/google-sitemaps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reaper-x.com</link>
	<description>Computers, Games, Technology ... Whatever</description>
	<pubDate>Tue, 21 Oct 2008 09:37:37 +0000</pubDate>
	
	<language>en</language>
			<item>
		<title>SEO (Search Engine Optimization) for Wordpress</title>
		<link>http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/</link>
		<comments>http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 12:03:49 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Domain]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[modrewrite]]></category>

		<category><![CDATA[robots]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[search engine optimization]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/" title="SEO (Search Engine Optimization) for Wordpress"><strong>SEO (Search Engine Optimization) for Wordpress</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Well .. let&#8217;s say you&#8217;re using wordpress to power your website. And what should be done next to make sure your website is ready to be crawled by search engine ? Here&#8217;s the answer on what should be don...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/" title="SEO (Search Engine Optimization) for Wordpress"><strong>SEO (Search Engine Optimization) for Wordpress</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Well .. let&rsquo;s say you&rsquo;re using <a href="http://wordpress.org/">wordpress</a> to power your website. And what should be done next to make sure your website is ready to be crawled by search engine ? Here&rsquo;s the answer on what should be done after installing wordpress to your web server, and it&rsquo;s called SEO / Search Engine Optimization</p>
<p><img class="alignleft" alt="" src="http://faq.files.wordpress.com/2006/05/wp-2.0-button-small.gif" border="0" />As a side note, this should be done before you go submitting your site to various directories, doing some link exchange, or to various search engine itself to make sure they&rsquo;re not indexing your unfinished website :)</p>
<p><span id="more-429"></span></p>
<p><strong>1. Choose Whether you want to use WWW in your domain or not</strong></p>
<p>This is the most important thing to do, so this come first before anything else. This is done because having&nbsp;one canonical url version for all of your page will help you improve your search engine ranking</p>
<p>And here&rsquo;s what <a href="http://www.mattcutts.com/blog/seo-advice-url-canonicalization/"title="Google Employee" >Matt Cutts</a> said about this :</p>
<p><em>Q: What is a canonical url? Do you have to use such a weird word, anyway?<br />A: Sorry that it&rsquo;s a strange word; that&rsquo;s what we call it around Google. Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. For example, most people would consider these the same urls:</em></p>
<ol>
<li><em>www.example.com</em></li>
<li><em>example.com/</em></li>
<li><em>www.example.com/index.html</em></li>
<li><em>example.com/home.asp</em></li>
</ol>
<p><em>But technically all of these urls are different. A web server could return completely different content for all the urls above. When Google &ldquo;canonicalizes&rdquo; a url, we try to pick the url that seems like the best representative from that set.</em></p>
<p>And now how to use it on your blog ? Well .. you can read my previous article on <a href="http://www.reaper-x.com/2006/11/14/force-www-on-your-domain-url/"title="Force WWW on domain name" >how to force www on domain name</a>. And if you <em>don&rsquo;t like WWW</em> in front of your domain, with a slight modification you can also force the <em>non-www version</em> on all of your webpages</p>
<p>If you&rsquo;re using add-on domain, you might take a look on my previous post on <a href="http://www.reaper-x.com/2006/10/11/explanation-about-addon-domain-and-using-modrewrite-on-it/"title="Configuring Add on domain" >how to configure add-on domain so it&rsquo;ll looks like a single domain</a> placed on a single server</p>
<p><strong>2. Control how Search Engine Robot visit your site</strong></p>
<p>The next step would be creating <em>robots.txt</em> file and placed / upload it to the root folder of your site. This is done to control how search engine crawling your page, so they do not index your <em>secret page</em></p>
<p><a href="https://www.google.com/support/webmasters/bin/answer.py?answer=40362&amp;query=robots.txt&amp;topic=&amp;type=">Read here</a> for more info about this or <a href="http://www.robotstxt.org/wc/exclusion-admin.html">here</a>. And if you need real world example about this, you can <a href="http://www.google.com/ie?q=%22robots.txt%22&amp;num=100">click here</a> (Google Results) for <em>robots.txt example</em> from various live sites</p>
<p>As a note, there are different opinion on whether you should let Google or other search engine bot to index your <em>/feed/</em> address,&nbsp;archives page, etc&nbsp;or not. Personally i&rsquo;ve tried them both and i&nbsp;don&rsquo;t find any differences (in traffic, because of Google putting my site into it is supplemental index) between blocking them or not</p>
<p>If you want to read more about this issue, you can read <a href="http://www.seobook.com/archives/002030.shtml">Aaron Wall</a> from Seobook post about this Google Supplemental Index Issue</p>
<p><strong>3. Change your Permalink Structure / Using Nice URL</strong></p>
<p>In order to change it, just go to <em>Options -&gt; Permalink</em> from your dashboard and choose the Date and Name Based Permalink. So your url will looks like this for an example :</p>
<ol>
<li>Default URL Structure : <em>http://www.example.com/?p=123</em></li>
<li>Optimized URL Structure : <em>http://www.example.com/category/post-name/</em></li>
</ol>
<p>If you need more information about Permalink Structure in Wordpress, you can read it from <a href="http://codex.wordpress.org/Using_Permalinks">here</a></p>
<p><strong>4. Use unique title and meta description for each page</strong></p>
<p>I know that inserting each meta description to a custom field (as for title, im sure no one are using the same title every time)&nbsp;for every page is time consuming especially to those who&rsquo;s moving from the free wordpress.com blog</p>
<p>Fortunately there&rsquo;s one plugin for wordpress that can help you with this situation, and it&rsquo;s called Head META Description plugin by <a href="http://guff.szub.net/2005/09/01/head-meta-description/">Kaf Oseo</a>&nbsp;(if i'm not wrong, because i couldnt find&nbsp;his about page) :P which will automatically create Meta Description tag for your wordpress blog</p>
<p>And now the next step to do is optimize your blog post title by installing another plugin, and this one called Optimal Title created by Elasticdog&nbsp;that can be <a href="http://elasticdog.com/2004/09/optimal-title/">found here</a></p>
<p><strong>5. Create Sitemaps for your Wordpress Blog</strong></p>
<p>Creating sitemap is necessary especially if you want Search Engine to index your pages properly (deep linking). And in order to simplify creating sitemap for your site, you can use the Wordpress Sitemap Plugins which can be downloaded from <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">here</a></p>
<p>That&rsquo;s all about it, as an addition you might be interested on reading my previous post about <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/">DIY SEO</a></p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/" title="SEO (Search Engine Optimization) for Wordpress">Permalink</a> | <a href="http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/#comments" title="5 comments">5 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/blog/" title="View all posts in Blog" rel="category tag">Blog</a>,  <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/03/08/seo-search-engine-optimization-for-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding External Links using Google Webmaster Tools</title>
		<link>http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/</link>
		<comments>http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 16:07:07 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Domain]]></category>

		<category><![CDATA[google webmaster]]></category>

		<category><![CDATA[indonesia]]></category>

		<category><![CDATA[subdomain]]></category>

		<category><![CDATA[Webmaster Tools]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/" title="Finding External Links using Google Webmaster Tools"><strong>Finding External Links using Google Webmaster Tools</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Previously i have already talked about creating sitemap for your site, and why a sitemap is good for your site especially if you already created a lot of content in your site and submitting those site...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/" title="Finding External Links using Google Webmaster Tools"><strong>Finding External Links using Google Webmaster Tools</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Previously i have already talked about <a href="http://www.reaper-x.com/?s=sitemap">creating sitemap</a> for your site, and <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/">why a sitemap is good</a> for your site especially if you already created a lot of content in your site and submitting those sitemap file(s) into Google Webmaster Tools and Yahoo Site Explorer. And now, Google expand their webmaster tools a little bit more by showing you a detailed link to&nbsp;your domain (main page)&nbsp;or your internal pages</p>
<p>But what is important from that information Google gave you ? because you can simply do&nbsp;the same query in Google by using <em>link</em> command ?&nbsp;.. that&rsquo;s a simple answer .. because by looking at the external links to your site, you can see how well your site is performing (especially for the SEO stuff). Other than that, using the <em>link</em> command also gave you a different results</p>
<p><span id="more-377"></span></p>
<p>For example, if i tried to query my own site using the <em>link command</em> using my real ip address which is from Indonesia i only get 134 external links to my site. Although a few weeks ago, i can't see any links to my own site and&nbsp;using&nbsp;<em>site command</em> also didn't&nbsp;show any results. But when i tried to query my own site using a proxy (from various country), i can see there&rsquo;s a results to my own site .. the answer to that problem is simply because Google showing results from different data center (unless you want to try to query your own site using each Google data center ip address directly if you&rsquo;re not interested on using proxy)</p>
<p>So why you should use the new Google Webmaster Links Tool ?&nbsp;well ..&nbsp;the simple&nbsp;answer would be like this&nbsp;:</p>
<ul>
<li>You can see how many links goes to your domain or to your pages (it is showing a separate results) .. and of course you can see where is the link came from ;) .. included also links from&nbsp;your subdomain</li>
</ul>
<p>Although it's not important for&nbsp;most people (especially if they&rsquo;re not interested on doing SEO stuff), but i find it interesting to see which page on my site get most links :)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/" title="Finding External Links using Google Webmaster Tools">Permalink</a> | <a href="http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2007/02/10/finding-external-links-using-google-webmaster-tools/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Sitemaps Status Showing False Alert</title>
		<link>http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/</link>
		<comments>http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 03:00:29 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/" title="Google Sitemaps Status Showing False Alert"><strong>Google Sitemaps Status Showing False Alert</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>For the past few days, Google Sitemaps showing false alert about your site being removed / not indexed from Google, your verified site become unverified, etc (i don't think there&#8217;s other problem other...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/" title="Google Sitemaps Status Showing False Alert"><strong>Google Sitemaps Status Showing False Alert</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>For&nbsp;the past few days, Google Sitemaps showing false&nbsp;alert about your site being removed / not indexed from Google, your verified site become unverified, etc (i don't think there&rsquo;s other problem other than that) .. and basically it&rsquo;s showing something like below :</p>
<p><img alt="Google Sitemaps Problem" src="http://i26.photobucket.com/albums/c117/Reaper-X/web/SitemapProblem.gif" width="400" height="69" border="0" /></p>
<p>Yep .. i think the image already explained it ;) &hellip; although&nbsp;<a href="http://groups.google.com/group/Google_Webmaster_Help-Tools/browse_thread/thread/02796bb35804e0ff/8bee91d17e148f75#8bee91d17e148f75" rel="nofollow">some people complaining</a> that their site has been dropped from Google index completely (although when i test it, it is showing 2 results from Google index)</p>
<p>But i think there&rsquo;s no need to worry about that, because i&rsquo;ve been experiencing this problem too since a few days ago and <a href="http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index.htm">a while back</a>.&nbsp;Although the sitemap information showing&nbsp;false information i was able to locate&nbsp;my site&nbsp;in google index</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/" title="Google Sitemaps Status Showing False Alert">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/12/google-sitemaps-status-showing-false-alert/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Redirection trick for Sitemap Verification = Bad</title>
		<link>http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/</link>
		<comments>http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 06:55:24 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Journal]]></category>

		<category><![CDATA[Privacy]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[redirect]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/" title="Using Redirection trick for Sitemap Verification = Bad"><strong>Using Redirection trick for Sitemap Verification = Bad</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>It seems i made a mistake by writing about some redirection trick to fool Google Sitemap Verification before (just in case someone read it) .. because if you&#8217;re doing this, everyone that has Google Si...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/" title="Using Redirection trick for Sitemap Verification = Bad"><strong>Using Redirection trick for Sitemap Verification = Bad</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>It seems i made a mistake&nbsp;by writing about some&nbsp;<a href="http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification.htm">redirection trick to fool Google Sitemap Verification</a>&nbsp;before (just in case someone read it) .. because if you&rsquo;re doing this, everyone&nbsp;that has Google Sitemap account&nbsp;will be able to see how is your site doing in Google via their sitemap page and in this case you can see what queries goes to your site, your search engine position, etc (the other part is not that important .. but i think it's not quite important at all if your site is just a small site)</p>
<p><a rel="nofollow" href="http://s26.photobucket.com/albums/c117/Reaper-X/screenshot/?action=view&amp;current=sample-sitemap1.gif"class="shade" ><img class="alignleft" alt="Sample Sitemap" src="http://s26.photobucket.com/albums/c117/Reaper-X/screenshot/th_sample-sitemap1.gif" /></a>Other than that, if you feel that you&rsquo;re not using some sort of redirection trick, make sure your server return the correct HTTP Status Code 404 (Not Found) when someone try to locate unexistent files on your server. Because if your server returning 200 (Correct) Status Code, someone could&nbsp;add your site to their sitemap account and can verify it by choosing the upload file method</p>
<p>Note:&nbsp;Site on Screenshot taken from&nbsp;<a href="http://daria.be/" rel="nofollow">daria.be</a> hosted wordpress account provided by <em><a href="http://tdjc.be/" rel="nofollow">drmike</a></em> a <a href="http://wordpress.com/forums" rel="nofollow">wordpress forums</a> moderator.. because i was hosted at daria.be before moved to a self hosted blog and i remember drmike saying something about this before (actually he is the one that have the original idea of using this trick so i try to use it too)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/" title="Using Redirection trick for Sitemap Verification = Bad">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/journal/" title="View all posts in Journal" rel="category tag">Journal</a>,  <a href="http://www.reaper-x.com/category/privacy/" title="View all posts in Privacy" rel="category tag">Privacy</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/07/using-redirection-trick-for-sitemap-verification-bad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting listed on Search Engine Fast</title>
		<link>http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/</link>
		<comments>http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 01:49:22 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[msn]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/" title="Getting listed on Search Engine Fast"><strong>Getting listed on Search Engine Fast</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Okay without using a prologue, intro or whatever you called it here&#8217;s what you should do in order to get listed on major search engine faster (although i&#8217;ve write about this a while ago but because th...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/" title="Getting listed on Search Engine Fast"><strong>Getting listed on Search Engine Fast</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Okay this time without using a prologue, intro or whatever you called it here&rsquo;s what you should do in order to get listed on major search engine faster (although i&rsquo;ve write about this a while ago but because <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips.htm">the previous post</a> is too long i decided to create the small version) :</p>
<ul>
<li>Update your website content&nbsp;several times a day because it&rsquo;ll tell the crawler to crawl your site more often and don't forget to ping those search engine</li>
<li>Getting link from some free directory out there and of course to make sure that directory already listed on major search engine you should search for it using <a href="http://google.com/" rel="nofollow">Google</a>, <a href="http://msn.com/" rel="nofollow">MSN</a> and <a href="http://yahoo.com/" rel="nofollow">Yahoo</a> first</li>
<li>Repeat your keyword several times, and don't forget to create a good title for your content. But don't repeat it to often or search engine will think your site is just another spam site</li>
<li>Try creating&nbsp;unique content for your site so you can get listed on search engine faster, even better you can get the top result for that keyword</li>
<li>Use <a href="http://sitemaps.org/" rel="nofollow">sitemap</a> for your site, although there&rsquo;s no guarantee your site will get indexed but you can be sure your site can get indexed by search engine properly</li>
<li>Use <a href="http://lynx.browser.org/" rel="nofollow">Lynx Browser</a> to see your site like search engine does, if you want the easy way you can use the Lynx Firefox Extension, and <a href="http://www.reaper-x.com/2006/09/09/list-of-the-most-usefull-firefox-extension.htm">i&rsquo;ve wrote about this a while ago</a>&nbsp;and make sure there&rsquo;s no hidden text or link in your site (although few hidden links / text&nbsp;are okay, because i&rsquo;ve already check it on various PR5+ site)</li>
</ul>
<p>Okay and here&rsquo;s the ping address for Google and Yahoo (forget about MSN,&nbsp;maybe they&rsquo;ll create it in the future .. because as for now it's still not working, because its still testing stage) :</p>
<ul>
<li><strong>Yahoo Notification / Ping Address</strong> (don't forget to register for the api key first) :<br />search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=<strong><em>APIKEY</em></strong>&amp;url=<strong><em>YOURURL</em></strong></li>
<li><strong>Google Notification / Ping Address</strong> (don't forget to register your sitemap first, it can be Feed / Sitemap XML format) :<br />google.com/webmasters/sitemaps/ping?sitemap=<strong><em>YOURSITEMAPADDRESS</em></strong></li>
</ul>
<p>Note: I don't guarantee anything, but like wiseman said that you should try everything you can before making a conclusion (hey .. is that really a wiseman ?) :P</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/" title="Getting listed on Search Engine Fast">Permalink</a> | <a href="http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/12/03/getting-listed-on-search-engine-fast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One Sitemap for Google, MSN and Yahoo</title>
		<link>http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/</link>
		<comments>http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 15:39:14 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[msn]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/" title="One Sitemap for Google, MSN and Yahoo"><strong>One Sitemap for Google, MSN and Yahoo</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Recently those three major search engine are teaming up so the end users can benefit with just using one sitemap for that&#8217;s based on Sitemaps namespace definition. And that means you can save more spa...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/" title="One Sitemap for Google, MSN and Yahoo"><strong>One Sitemap for Google, MSN and Yahoo</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Recently those three major search engine are teaming up so the end users can benefit with just using one sitemap for that&rsquo;s based&nbsp;on <a href="http://www.sitemaps.org/">Sitemaps</a> namespace definition. And that means you can save more space on your hosting, because with just using one sitemap, it&rsquo;ll cover everything.</p>
<p>Unfortunately the MSN Livesearch team are a <a href="http://blogs.msdn.com/livesearch/archive/2006/11/15/microsoft-google-yahoo-unite-to-support-sitemaps.aspx" rel="nofollow">little bit slow</a>&nbsp;about supporting this format because they want to test everything first before it&rsquo;ll be available for public,&nbsp;and as you can see <a href="http://www.ysearchblog.com/archives/000380.html" rel="nofollow">Yahoo Search Engine team already upgrade their search engine</a> so it&rsquo;ll support the new sitemap format right away, and that means you can try submitting your new sitemap format into Yahoo once again.</p>
<p>As for those who&rsquo;s already using Google Sitemap, you don't have to do anything else other than changing the xml namespace into the correct xml namespace from <a href="http://www.sitemaps.org/protocol.html">Sitemaps.org documentation</a>. And as a side note, using sitemap doesn't guarantee your page will be on top search engine result or getting listed on search engine. But it does help search engine to&nbsp;crawl your site properly.</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/" title="One Sitemap for Google, MSN and Yahoo">Permalink</a> | <a href="http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/11/17/one-sitemap-for-google-msn-and-yahoo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Indexed Pages decreased from Google Index</title>
		<link>http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/</link>
		<comments>http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 17:46:35 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[General Blogging]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/" title="Indexed Pages decreased from Google Index"><strong>Indexed Pages decreased from Google Index</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>I don't know why, but indexed pages on my site are keep going down everyday (well maybe not everyday but it's still going down) .. although i don't quite understand what&#8217;s the actual problem is. I thi...]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/" title="Indexed Pages decreased from Google Index"><strong>Indexed Pages decreased from Google Index</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>I&nbsp;don't know why, but indexed pages on my site are keep going down everyday (well maybe not everyday but it's still going down) .. although i don't quite understand what&rsquo;s the actual problem is. I think maybe Google has some problem or Google considered my site as spam source or maybe&nbsp;Google think i'm trying to do some blackhat seo stuff. And of course because of this i'm losing my site traffic,&nbsp;i think it&rsquo;d best if&nbsp;i wait for a few days&nbsp;before rechecking my site on google index. And if the problem still occur, i'm going to email the google team directly. Because i never try to use some blackhat seo tricks, creating duplicate pages, or creating some spam site. Updated :<br />
<span id="more-211"></span></p>
<p>Actually this is not a big deal, because after reading various material about this i came to conclusion on what you should do if you experience the same thing like me and if you're sure, that you've not doing anything wrong :</p>
<ul>
<li>Google currently has problem somewhere on their server, and don't worry because soon after the Google team has fixed the problem, your indexed pages will go up again</li>
<li>There's no need to bother submitting your sitemap thousand times to Google because it's not going to work out as you've planned before because there's something wrong on their server just like i said before</li>
<li>Just keep posting / creating / updating your site content</li>
<li>Also there's some important talk <a href="http://www.webmasterworld.com/forum30/32099-2-30.htm" rel="nofollow">here</a>&nbsp;about the difference between the Googlebot and Mozilla bot, this is important to read especially if you're using GZip compression to serve your website content like me</li>
</ul>
<p>Well basically the above already said it all, although the last part is not that important if you don't use / enable GZip compression on your site / server.</p>
<p>Update : It seems Google already fixed their problem, because i can see the indexed page from my site just like before</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/" title="Indexed Pages decreased from Google Index">Permalink</a> | <a href="http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/#comments" title="One comment">One comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/miscellaneous/blogging/" title="View all posts in Blogging" rel="category tag">Blogging</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/general-blogging/" title="View all posts in General Blogging" rel="category tag">General Blogging</a>,  <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/miscellaneous/personal/" title="View all posts in Personal" rel="category tag">Personal</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/11/07/indexed-pages-decreased-from-google-index/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using ROR Sitemap</title>
		<link>http://www.reaper-x.com/2006/11/01/using-ror-sitemap/</link>
		<comments>http://www.reaper-x.com/2006/11/01/using-ror-sitemap/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 10:17:03 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Internet Tools]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[msn]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/11/01/using-ror-sitemap.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/01/using-ror-sitemap/" title="Using ROR Sitemap"><strong>Using ROR Sitemap</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Today i just created another sitemap for my site using the ROR format, unlike Google Sitemap which is using XML format that can only be read by Google Search Engine, this sitemap is universal. And that means with just only one ROR sitemap most major / almost all search engines can index your site properly, [...]]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/01/using-ror-sitemap/" title="Using ROR Sitemap"><strong>Using ROR Sitemap</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Today i just created another sitemap for my site using the <a href="http://www.rorweb.com/" rel="nofollow">ROR</a> format, unlike Google Sitemap which is using XML format that can only be read by Google Search Engine, this sitemap is universal. And that means with just only one ROR sitemap most major / almost all search engines can index your site properly, including MSN, Yahoo, and Google. Unfortunately the downside using ROR sitemap, you must index your site using the <a href="http://www.rorweb.com/rorgen/rorgen10.msi" rel="nofollow">local version of ROR Sitemap Generator</a> (note: you'll need Microsoft .NET Framework 1.1) from your computer, if your site has above 1000 pages. But if you're sure, your site only has few pages then you can use online <a href="http://www.rorweb.com/rormap.htm" rel="nofollow">ROR online sitemap generator</a> to get your ROR sitemap generated online. And if you need an example of how ROR sitemap looks, you can see it on my page <strike>here</strike> sorry its not avaialble anymore because of the big three cooperation.</p>
<p>And don't forget, although you've indexed all of your pages, there's no guarantee search engine will index your page. As a last note, if you're using free wordpress account, there's no way you can use this sitemap because .. it's involved uploading the generated ROR sitemap into your public_html directory.</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/11/01/using-ror-sitemap/" title="Using ROR Sitemap">Permalink</a> | <a href="http://www.reaper-x.com/2006/11/01/using-ror-sitemap/#comments" title="Add a comment">Add a comment</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/internet-tools/" title="View all posts in Internet Tools" rel="category tag">Internet Tools</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/11/01/using-ror-sitemap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do it yourself Search Engine Optimization / SEO Tips</title>
		<link>http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/</link>
		<comments>http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 17:54:03 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Page Rank]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Guide]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[alexa]]></category>

		<category><![CDATA[baidu]]></category>

		<category><![CDATA[Domain]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[msn]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[redirect]]></category>

		<category><![CDATA[Search Engine]]></category>

		<category><![CDATA[search engine optimization]]></category>

		<category><![CDATA[spam]]></category>

		<category><![CDATA[technorati]]></category>

		<category><![CDATA[webhosting]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips.htm</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/" title="Do it yourself Search Engine Optimization / SEO Tips"><strong>Do it yourself Search Engine Optimization / SEO Tips</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>I&#8217;ve been wondering why do people&#160;want to pay someone&#160;to do some sort of Search Engine Optimization / SEO tricks for their site, even they&#8217;re ready to pay high /&#160;insane&#160;price just to get more traffic to their site.&#160;Even if they are not writing a good content within their site. Because no matter&#160;how&#160;many times&#160;you&#8217;re trying if you [...]]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/" title="Do it yourself Search Engine Optimization / SEO Tips"><strong>Do it yourself Search Engine Optimization / SEO Tips</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>I&rsquo;ve been wondering why do people&nbsp;want to pay someone&nbsp;to do some sort of Search Engine Optimization / SEO tricks for their site, even they&rsquo;re ready to pay high /&nbsp;insane&nbsp;price just to get more traffic to their site.&nbsp;Even if they are not writing a good content within their site. Because no matter&nbsp;how&nbsp;many times&nbsp;you&rsquo;re trying if you don't write something good or giving something (for free) there&rsquo;s no way you can get more visitors. And that&rsquo;s why i&nbsp;decided to write&nbsp;a guide on how to get your site listed on search engine by doing everything by yourself just like me on my site here (without someone linking to my site when i built&nbsp;this site and in the other words i built it from the ground without depend on someone else to do the job for me) and that means everything is from the beginning since you own your domain name.</p>
<p><span id="more-184"></span></p>
<p><strong><u>Get a domain name</u></strong></p>
<p>First of all this is the most important stuff you should get before doing anything else. And why did i ask you to buy a domain name first instead of creating a free website somewhere ? well .. that&rsquo;s a simple answer. Because if you own a domain name, no matter how many times you change your host / webhosting your name can be reached by your visitors easily. Unless the free webhosting allow you to use 302 / Temporary Redirect or 301 / Permanent Redirect then you'll regret it later.</p>
<p><strong><u>Get your own webhosting</u></strong></p>
<p>Of course you&rsquo;ll need to get a webhosting plan first if you want to start a website, it doesn't matter if you&rsquo;re going to use your website to make money, having fun, wasting time, test your knowledge on the real web stuff, etc. Because if you don't own a webhosting then there&rsquo;s no point for you to create a website, beside as everyone else know that free service can't be trusted because they can change their policy anytime, anywhere as they like. Beside you can get cheap hosting easily nowaday. And of course cheap hosting means you&rsquo;re using a shared hosting, but it doesn't really matter if your website traffic is still low to medium. But if your website get alot of unique visitors daily, just make sure you&rsquo;ve prepared to go into Dedicated Hosting Plan&nbsp;which is&nbsp;expensive (at least for me).</p>
<p><strong><u>Write unique / good content</u></strong></p>
<p>Although i'm not a SEO Expert but one thing&nbsp;i have learn so many things about website and such stuff&nbsp;since i built my first website in July (and bought this domain in August), the only thing&nbsp;that makes your site get indexed by search engine and goes into&nbsp;100 results / less&nbsp;than 100 or goes to top 10 is your website content and i mean a unique content, because if you don't have unique content there&rsquo;s no way you can get your site on the top 100 search engine results. And make sure you&rsquo;re using unique keywords too that describe your website content because if your site is still new, and you're using common keywords there's no way you can compete with a high ranking website. But make sure you're using keywords that's explain your site content very well.</p>
<p><strong><u>Use proper title for your article</u></strong></p>
<p>You have wrote&nbsp;unique article or&nbsp;an interesting information, but what good your article do if you don't put the correct title for your article eventhough your site already listed on search engine ? No one will click on your site search result from the search engine, so make sure to use proper title.</p>
<p><strong><u>Obey search engine rules / guidelines</u></strong></p>
<p>I think you already saw every pages Terms of Service because most website using them including personal homepage too, but did you actually read them ? i guess most of you didnt really care about it. Because if you did read website Terms of Service, Guidelines, etc.&nbsp;then there'll be less spam on the internet. And that means&nbsp;do not try to use some sort of cloaking technique, creating doorway pages, etc&nbsp;that's specifically&nbsp;designed to&nbsp;get high ranking for search engine not human visitors. Because if there's someone know that you're using dirty tricks to get high search engine position and report it to the respective search engine. You'll lose everything you've done so far, because those search engine will ban and remove your site from their index. And double check to make sure that you're not using hidden text on your site too as well.</p>
<p><strong><u>Check your site using Lynx Browser</u></strong></p>
<p>Most of you who are using some free website template, free&nbsp;CMS template,&nbsp;or design your page by yourself&nbsp;&nbsp;should check your website first using <a href="http://lynx.browser.org/"title="Lynx the text browser" >Lynx the text browser</a>&nbsp;and this is important because that&rsquo;s how a search engine looks at your site. Search engine doesn't care if you&rsquo;re using a lot of images, flash, etc. because they only care for the text in the webpage itself (although the <em>alt</em> tag&nbsp;can explain it too but normal text is still better) and make sure that your webpage content&nbsp;section get viewed before anyother section on your website. Unfortunately Lynx can be difficult if you&rsquo;re not used to it, but if you&rsquo;re a Mozilla Firefox user there&rsquo;s no need to worry about it because there&rsquo;s a Mozilla Firefox extension that let you view a webpage like Lynx does. You can read about it in my previous post about the <a href="http://www.reaper-x.com/2006/09/09/list-of-the-most-usefull-firefox-extension.htm"title="recomended Mozilla Firefox extensions list" >recommended Mozilla Firefox extensions list</a>. As a side note, dont you ever try to use frame on your site, because search engine cant index your site properly if you use frame. But if you're already using Lynx, you can view your webpages just like a search engine.</p>
<p><strong><u>Creating a sitemap</u></strong></p>
<p>Sitemap is usefull especially if you have a large website with a really deep link in your page, because it makes search engine able to crawl /&nbsp;index&nbsp;your old article&nbsp;much faster rather than&nbsp;normal crawling.&nbsp;So you can be sure your old article get indexed properly by search engine. But the sitemap i'm talking about is not a normal sitemap for your normal visitors (yeah search engine is not normal, they&rsquo;re robot) but it&rsquo;s a <em>xml sitemap</em> and <em>standard text format sitemap. </em>And to create the <em>xml sitemap,</em> you can use a free <em>xml sitemap generator service </em>or you can use a free php scripts that&rsquo;s available on the internet (that&rsquo;s only apply if you are using a php enabled webhosting) or you can use program to create a sitemap.&nbsp;And if you need to&nbsp;use a free online&nbsp;sitemap generator&nbsp;that&rsquo;s free you can check the list&nbsp;<a href="http://code.google.com/sm_thirdparty.html"title="List of Online Sitemap Generator" >here</a>. And dont forget to create a sitemap account too as well at <a href="http://www.google.com/webmasters/sitemap" rel="nofollow">Google Sitemap</a> or <a href="http://sitexplorer.search.yahoo.com/" rel="nofollow">Yahoo Site Explorer</a></p>
<p><strong><u>Submit your site into&nbsp;various directories</u></strong></p>
<p>If you want to get listed on search engine faster, then you&rsquo;ll need to get&nbsp;someone else&nbsp;page link to your page. But that doesn't mean you can just make a temporary site just to create link to your site, because your other temporary site will have no value and search engine prefer site that has value or get indexed by the search engine regularly. Although there are&nbsp;various method to do this, the simple and easy way is search for a free web directory (preferable without reciprocal) but that&rsquo;s depend on your decision. And&nbsp;here&rsquo;s a list&nbsp;of good&nbsp;blog / web directories&nbsp;where you can submit your site for free,&nbsp;easy and of course they put a direct link back to your site but as a side note some of them are manually checking your website :</p>
<p><strong><em><u>Blog Directories</u></em></strong> </p>
<ul>
<li><a href="http://www.blogcatalog.com/" rel="nofollow">Blog Catalog</a>
<li><a href="http://www.bloghub.com/" rel="nofollow">BlogHub</a>
<li><a href="http://www.blogwise.com/" rel="nofollow">Blog Wise</a>
<li><a href="http://www.technorati.com/" rel="nofollow">Technorati</a>
<li><a href="http://www.bloggernity.com/" rel="nofollow">Bloggernity</a>
<li><a href="http://portal.eatonweb.com/" rel="nofollow">Eatonweb Portal</a>
<li><a href="http://www.blogarama.com/" rel="nofollow">Blogarama</a>
<li><a href="http://www.blog-directory.org/" rel="nofollow">Blog Directory</a>
<li><a href="http://www.bloguniverse.com/" rel="nofollow">Blog Universe</a>
<li><a href="http://www.globeofblogs.com/" rel="nofollow">Globe of Blogs</a>
<li><a href="http://www.addurlblog.com/" rel="nofollow">Add URL Blogs</a>
<li><a href="http://www.bloghub.com/" rel="nofollow">Bloghub</a>
<li><a href="http://www.lsblogs.com/" rel="nofollow">LSBlogs</a>
<li><a href="http://www.bloggeries.com/" rel="nofollow">Bloggeries</a>
<li><a href="http://dir.blogflux.com/" rel="nofollow">Blogflux Directory</a></li>
</ul>
<p><strong><u><em>Web Directories</em></u></strong> </p>
<ul>
<li><a href="http://www.dmoz.org/" rel="nofollow">DMOZ</a>
<li><a href="http://dir.yahoo.com/" rel="nofollow">Yahoo Directory</a>
<li><a href="http://www.bigwebdirectory.info/" rel="nofollow">Big Web Directory</a>
<li><a href="http://forums.digitalpoint.com/" rel="nofollow">Digital Point Forums</a>&nbsp;.. actually i want to post some more, but because you can find it easily on the internet and in this example is Digital Point Forums, then there's no point for me to put it here .. note: blog / web directory from digital point are created by the forum users there, and most of the time they're not requiring a link back .. and of course that's a good options to choose</li>
</ul>
<p><strong><u>Finally Submit your site to Search Engine</u></strong></p>
<p>After double / triple&nbsp;check everything, and you already sure that your site can get indexed properly by search engine. It is the time for you to submit to a search engine, although there's no need for you to do this step if your site already listed on several well known site, because search engine will find a link to your site eventhough you didnt submit it manually. But if you're the type that's always want to make sure everything is done correctly, you can submit your site to various search engine manually.</p>
<p>And to make thing easier for you,&nbsp;here&rsquo;s a list on where you should submit your website :</p>
<ul>
<li><a href="http://www.google.com/addurl/" rel="nofollow">Google URL Submission Page</a>
<li><a href="http://www.google.com/addurl/"title="Google URL Submission" ></a><a href="http://submit.search.yahoo.com/free/request" rel="nofollow">Yahoo URL Submission Page</a>
<li><a href="http://www.alexa.com/site/help/webmasters" rel="nofollow">Alexa URL Submission Page</a>
<li><a href="http://search.msn.com/docs/submit.aspx?FORM=SUNO" rel="nofollow">MSN Search Submission Page</a>
<li><a href="http://www.accoona.com/public/submit_website.jsp" rel="nofollow">Accoona Submission Page</a>
<li><a href="http://www.baidu.com/search/url_submit.html" rel="nofollow">Baidu Submission Page</a></li>
</ul>
<p>Although there's alot of other minor search engine on the internet, but the most important search engine is only MSN, Yahoo, and Google ... and they're the only one that can send traffic to your site</p>
<p>And now what you should do when you&rsquo;ve submitted your site .. of course .. always try to update your website content regularly, because search engine like website that get updated constantly.</p>
<p>As a final note, im not SEO Expert but everything here is based on my experience when i build this site, and it does works for me .. although my website is still not ranked by Google.</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/" title="Do it yourself Search Engine Optimization / SEO Tips">Permalink</a> | <a href="http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/#comments" title="6 comments">6 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-page-rank/" title="View all posts in Google Page Rank" rel="category tag">Google Page Rank</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/how-to/guide/" title="View all posts in Guide" rel="category tag">Guide</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/website/" title="View all posts in Website" rel="category tag">Website</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/10/23/do-it-yourself-search-engine-optimization-seo-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using redirect to trick google sitemap verification</title>
		<link>http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/</link>
		<comments>http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 07:31:13 +0000</pubDate>
		<dc:creator>Reaper-X</dc:creator>
		
		<category><![CDATA[Apache]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Sitemaps]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[WPMU]]></category>

		<category><![CDATA[Web Servers]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Domain]]></category>

		<category><![CDATA[google sitemap]]></category>

		<category><![CDATA[htaccess]]></category>

		<category><![CDATA[redirect]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://localhost.localdomain/blog/2006/08/12/using-redirect-to-trick-google-sitemap-verification/</guid>
		<description><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/" title="Using redirect to trick google sitemap verification"><strong>Using redirect to trick google sitemap verification</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p>Most of the reader especially for those who already has their own webserver maybe already using this redirection just to redirect your old pages to your new homepages. But did you know that by using the 301 redirect you can also trick google sitemap verification process ? .. actually you can do this easily as [...]]]></description>
			<content:encoded><![CDATA[<p>Copyright www.reaper-x.com | <a href="http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/" title="Using redirect to trick google sitemap verification"><strong>Using redirect to trick google sitemap verification</strong></a> by <a href="http://www.reaper-x.com" title="Reaper-X .:[ ID ]:. &#187; Google Sitemaps"><strong>Reaper-X</strong></a></p><p>Most of the reader especially for those who already has their own webserver maybe already using this redirection just to redirect your old pages to your new homepages. But did you know that by using the 301 redirect you can also trick google sitemap verification process ? .. actually you can do this easily as long as you have access to edit the .htaccess file in your webserver simply by putting this line (and the webserver support this feature)</p>
<blockquote>
<p>RedirectMatch 301 ^/google(.*)\.html$ http://examplesite.domain.com</p>
</blockquote>
<p>By using that line you tell the webserver to do a permanent redirect to all files named google*.html into the destination server, and by using that simple line there&rsquo;s no need for you to upload the google sitemap verification file into your server, because every request that made to search a google*.html will be redirected into the destination page without giving a 404 error.</p>
<p>Unfortunately this trick doesn't work on wordpress since you can't get access to the .htaccess file .. anyway i hope this trick can be usefull for you ;)</p>
	<p></p>
	<p><em>Copyright &copy; <a href="http://www.reaper-x.com" title="Reaper-X Technology">Reaper-X Technology</a> &ndash; www.reaper-x.com | <a href="http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/" title="Using redirect to trick google sitemap verification">Permalink</a> | <a href="http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/#comments" title="4 comments">4 comments</a></em></p>
	<p><em><a href="http://www.reaper-x.com">0x87485B96</a> | Tags : <a href="http://www.reaper-x.com/category/apache/" title="View all posts in Apache" rel="category tag">Apache</a>,  <a href="http://www.reaper-x.com/category/search-engine/google/" title="View all posts in Google" rel="category tag">Google</a>,  <a href="http://www.reaper-x.com/category/google-sitemaps/" title="View all posts in Google Sitemaps" rel="category tag">Google Sitemaps</a>,  <a href="http://www.reaper-x.com/category/internet/" title="View all posts in Internet" rel="category tag">Internet</a>,  <a href="http://www.reaper-x.com/category/search-engine/seo/" title="View all posts in SEO" rel="category tag">SEO</a>,  <a href="http://www.reaper-x.com/category/how-to/tutorials/" title="View all posts in Tutorials" rel="category tag">Tutorials</a>,  <a href="http://www.reaper-x.com/category/wpmu/" title="View all posts in WPMU" rel="category tag">WPMU</a>,  <a href="http://www.reaper-x.com/category/web-servers/" title="View all posts in Web Servers" rel="category tag">Web Servers</a>,  <a href="http://www.reaper-x.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a></em></p>]]></content:encoded>
			<wfw:commentRss>http://www.reaper-x.com/2006/08/12/using-redirect-to-trick-google-sitemap-verification/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
