


<?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>Walnutz &#187; SEO</title>
	<atom:link href="http://blog.walnutz.net/tag/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.walnutz.net</link>
	<description>Walnutz</description>
	<lastBuildDate>Wed, 10 Feb 2010 17:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove www from URL address with .htaccess</title>
		<link>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html</link>
		<comments>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Resources]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[.htaccess files]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[host server]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hosting server]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server host]]></category>
		<category><![CDATA[server hosting]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[url address]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=1</guid>
		<description><![CDATA[Sometimes when we typing www.website.com then the URLs automaticly turn into website.com (without www). Its a good idea for some people who wants to avoid redundant indexed address between www.website.com and website.com in search engine like Google or others.
To do this is so simple with .htaccess file if your host server can suppot it, but [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when we typing www.website.com then the URLs automaticly turn into website.com (without www). Its a good idea for some people who wants to avoid redundant indexed<span id="more-1"></span> address between www.website.com and website.com in search engine like Google or others.</p>
<p>To do this is so simple with .htaccess file if your host server can suppot it, but i think many host server is already accept .htaccess files inside your web.</p>
<p>Now, you can type this on the .htaccess files:</p>
<p># Remove www<br />
<strong>RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]<br />
RewriteRule ^(.*)$ http://%1/$1 [R=301,NC,L]</strong></p>
<p>[NC] : Non case sensitive</p>
<p>R=301 : redirect (remove?) permanently from older URL address</p>
<p>Now, you can tried to type your web address with www in the begining of URL . What you see? is the &#8216;www&#8217; disappear from the URL? If rights then you are succesfully removing www from URL with .htaccess files.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Fremove-www-from-url-address-with-htaccess.html';
  addthis_title  = 'Remove+www+from+URL+address+with+.htaccess';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Social Bookmarks Button on Your Web or Blog</title>
		<link>http://blog.walnutz.net/adding-social-bookmarks-button-on-your-web-or-blog.html</link>
		<comments>http://blog.walnutz.net/adding-social-bookmarks-button-on-your-web-or-blog.html#comments</comments>
		<pubDate>Fri, 30 May 2008 03:15:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Resources]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social bookmarks]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=10</guid>
		<description><![CDATA[You know that if your web or blog
have a link on social bookmarks sites, it makes more visitor to your web or blog. But
there&#8217;s some other way to make it so easy, yes! by adding social bookmarks button on your
web or blog, this will spreads your content across the web and making it easier
for your [...]]]></description>
			<content:encoded><![CDATA[<p>You know that if your web or blog</p>
<p>have a link on social bookmarks sites, it makes more visitor to your web or blog. But</p>
<p>there&#8217;s some other way to make it so easy, yes! by adding social bookmarks button on your</p>
<p>web or blog, this will spreads your content across the web <span id="more-10"></span>and making it easier</p>
<p>for your visitors to bookmark and share it with other people and also help your visitor</p>
<p>promote your website or blog.</p>
<p>Like i do with my blog by adding social bookmarks</p>
<p>button from AddThis.com that&#8217;s so simple button and easy to install. This the most popular</p>
<p>social bookmarks button on the web. To start it, simply register on AddThis.com and get your</p>
<p>code to install social bookmarks button.</p>
<p>If you&#8217;re using Wordpress like me, you can</p>
<p>install AddThis Social Bookmarking Widget plugin to <span class="style68">automaticallyinsert the AddThis widget below each post in your blog.</p>
<p></span></p>
<p>You can download this</p>
<p>plugin here:</p>
<p><a href="http://s3.addthis.com/plugins/wordpress/v12/addthis_social_widget_drop.zip" target="_blank">addthis_social_widget_drop.zip</p>
<p></a></p>
<p>To install this plugin:</p>
<p>Unzip this zip file, and <span class="style68">upload it into your wp-content/plugin directory and </span><span>Login your Wordpress blog, click on the &#8216;Plugins&#8217; tab, and click&#8217;Activate&#8217; </span></p>
<p>By adding social bookmarks button it will create a buzz for your</p>
<p>site and increase its popularity and ranking.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Fadding-social-bookmarks-button-on-your-web-or-blog.html';
  addthis_title  = 'Adding+Social+Bookmarks+Button+on+Your+Web+or+Blog';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/adding-social-bookmarks-button-on-your-web-or-blog.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>List of 20 Most Higher Page Rank Social Bookmarks Sites</title>
		<link>http://blog.walnutz.net/list-of-20-most-higher-page-rank-social-bookmarks-sites.html</link>
		<comments>http://blog.walnutz.net/list-of-20-most-higher-page-rank-social-bookmarks-sites.html#comments</comments>
		<pubDate>Mon, 26 May 2008 03:28:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[page rank]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[social bookmarks]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=7</guid>
		<description><![CDATA[Anyone has know that one thing to
increase your position in search engine is submiting their website into social bookmarks
that have high page rank. This page rank is assigned by Google for the page that have a good
content and high traffic and make so important by other people.
This can be a good way to promote our [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone has know that one thing to</p>
<p>increase your position in search engine is submiting their website into social bookmarks</p>
<p>that have high page rank. This page rank is assigned by Google for the page that have a good</p>
<p>content and high traffic and make<span id="more-7"></span> so important by other people.</p>
<p>This can be a good way to promote our site and get high traffic by submitting our site into social</p>
<p>bookmarks that have high page rank like Digg.com. By submitting your website into social</p>
<p>bookmarks, you have one backlink to your site without placing their link in your page. Nice</p>
<p>huh&#8230; <img src='http://blog.walnutz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But there is more than like a Digg site to create backlink, you can do more</p>
<p>backlink by submiting into several social bookmarks site, but not all site have a high page</p>
<p>rank. Here the list of 20 most high page rank social bookmarks sites:</p>
<p>[PR 9]</p>
<p>Bloglines.com</p>
<p>[PR 9] del.icio.us</p>
<p>[PR 9] Slashdot.org</p>
<p>[PR 8]</p>
<p>Digg.com</p>
<p>[PR 8] Furl.net</p>
<p>[PR 8] Mybloglog.com</p>
<p>[PR 8]</p>
<p>Newsvine.com</p>
<p>[PR 8] Reddit.com</p>
<p>[PR 8] Stumbleupon.com</p>
<p>[PR 8]</p>
<p>Technorati.com</p>
<p>[PR 7] Blinklist.com</p>
<p>[PR 7] Dzone.com</p>
<p>[PR 7] Mister-</p>
<p>wong.de</p>
<p>[PR 7] Propeller.com</p>
<p>[PR 6] Clipmarks.com</p>
<p>[PR 6]</p>
<p>Faves.com</p>
<p>[PR 6] Kaboodle.com</p>
<p>[PR 6] Netvouz.com</p>
<p>[PR 6]</p>
<p>Shoutwire.com</p>
<p>[PR 6] Simpy.com<br />
<!--<br />
[PR 6] Spurl.net</p>
<p>[PR 6]</p>
<p>Tailrank.com</p>
<p>[PR 5] Fark.com</p>
<p>[PR 5] Linkswarm.com</p>
<p>[PR 5]</p>
<p>Mybookmarks.com</p>
<p>[PR 5] Spotback.com</p>
<p>[PR 4] Blogmarks.net</p>
<p>[PR 4]</p>
<p>Ma.gnolia.com--></p>
<p>Last update: May 26, 2008</p>
<p>You can start to register for each</p>
<p>social bookmarks site on list above and placing your website link into your bookmarks</p>
<p>account. This very good resources to increase your web traffic and also increasing your</p>
<p>internet marketing revenue.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Flist-of-20-most-higher-page-rank-social-bookmarks-sites.html';
  addthis_title  = 'List+of+20+Most+Higher+Page+Rank+Social+Bookmarks+Sites';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/list-of-20-most-higher-page-rank-social-bookmarks-sites.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best performe on Search Engine</title>
		<link>http://blog.walnutz.net/best-performe-on-search-engine.html</link>
		<comments>http://blog.walnutz.net/best-performe-on-search-engine.html#comments</comments>
		<pubDate>Mon, 19 May 2008 03:04:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Googlebot]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=3</guid>
		<description><![CDATA[Some people work hard to optimize 
their web on search engine, sometimes the optimization that have been made is too over and 
can affect their site will be banned by search engine. Don&#8217;t think Google can&#8217;t 
detect what you&#8217;re doing on the web! Their spider like Google will seekin&#8217; the text on the 
page and [...]]]></description>
			<content:encoded><![CDATA[<p>Some people work hard to optimize </p>
<p>their web on search engine, sometimes the optimization that have been made is too over and </p>
<p>can affect their site will be banned by <span id="more-3"></span>search engine. Don&#8217;t think Google can&#8217;t </p>
<p>detect what you&#8217;re doing on the web! Their spider like Google will seekin&#8217; the text on the </p>
<p>page and crawl and load the data on the spider ship and then give those information on </p>
<p>Google data centre. If they found some strickly text like &lt;font color=&#8221;#000000&#8243;&gt; and </p>
<p>&lt;body bgcolor=&#8221;#000000&#8243;&gt; it seem to be invisible by the user, this can be banned by </p>
<p>search engine.</p>
<p>You can&#8217;t abuse Googlebot like that! Once your web banned, you&#8217;re no </p>
<p>longer have a visitor to your site! Remember that.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Fbest-performe-on-search-engine.html';
  addthis_title  = 'Best+performe+on+Search+Engine';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/best-performe-on-search-engine.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
