<?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>My Page Rank</title>
	<atom:link href="http://mypagerank.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://mypagerank.org</link>
	<description>The website rankings checker</description>
	<lastBuildDate>Thu, 10 Nov 2011 11:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How is PageRank calculated?</title>
		<link>http://mypagerank.org/how-is-pagerank-calculated/</link>
		<comments>http://mypagerank.org/how-is-pagerank-calculated/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 10:57:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Ranking]]></category>

		<guid isPermaLink="false">http://mypagerank.org/?p=21</guid>
		<description><![CDATA[To calculate the PageRank for a page, all of its inbound links are taken into account. These are links from within the site and links from outside the site. PR(A) = (1-d) + d(PR(t1)/C(t1) + &#8230; + PR(tn)/C(tn)) That&#8217;s the equation that calculates a page&#8217;s PageRank. It&#8217;s the original one that was published when PageRank [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">To calculate the PageRank for a page, all of its inbound links are taken into account. These are links from within the site and links from outside the site.</p>
<p style="text-align: justify;"><span style="color: green;">PR(A) = (1-d) + d(PR(t1)/C(t1) + &#8230; + PR(tn)/C(tn))</span></p>
<p style="text-align: justify;">That&#8217;s the equation that calculates a page&#8217;s PageRank. It&#8217;s the original one that was published when PageRank was being developed, and it is probable that Google uses a variation of it but they aren&#8217;t telling us what it is. It doesn&#8217;t matter though, as this equation is good enough.</p>
<p style="text-align: justify;">In the equation &#8216;t1 &#8211; tn&#8217; are pages linking to page A, &#8216;C&#8217; is the number of outbound links that a page has and &#8216;d&#8217; is a damping factor, usually set to 0.85.</p>
<p style="text-align: justify;">We can think of it in a simpler way:-</p>
<p style="text-align: justify;"><span style="color: green;">a page&#8217;s PageRank = 0.15 + 0.85 * (a &#8220;share&#8221; of the PageRank of every page that links to it)</span></p>
<p style="text-align: justify;">&#8220;share&#8221; = the linking page&#8217;s PageRank divided by the number of outbound links on the page.</p>
<p style="text-align: justify;">A page &#8220;votes&#8221; an amount of PageRank onto each page that it links to. The amount of PageRank that it has to vote with is a little less than its own PageRank value (its own value * 0.85). This value is shared equally between all the pages that it links to.</p>
<p style="text-align: justify;">From this, we could conclude that a link from a page with PR4 and 5 outbound links is worth more than a link from a page with PR8 and 100 outbound links. The PageRank of a page that links to yours is important but the number of links on that page is also important. The more links there are on a page, the less PageRank value your page will receive from it.</p>
<p style="text-align: justify;">If the PageRank value differences between PR1, PR2,&#8230;..PR10 were equal then that conclusion would hold up, but many people believe that the values between PR1 and PR10 (the maximum) are set on a logarithmic scale, and there is very good reason for believing it. Nobody outside Google knows for sure one way or the other, but the chances are high that the scale is logarithmic, or similar. If so, it means that it takes a lot more additional PageRank for a page to move up to the next PageRank level that it did to move up from the previous PageRank level. The result is that it reverses the previous conclusion, so that a link from a PR8 page that has lots of outbound links is worth more than a link from a PR4 page that has only a few outbound links.</p>
<p style="text-align: justify;">Whichever scale Google uses, we can be sure of one thing. A link from another site increases our site&#8217;s PageRank. Just remember to avoid links from link farms.</p>
<p style="text-align: justify;">Note that when a page votes its PageRank value to other pages, its own PageRank is not reduced by the value that it is voting. The page doing the voting doesn&#8217;t give away its PageRank and end up with nothing. It isn&#8217;t a transfer of PageRank. It is simply a vote according to the page&#8217;s PageRank value. It&#8217;s like a shareholders meeting where each shareholder votes according to the number of shares held, but the shares themselves aren&#8217;t given away. Even so, pages do lose some PageRank indirectly, as we&#8217;ll see later.</p>
<p style="text-align: justify;">Ok so far? Good. Now we&#8217;ll look at how the calculations are actually done.</p>
<p style="text-align: justify;">For a page&#8217;s calculation, its existing PageRank (if it has any) is abandoned completely and a fresh calculation is done where the page relies solely on the PageRank &#8220;voted&#8221; for it by its current inbound links, which may have changed since the last time the page&#8217;s PageRank was calculated.</p>
<p style="text-align: justify;">The equation shows clearly how a page&#8217;s PageRank is arrived at. But what isn&#8217;t immediately obvious is that it can&#8217;t work if the calculation is done just once. Suppose we have 2 pages, A and B, which link to each other, and neither have any other links of any kind. This is what happens:-</p>
<p style="text-align: justify;"><span style="color: #990000;">Step 1: Calculate page A&#8217;s PageRank from the value of its inbound links</span></p>
<p style="text-align: justify;">Page A now has a new PageRank value. The calculation used the value of the inbound link from page B. But page B has an inbound link (from page A) and its new PageRank value hasn&#8217;t been worked out yet, so page A&#8217;s new PageRank value is based on inaccurate data and can&#8217;t be accurate.</p>
<p style="text-align: justify;"><span style="color: #990000;">Step 2: Calculate page B&#8217;s PageRank from the value of its inbound links</span></p>
<p style="text-align: justify;">Page B now has a new PageRank value, but it can&#8217;t be accurate because the calculation used the new PageRank value of the inbound link from page A, which is inaccurate.</p>
<p style="text-align: justify;">It&#8217;s a Catch 22 situation. We can&#8217;t work out A&#8217;s PageRank until we know B&#8217;s PageRank, and we can&#8217;t work out B&#8217;s PageRank until we know A&#8217;s PageRank.</p>
<p style="text-align: justify;">Now that both pages have newly calculated PageRank values, can&#8217;t we just run the calculations again to arrive at accurate values? No. We can run the calculations again using the new values and the results will be more accurate, but we will always be using inaccurate values for the calculations, so the results will always be inaccurate.</p>
<p style="text-align: justify;">The problem is overcome by repeating the calculations many times. Each time produces slightly more accurate values. In fact, total accuracy can never be achieved because the calculations are always based on inaccurate values. 40 to 50 iterations are sufficient to reach a point where any further iterations wouldn&#8217;t produce enough of a change to the values to matter. This is precisiely what Google does at each update, and it&#8217;s the reason why the updates take so long.</p>
<p style="text-align: justify;">One thing to bear in mind is that the results we get from the calculations are <span style="text-decoration: underline;">proportions</span>. The figures must then be set against a scale (known only to Google) to arrive at each page&#8217;s actual PageRank. Even so, we can use the calculations to channel the PageRank within a site around its pages so that certain pages receive a higher proportion of it than others.</p>
<p style="text-align: justify;"><img src="http://www.webworkshop.net/images/spacer.gif" alt="" width="100%" height="1" /></p>
<p><span style="color: #990000;">NOTE:</span><br />
You may come across explanations of PageRank where the same equation is stated but the result of each iteration of the calculation is <span style="text-decoration: underline;">added</span> to the page&#8217;s existing PageRank. The new value (result + existing PageRank) is then used when sharing PageRank with other pages. These explanations are wrong for the following reasons:-</p>
<p style="text-align: justify;"><strong>1.</strong> They quote the same, published equation &#8211; but then change it</p>
<p style="text-align: justify;">from <span style="color: green;">PR(A) = (1-d) + d(&#8230;&#8230;)</span> to <span style="color: green;">PR(A) = PR(A) + (1-d) + d(&#8230;&#8230;)</span></p>
<p style="text-align: justify;">It isn&#8217;t correct, and it isn&#8217;t necessary.</p>
<p style="text-align: justify;"><strong>2.</strong> We will be looking at how to organize links so that certain pages end up with a larger proportion of the PageRank than others. Adding to the page&#8217;s existing PageRank through the iterations produces different proportions than when the equation is used as published. Since the addition is not a part of the published equation, the results are wrong and the proportioning isn&#8217;t accurate.</p>
<p style="text-align: justify;">According to the published equation, the page being calculated starts from scratch at each iteration. It relies<span style="text-decoration: underline;">solely</span> on its inbound links. The &#8216;add to the existing PageRank&#8217; idea doesn&#8217;t do that, so its results are necessarily wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://mypagerank.org/how-is-pagerank-calculated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is My Website Ranking?</title>
		<link>http://mypagerank.org/what-is-my-website-ranking/</link>
		<comments>http://mypagerank.org/what-is-my-website-ranking/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 10:52:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website Ranking]]></category>

		<guid isPermaLink="false">http://mypagerank.org/?p=13</guid>
		<description><![CDATA[PageRank is Google&#8216;s way of deciding a page&#8217;s importance, and also considered one of the most important element for Website Ranking. It matters because it is one of the factors that determines a page&#8217;s ranking in the search results. It isn&#8217;t the only factor that Google uses to rank pages, but it is an important one. In a nutshell, it considers links to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>PageRank</strong> is <strong>Google</strong>&#8216;s way of deciding a page&#8217;s importance, and also considered one of the most important element for <strong>Website Ranking</strong>. It matters because it is one of the factors that determines a page&#8217;s ranking in the search results. It isn&#8217;t the only factor that Google uses to rank pages, but it is an important one.</p>
<p style="text-align: justify;">In a nutshell, it considers links to be like votes. In addition, it considers that some votes are more important than others. PageRank is Google&#8217;s system of counting link votes and determining which pages are most important based on them. These scores are then used along with many other things to determine if a page will rank well in a search.</p>
<h3 style="text-align: justify;">WHAT IS ALEXA RANKING ?</h3>
<p style="text-align: justify;"><strong>Alexa</strong> collects information from users who have installed an <strong>&#8220;Alexa Toolbar,&#8221;</strong> allowing them to provide statistics on web site traffic, as well as lists of related links.</p>
<p style="text-align: justify;">Although Alexa ranking doesnt directly affect your <strong>website ranking</strong>, but it does give you an indication as to how popular your website is.</p>
<p style="text-align: justify;">Alexa’s traffic rankings are based on the usage patterns of Alexa Toolbar users over a rolling 3 month period. A site’s ranking is based on a combined measure of reach and pageviews. Reach is determined by the number of unique Alexa users who visit a site on a given day. Pageviews are the total number of Alexa user URL requests for a site. However, multiple requests for the same URL on the same day by the same user are counted as a single pageview. The site with the highest combination of users and pageviews is ranked #1.</p>
]]></content:encoded>
			<wfw:commentRss>http://mypagerank.org/what-is-my-website-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Rankings and free Search Engine Positioning tools</title>
		<link>http://mypagerank.org/website-rankings-and-free-search-engine-positioning-tools/</link>
		<comments>http://mypagerank.org/website-rankings-and-free-search-engine-positioning-tools/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 10:49:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Page Rank]]></category>

		<guid isPermaLink="false">http://mypagerank.org/?p=6</guid>
		<description><![CDATA[The website rankings checker, checks to see what position your keyword ranks at. Google Keyword Checker looks at the top 100 positions. we have a wide range of Free Search Engine Positioning tools! Are you struggling with search engine optimisation and need some help? We&#8217;ve got the tools you need! In our articles section you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The website rankings checker, checks to see what position your keyword ranks at. Google Keyword Checker looks at the top 100 positions. we have a wide range of Free Search Engine Positioning tools!</p>
<p style="text-align: justify;" align="left">Are you struggling with search engine optimisation and need some help? We&#8217;ve got the tools you need!</p>
<p style="text-align: justify;" align="left">In our articles section you will find the information you need to optimise your pages, make them rank high and keep them that way.</p>
<p style="text-align: justify;" align="left">Our free website rankings tools include a Google keyword checker, meta tag generator and free website statistics tracking package that you can use to monitor your traffic. In addition we&#8217;ve added some useful tools in our resources section that will help you gain traffic to your website.</p>
<p style="text-align: justify;" align="left">We will be constantly refining and adding to the free tools section and adding more articles to educate the budding webmaster over the coming weeks.</p>
<p style="text-align: justify;" align="left">We&#8217;ve recently added a quick tutorial section which will give you the background you need to begin optimising your pages for the search engines and gaining high rankings. Start with learning how to write your page titles and meta tags correctly and then move on to some of the more advanced techniques like publishing articles and progressive linking campaigns.</p>
<p style="text-align: justify;" align="left">We&#8217;ve also covered some of the basics of website design and included some information on using website templates and do&#8217;s and don&#8217;ts for using some advanced scripting in DHTML, Flash and javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://mypagerank.org/website-rankings-and-free-search-engine-positioning-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Search Engines Rank Web Pages</title>
		<link>http://mypagerank.org/how-search-engines-rank-web-pages/</link>
		<comments>http://mypagerank.org/how-search-engines-rank-web-pages/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 21:33:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Page Rank]]></category>

		<guid isPermaLink="false">http://mypagerank.org/?p=1</guid>
		<description><![CDATA[Search for anything using your favorite crawler-based search engine. Nearly instantly, the search engine will sort through the millions of pages it knows about and present you with ones that match your topic. The matches will even be ranked, so that the most relevant ones come first. Of course, the search engines don&#8217;t always get [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Search for anything using your favorite crawler-based search engine. Nearly instantly, the search engine will sort through the millions of pages it knows about and present you with ones that match your topic. The matches will even be ranked, so that the most relevant ones come first.</p>
<p style="text-align: justify;">Of course, the search engines don&#8217;t always get it right. Non-relevant pages make it through, and sometimes it may take a little more digging to find what you are looking for. But, by and large, search engines do an amazing job.</p>
<p style="text-align: justify;">As WebCrawler founder Brian Pinkerton puts it, &#8220;Imagine walking up to a librarian and saying, &#8216;travel.&#8217; They’re going to look at you with a blank face.&#8221;</p>
<p style="text-align: justify;">OK &#8212; a librarian&#8217;s not really going to stare at you with a vacant expression. Instead, they&#8217;re going to ask you questions to better understand what you are looking for.</p>
<p style="text-align: justify;">Unfortunately, search engines don&#8217;t have the ability to ask a few questions to focus your search, as a librarian can. They also can&#8217;t rely on judgment and past experience to rank web pages, in the way humans can.</p>
<p style="text-align: justify;">So, how do crawler-based search engines go about determining relevancy, when confronted with hundreds of millions of web pages to sort through? They follow a set of rules, known as an algorithm. Exactly how a particular search engine&#8217;s algorithm works is a closely-kept trade secret. However, all major search engines follow the general rules below.</p>
]]></content:encoded>
			<wfw:commentRss>http://mypagerank.org/how-search-engines-rank-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

