|
SEO Strategies
|
|
NOTE: MSN is currently excluded from calculation results because they are blocking requests from the server. We are trying to circumvent this problem as you read this. The desktop version of this tool will fix this problem permanently. |
{kl_php}
error_reporting(E_ALL ^ E_NOTICE);
$updated = "September, 2007";
$shareG = 54.0;
$shareY = 19.5;
$shareM = 12.0;
$shareAOL = 6.0;
$shareASK = 2.2;
$shareTotal = $shareG + $shareY + $shareM + $shareAOL + $shareASK;
print 'What is SEO Standard? SEO Standard calculates your overall effectiveness at search engine optimization. To calculate SEO Rank, each search engine is given a weight based on it's share of total U.S. searches as identified by Nielsen NetRatings. Only the top five search engines are used accounting for '.$shareTotal.' percent of all U.S. searches. The total is then adjusted to reflect a score between zero and 100 with 100 indicating the number one position on all five search engines. [note: positions are calculated using a query originating from this server in Florida.] For more info go HERE. ';
print 'U.S. Market Share ('.$updated.'):
 - '.$shareG.' percent
 - '.$shareY.' percent
 - '.$shareM.' percent *
 - '.$shareAOL.' percent
 - '.$shareASK.' percent
Total: '.$shareTotal.' percent ';
print " ";
if($_POST){
include('/home/danwegne/www/seposition.php');
//include("http://www.ewingsassociates.com/seostand.php");
//echo "HEY! ";
$gPos=getPosition("Google",$_POST['sq'],$_POST['su'],$_POST['num'],$_POST['trace'],0,$_POST['showSerpHTML']);
$yPos=getPosition("Yahoo",$_POST['sq'],$_POST['su'],$_POST['num'],$_POST['trace'],0,$_POST['showSerpHTML']);
//$mPos=getPosition("MSN",$_POST['sq'],$_POST['su'],$_POST['num'],$_POST['trace'],0,$_POST['showSerpHTML']);
$aolPos=getPosition("AOL",$_POST['sq'],$_POST['su'],$_POST['num'],$_POST['trace'],0,$_POST['showSerpHTML']);
$askPos=getPosition("ASK",$_POST['sq'],$_POST['su'],$_POST['num'],$_POST['trace'],0,$_POST['showSerpHTML']);
$SEORank = (($shareG*100)/$shareTotal)/$gPos;
$SEORank += (($shareY*100)/$shareTotal)/$yPos;
//$SEORank += (($shareM*100)/$shareTotal)/$mPos;
$SEORank += (($shareAOL*100)/$shareTotal)/$aolPos;
$SEORank += (($shareASK*100)/$shareTotal)/$askPos;
$SEORank = round($SEORank,3);
echo "";
echo " ";
echo "| The SEO Standard Calculations | ";
echo "| Google: | $shareG / $gPos = ".$G=round($shareG/$gPos,3)." | ";
echo "| Yahoo: | $shareY / $yPos = ".$Y=round($shareY/$yPos,3)." | ";
//echo "| MSN: | $shareM / $mPos = ".$M=round($shareM/$mPos,3)." | ";
echo "| AOL: | $shareAOL / $aolPos = ".$A=round($shareAOL/$aolPos,3)." | ";
echo "| ASK: | $shareASK / $askPos = ".$A2=round($shareASK/$askPos,3)." | ";
echo "| Total: | ".$ALL=$G+$Y+$M+$A+$A2;
echo " | | SEO Standard: | $ALL x 100/$shareTotal = $SEORank | ";
echo " SEO Standard = $SEORank ";
echo "(0-1=Off The Radar; 1-10=Good Job; 10-50=Excellent; 50-100=You Own It!)";
echo " ";
echo " ";
}
{/kl_php}
*MSN is rejecting our requests from the server. We are try to remedy this as you read this.
|