Google Rank button code snippets
Use these code snippets to show your visitors the page ranking of your website or blog.
Don't
use the code for the single page on other several pages without to
change the value of the URL (f.e. showing the PR from you main page on
subpages).
Some rules for using this free Page Rank checker tool
- Use the button only for the URL from the page where the Page Rank button is placed. It's not allowed to use the button for listing on link or directory page.
- Don't use this Page Rank checker tool on websites with illegal or pornographic content
- Don't use other URL's then the one from the page where the Page Rank button is placed (to get a higher Page Rank)
- You may use all kind of web address (URL) but take care about the maximum length of 100 characters.
- Use the html code without any changes on your website(s), the only part thats its allowed to change is "www.yoursite.com". If you change the rest of the code, the service will be suspended for your website for ever!
- We preserve us the right to block the access to the Pagerank database (in case of any abuse)
<?php
$url = $_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];
echo "<a href=\"http://www.free-pagerank-checker.com/\" title=\"Free PageRank checking tool\" target=\"_blank\">
<img src=\"http://www.free-pagerank-checker.com/pr.php?url=".$url."\" border=\"0\" alt=\"PageRank\" /></a>";
?>
<?php
$url = (is_home()) ? $_SERVER['HTTP_HOST'] : get_permalink();
echo "<a href=\"http://www.free-pagerank-checker.com/\" title=\"Free PageRank checking tool\" target=\"_blank\">
<img src=\"http://www.free-pagerank-checker.com/pr.php?url=".$url."\" border=\"0\" alt=\"PageRank\" /></a>";
?>
Don't use this code for your hosted WordPress blog site.