<?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>WP Garage &#187; PageRank</title>
	<atom:link href="http://wpgarage.com/tag/pagerank/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Mon, 30 Aug 2010 10:34:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>More on doing a 301 redirect of a WordPress site to a new domain</title>
		<link>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/</link>
		<comments>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:45:53 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Good Blogging Practice]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://wpgarage.com/?p=669</guid>
		<description><![CDATA[A few months ago, we redirected this blog from WordPressGarage.com to WPGarage.com in order to respect the request by the folks at Automattic that people not use the word WordPress in their domain name. We wrote up a guide on how to do this type of 301 redirect, and at that point it seemed that [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, we redirected this blog from WordPressGarage.com to WPGarage.com in order to respect the request by the folks at Automattic that people not use the word WordPress in their domain name. <a title="WordPressGarage.com now on WPGarage.com, and how to move a domain with a 301 redirect on WordPress" href="http://wpgarage.com/tips/wordpress-301-redirect/">We wrote up a guide on how to do this type of 301 redirect</a>, and at that point it seemed that things had gone mostly smoothly. However, I now know that things did not go so smoothly, and here are some things that you should pay attention to if you also choose to 301 redirect your site to a new domain:</p>
<h2>Google Analytics</h2>
<p><a href="http://google.com/analytics">Google Analytics</a> stopped tracking our traffic. It said it was receiving data, but the stats showed zero visitors – an internet flatline. At first I thought that the redirect had caused all traffic to this site to cease, but I knew that could not be the case since our posts were still appearing in the SERPs, which is where most of our traffic comes from. Plus, we were still getting comments, which meant that some people were visiting. My search to figure out why this was happening led me to find a bunch of other issues (listed below), but eventually I just removed the Google Analytics WordPress plugin we were using, and pasted the analytics code into the footer. That solved the problem, and the stats started showing traffic again.</p>
<p>On another note, it seems that you need to log into Google Analytics and update the profile to the new address. I did that, but it didn’t fix the above problem. Anyways, <a href="http://groups.google.com/group/analytics-help-tracking/msg/822daf0e4303f0dc?pli=1">here says it doesn’t matter</a> what domain name in your Google Analytics settings the tracking code is on.</p>
<p>Lesson: pay close attention to your analytics stats after you redirect your site to a new domain. That way, if you see a problem you can start working immediately to solve it. It took me six days to solve our problem, which meant six days of no logged statistics. I would have hated to have done that to a client!</p>
<h2>Google Webmaster Tools</h2>
<p>If you’ve got <a href="www.google.com/webmasters/tools/">Google Webmaster Tools</a> monitoring your site, you need to change some settings there in order for it to start tracking the new domain properly.</p>
<p>Google has complete instructions on what to do if you are <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=83105&amp;hl=en">moving a site to a new domain</a>. One of the things they mention there, which we didn’t do before we did the redirect, is to update your settings in Google Webmaster Tools. If you’ve been tracking your site in Google Webmaster Tools, you need to register a <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=83106">change of address</a>. To do so you, need to re-verify the old site, which includes verifying both the www and non-www versions of the site. <a title="Preferred domain (www or non-www)" href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=44231">Google says</a> that the reason for this is that “Typically, both versions point to the same physical location, but this is not always the case.” I had only added the non-www version to Google Webmaster tools, so I had to add a new site for <a href="http://www.wordpressgarage.com">www.wordpressgarage.com</a>. This was a problem since I’d redirected everything and couldn’t put the meta tag that is required in the header of the old site. So I had to remove the 301 redirect from WordPressGarage.com’s .htaccess, add the header tag, and Verify. Once that was done, I could do the change of address.</p>
<h2>Redirect Properly with or without www</h2>
<p>While I was trying to figure out why our analytics weren’t working, I noticed that we had set up the 301 redirect as follows: <a href="http://wordpressgarage.com">http://wordpressgarage.com</a> &gt; <a href="http://www.wpgarage.com">http://www.wpgarage.com</a> &gt; <a href="http://wpgarage.com">http://wpgarage.com</a>. In other words, we had written in the .htaccess file that visitors to wordpressgarage.com should be redirected to <a href="http://www.wpgarage.com">www.wpgarage.com</a>, but here on wpgarage.com we have it set up that all visitors are redirected to the non-www version of the domain name. Basically, visitors were redirected twice. Not elegant, that’s for sure.</p>
<h2>Google PageRank</h2>
<p>I recently realized that this site lost its Google PageRank in the redirection process. We used to have a PR of 4, and now it’s 0. Zero!! I would like to know why that is the case, since all of a site’s value is supposed to be passed on to the new domain if a 301 redirect is used. But in consolation, I haven’t seen a reduction in traffic. In fact, traffic has gone up since we did the redirect.</p>
<p>So there you go: some more things you should pay attention to when doing a 301 redirect of a site to a new domain name. All of the above makes me realize how dependent we are on Google for managing our site properly. What can we do – they create the best (free) tools, so we use them, and we also depend on them for traffic.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;desc=A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;t=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;link=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;body=Link: http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;srcUrl=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;srcTitle=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;snippet=A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;summary=A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&amp;selection=A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/&amp;title=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/+&quot;More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fgood-blogging-practice%2Fmore-on-301-redirect-wordpress-new-domain%2F&amp;t=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=More+on+doing+a+301+redirect+of+a+WordPress+site+to+a+new+domain+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22More%20on%20doing%20a%20301%20redirect%20of%20a%20WordPress%20site%20to%20a%20new%20domain%22&amp;body=Link: http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20few%20months%20ago%2C%20we%20redirected%20this%20blog%20from%20WordPressGarage.com%20to%20WPGarage.com%20in%20order%20to%20respect%20the%20request%20by%20the%20folks%20at%20Automattic%20that%20people%20not%20use%20the%20word%20WordPress%20in%20their%20domain%20name.%20We%20wrote%20up%20a%20guide%20on%20how%20to%20do%20this%20type%20of%20301%20redirect%2C%20and%20at%20that%20point%20it%20seemed%20that%20thin" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/good-blogging-practice/more-on-301-redirect-wordpress-new-domain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPressGarage now has a Google PageRank!</title>
		<link>http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/</link>
		<comments>http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 07:41:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[News & Views]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/</guid>
		<description><![CDATA[I just noticed that WordPressGarage finally has a Google PageRank! For many many months, this blog has had no PageRank, for reasons I don&#8217;t completely understand. It seems that Google sweeps the web very infrequently, doling out page ranks as they go along. These PageRanks stick until the next time around, and if you start [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed that WordPressGarage finally has a <a href="http://www.google.com/technology/" title="Google PageRank">Google PageRank</a>! For many many months, this blog has had no PageRank, for reasons I don&#8217;t completely understand. It seems that Google sweeps the web very infrequently, doling out page ranks as they go along. These PageRanks stick until the next time around, and if you start a blog or site in between sweeps, you are stuck with a PageRank of non-existent (you don&#8217;t even get a rank of 0) until Google sweeps again.</p>
<p>I check PageRank with a very handy Firefox Add-on called <a href="https://addons.mozilla.org/en-US/firefox/addon/321" title="SearchStatus">SearchStatus</a>. It adds a little toolbar at the bottom of the browser that indicates PageRank, Alexa, and Compete rankings.</p>
<p>I just checked all of my sites, and they all were awarded a PageRank of 4/10. Is that good? Is that bad? I don&#8217;t know, but at least now they have a rank of some kind and I have something to tell people when they ask. It&#8217;s like they didn&#8217;t exist until Google benevolently bestowed upon them their rank.</p>
<p>What is PageRank? Well, <a href="http://en.wikipedia.org/wiki/PageRank" title="PageRank on Wikipedia">Wikipedia</a> has the following to say about it:</p>
<blockquote><p><strong>PageRank</strong> is a <a href="http://en.wikipedia.org/wiki/Link_analysis" title="Link analysis">link analysis</a> algorithm that assigns a numerical weighting to each element of a <a href="http://en.wikipedia.org/wiki/Hyperlink" title="Hyperlink">hyperlinked</a> set of documents, such as the <a href="http://en.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web">World Wide Web</a>, with the purpose of &#8220;measuring&#8221; its relative importance within the set.</p></blockquote>
<p>We care about it because if Google gives a site a higher PageRank, it means they see it as more important and it will probably do better in search results.</p>
<p>Interesting, but here&#8217;s the really important stuff:</p>
<blockquote><p>PageRank was developed at <a href="http://en.wikipedia.org/wiki/Stanford_University" title="Stanford University">Stanford University</a> by <a href="http://en.wikipedia.org/wiki/Larry_Page" title="Larry Page">Larry Page</a> (hence the name <em>Page</em>-Rank<sup id="_ref-0" class="reference"><a href="http://en.wikipedia.org/wiki/PageRank#_note-0">[1]</a></sup>) and later <a href="http://en.wikipedia.org/wiki/Sergey_Brin" title="Sergey Brin">Sergey Brin</a> as part of a research project about a new kind of search engine.</p></blockquote>
<p>It&#8217;s named after Larry Page! It worked out so well for him that his last name isn&#8217;t Wolfsonbergerstein. WolfsonbergersteinRank just wouldn&#8217;t have the same ring to it.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21&amp;desc=I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;t=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=WordPressGarage+now+has+a+Google+PageRank%21&amp;link=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=WordPressGarage+now+has+a+Google+PageRank%21&amp;body=Link: http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21&amp;srcUrl=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;srcTitle=WordPressGarage+now+has+a+Google+PageRank%21&amp;snippet=I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21&amp;summary=I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20&amp;source=WP Garage" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=WordPressGarage+now+has+a+Google+PageRank%21&amp;url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21&amp;selection=I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/&amp;title=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/+&quot;WordPressGarage+now+has+a+Google+PageRank%21&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fwpgarage.com%2Fnews-views%2Fwordpressgarage-now-has-a-google-pagerank%2F&amp;t=WordPressGarage+now+has+a+Google+PageRank%21" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=WordPressGarage+now+has+a+Google+PageRank%21+-++%28via+%40wpgarage%29&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22WordPressGarage%20now%20has%20a%20Google%20PageRank%21%22&amp;body=Link: http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20just%20noticed%20that%20WordPressGarage%20finally%20has%20a%20Google%20PageRank%21%20For%20many%20many%20months%2C%20this%20blog%20has%20had%20no%20PageRank%2C%20for%20reasons%20I%20don%27t%20completely%20understand.%20It%20seems%20that%20Google%20sweeps%20the%20web%20very%20infrequently%2C%20doling%20out%20page%20ranks%20as%20they%20go%20along.%20These%20PageRanks%20stick%20until%20the%20next%20time%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/news-views/wordpressgarage-now-has-a-google-pagerank/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
