<?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>Mauro Dalfreddo &#187; Pagerank</title>
	<atom:link href="http://www.maurodalfreddo.it/archives/tag/pagerank/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maurodalfreddo.it</link>
	<description>My work, my life... my Blog</description>
	<lastBuildDate>Thu, 24 Jun 2010 12:10:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google PageRank</title>
		<link>http://www.maurodalfreddo.it/archives/48/google-pagerank</link>
		<comments>http://www.maurodalfreddo.it/archives/48/google-pagerank#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:12:52 +0000</pubDate>
		<dc:creator>Mauro Dalfreddo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Pagerank]]></category>

		<guid isPermaLink="false">http://www.maurodalfreddo.it/archives/48</guid>
		<description><![CDATA[Il PageRank (PR) è un importante valore numerico che rappresenta l&#8217;importanza (secondo Google) di una pagina nel Web:
PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page&#8217;s value. Google interprets a link from page A to page B as a vote, by page [...]]]></description>
			<content:encoded><![CDATA[<p>Il PageRank (PR) è un importante valore numerico che rappresenta l&#8217;importanza (secondo Google) di una pagina nel Web:</p>
<p><em>PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page&#8217;s value. Google interprets a link from page A to page B as a vote, by page A, for page B. But Google looks at more than the sheer volume of votes, or links a page receives; it also analyzes the page that casts the vote. Votes cast by pages that are themselves &#8220;important&#8221; weigh more heavily and help to make other pages &#8220;important.&#8221;</em></p>
<p>Traducendo e parafrasando: una pagina web può essere raggiunta da un certo numero di link (entranti), che risiedono su altri siti o pagine e contenere un certo numero di link (uscenti) che puntano verso altri siti o pagine; di tutti questi link quelli presi in considerazione (per il calcolo del PR) dal nostro Motore di ricerca sono unicamente quelli entranti. E visto che Google da&#8217;un peso non solo al <strong>numero</strong> complessivo di link entranti, ma anche alla <strong>qualità</strong> (ovvero al PR &#8211; sembrerebbe quindi che il PG sia una specie di funzione pseudoricorsiva!!) delle pagine in cui si trovano, si capisce quindi l&#8217;importanza dei link provenienti da pagine con valori di PR alto.</p>
<p>La via più semplice per conoscere questo valore numerico (anche se approssimato) è la Google toolbar, ma esistono altri tools e scripts che possono estrarlo. Uno dei più famosi scripts è stato pubblicato su <span style="color: #645db5;">www.googlecommunity.com</span>.</p>
<p dir="ltr">L&#8217;<a title="Algoritmo" href="http://www.motoricerca.info/articoli/google-pagerank.phtml" target="_blank">agoritmo</a>  può essenzialmente esser suddiviso in due fasi: il calcolo del checksum associato alla pagine web e la request verso Google del valore numerico. </p>
<p dir="ltr">Qui presento una versione modificata di quello script , facilmente inseribile in qualsiasi progetto: un unico script, che non fa uso di immagini, ma che usa gli stili per una semplice rappresentazione grafica (la classica barretta colorata!).</p>
<p dir="ltr"><a title="Script per calcolare il PageRank" href="http://www.maurodalfreddo.it/wp-content/uploads/2007/10/pagerank.zip"><img src="/img/zipico.jpg" border="0" alt="" /> Script per calcolare il PageRank</a></p>
<p dir="ltr">Una semplice demo online invece si trova <a title="pagerank" href="http://www.maurodalfreddo.it/demo/pr/pagerank.php" target="_blank">qui</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maurodalfreddo.it/archives/48/google-pagerank/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
