How to Create Google Page Rank Checker ?


At the previous post, I’ve already told you about script for predict your google pagerank.

This time, I want to share for you about script to create your own rank checker, so you can implement the script inside your site.

The implementation of this script is very easy. You’re just copy the codes, paste the codes under your HTML editor (remember don’t paste the codes at Design Editor) at any page you want.

This script will check your pagerank based on many Google Data Center.

You can make conslusion of your average pagerank and you will see how importance your site in search engine’s sight.

With this pagerank checker script, you’ll be able to check any website as you want.

Allright, here’s the script for checking your page rank :

<form method=”get” name=”pageform” action=”http://www.iwebtool.com/tool/tools/rank/rank.php” target=”pageframe” onsubmit=”return validate(this);”>
<table border=”0″ style=”border-collapse: collapse” width=”100%”>
<tr>
<td width=”956″ height=”91″ valign=”top”>
<table style=”border-collapse: collapse” width=”100%” height=”76″ class=”tooltop”>
<tr>
<td>
<table border=”0″ style=”border-collapse: collapse” width=”100%” cellspacing=”5″>
<tr>
<td height=”28″ width=”184″><b><font size=”2″>Your domain:
</font></b></td>
<td height=”28″ width=”239″>
<input type=”text” name=”domain” size=”33″></td>
<td height=”28″ width=”529″>
<input type=”submit” value=”Check!” style=”float: left”></td>
</tr>
<tr>
<td width=”184″ height=”21″>&nbsp;</td>
<td width=”770″ colspan=”2″ height=”21″ valign=”top”><font size=”1″>(eg. angellica2017.com)</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width=”956″>
<iframe name=”pageframe” width=”100%” height=”287″ scrolling=”no” class=”toolbot” frameborder=”0″>
</iframe></td>
</tr>
<tr>
<td width=”956″>
&nbsp;</td>
</tr>
</table>
</form>
<script language=”JavaScript”>
function validate(theform) {
if (theform.domain.value == “”) { alert(”No domain provided”); return false; }
return true;
}
</script>


Tags: , , , , , , , , , , , , , , , , , , ,


Bloom in GOOGLE, SEO PAGERANK |
Tuesday, May 15th, 2007
Related Post:
How to Create Backlink Checker Easily
How to Create Google Page Rank Prediction ?
Google Page Rank Update
How to Create Link Popularity Checker ?
Affiliate & Adsense Marketing

One Response to “How to Create Google Page Rank Checker ?”

  1. Ferdinand Says:

    Info for reader:
    It\’s a good script.
    Just note that in copying and pasting, you should take care with the quotes.
    This article uses UTF-8 (unicode) text encoding that might not compatible with your editor character set.
    For example: method=”get” from the script might be rendered in your editor as ”get?
    Solution: use search-and-replace command from your text editor, change all \’?\’ with \’\

Leave message (spam will be banned) :

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>