<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Googlepagerank In</title>
	<atom:link href="http://googlepagerankin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://googlepagerankin.wordpress.com</link>
	<description>Add pagerank checking tool to your site</description>
	<lastBuildDate>Mon, 16 Nov 2009 12:24:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='googlepagerankin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4a1618ccb2886df1a0abfdb8ed06acc8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Googlepagerank In</title>
		<link>http://googlepagerankin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://googlepagerankin.wordpress.com/osd.xml" title="Googlepagerank In" />
		<item>
		<title>Script to take backup of all databases of mysql</title>
		<link>http://googlepagerankin.wordpress.com/2009/11/16/script-to-take-backup-of-all-databases-of-mysql/</link>
		<comments>http://googlepagerankin.wordpress.com/2009/11/16/script-to-take-backup-of-all-databases-of-mysql/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 12:18:50 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[database dump]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=51</guid>
		<description><![CDATA[Php script to take backup of all databases of mysql

$con = mysql_connect("localhost","root","");
$res = mysql_query('show databases');
while($row = mysql_fetch_assoc($res)){
       $file = $row['Database'];
       exec("mysqldump $file &#62; $file.sql");
}

Posted in php, script Tagged: database dump, script      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=51&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Php script to take backup of all databases of mysql</p>
<p><code><br />
$con = mysql_connect("localhost","root","");<br />
$res = mysql_query('show databases');<br />
while($row = mysql_fetch_assoc($res)){<br />
       $file = $row['Database'];<br />
       exec("mysqldump $file &gt; $file.sql");<br />
}<br />
</code></p>
Posted in php, script Tagged: database dump, script <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=51&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2009/11/16/script-to-take-backup-of-all-databases-of-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
		<item>
		<title>Increase traffic to your site &#8211; Simple steps</title>
		<link>http://googlepagerankin.wordpress.com/2009/08/19/steps-increase-traffic-site/</link>
		<comments>http://googlepagerankin.wordpress.com/2009/08/19/steps-increase-traffic-site/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 09:11:24 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[seo tutorials]]></category>
		<category><![CDATA[web site hosting with SEO]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=47</guid>
		<description><![CDATA[The following steps are the basic principles to increase traffic to our site through search engine.
1) Primary Keyword &#8211; Select a best keyword for each page according to page content(maximum 3 to 4 words).
2) Keyword Density &#8211; Add this keywords in following areas of a web page.
a) Url - Include primary keyword in your site [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=47&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The following steps are the basic principles to increase traffic to our site through search engine.</p>
<p><strong>1) Primary Keyword</strong> &#8211; Select a best keyword for each page according to page content(maximum 3 to 4 words).</p>
<p><strong>2) Keyword Density</strong> &#8211; Add this keywords in following areas of a web page.</p>
<p><em>a) Url </em>- Include primary keyword in your site url<br />
<em>b) Title</em> &#8211; Start of the page title<br />
<em>c) Meta Description</em> &#8211; In between meta description tag of head section<br />
<em>d) Meta Keywords</em> &#8211; In meta keyword tag of head section<br />
<em>e) Link titles</em> &#8211; Include in at least one time in page as a link title<br />
<em>f)  Page content</em> &#8211; head tags, bold tags, etc</p>
<p><strong>3) Submit to Search Engine</strong> &#8211; Add your site to major search engines like google,yahoo,msn etc</p>
<p><strong>4) Backlinks</strong> &#8211; Create back links to your site using following steps</p>
<p><strong>Most Important Note</strong> : Add your primary keyowrd as link title while creating back links</p>
<p><em>1) Add your site to seo web directories</em> -<br />
    Eg  <a href="http://directory.seofreetools.net/">http://directory.seofreetools.net/</a></p>
<p><em>2) Create forum posts</em></p>
<p><em>3) Create comments to blogs</em></p>
<p><strong>5) SEO Tools</strong> &#8211; Using seo tools daily check your site rank in different search engines.</p>
<p>To get latest seo tools visit &#8211; <a href="http://www.seofreetools.net/seo-tools/">http://www.seofreetools.net/seo-tools/</a></p>
<p>If you are intrested to study more about SEO , Please visit this site.</p>
<p><a href="http://www.seofreetools.net/seo-tutorials/">http://www.seofreetools.net/seo-tutorials/</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Geo Varghese<br />
<a href="http://www.seofreetools.net/">http://www.seofreetools.net/</a></p>
Posted in seo, seo tutorials, web site hosting with SEO  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=47&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2009/08/19/steps-increase-traffic-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
		<item>
		<title>10 Steps to Start a Good Website with Common SEO Principles</title>
		<link>http://googlepagerankin.wordpress.com/2009/02/10/10-steps-to-start-a-good-website-with-common-seo-principles/</link>
		<comments>http://googlepagerankin.wordpress.com/2009/02/10/10-steps-to-start-a-good-website-with-common-seo-principles/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 10:17:52 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[web site hosting with SEO]]></category>
		<category><![CDATA[cheap hosting.domain name registartion]]></category>
		<category><![CDATA[Cheap Web Hosting]]></category>
		<category><![CDATA[seo priciples]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[web hosting guide]]></category>
		<category><![CDATA[web site hosting]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=15</guid>
		<description><![CDATA[10 Steps to Start a Good Website with Common SEO Principles<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=15&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="PubNote">
<div class="PubNoteContentArea">
<p>This article will help you to create a good website with common seo principles in current industry. When I started my carreer, My dream was to start a website with good traffic and that will help all. But at that time I was not aware of Web Hosting and SEO related things. Later I studied basics of Web hosting and SEO,  then started to experiment my knowledge with my site( <a href="http://www.googlepagerank.in/">http://www.seofreetools.net/</a> ). Thats the best practice to study SEO.  Just start a site and  experiment. Only thing is that, you need to spend  the cost of a shirt.</p>
<p>Now a days I am thinking  to write a simple article that will help all, who are new to Web hosting and SEO. I strongly feel that every one will have a desire to own a website. Also every one will like to add their website name with their address.</p>
<p>These are the 10 simple steps that I feel is the best practice to create a good website. Just go through this and enjoy the world of web hosting..:)</p>
<p><em><strong>1) </strong><strong>Domain Name Registration</strong></em></p>
<p style="text-align:left;">First and very important section. You should careful about domain name. To find a good domain name, first you have to select a common keyword related to your website. That should be the <strong>Primary Keyword</strong> of our website.</p>
<p style="text-align:left;">There are lot of tools to find the suitable keyword for our business.</p>
<p style="text-align:left;">I will recommend Google Keyword Tool :</p>
<p style="text-align:left;">a) <a href="https://adwords.google.com/select/KeywordToolExternal">https://adwords.google.com/select/KeywordToolExternal</a><br />
b) <a href="http://www.google.com/sktool/">http://www.google.com/sktool/</a></p>
<p style="text-align:left;">eg :  If our business related <strong>sports shoe</strong>,  then search with this keyword in these tools.</p>
<p style="text-align:left;">You can see two types of variables in search result.</p>
<p style="text-align:left;"><strong>i)  Advertiser Competition</strong></p>
<p style="text-align:left;"><strong>ii) Approx Avg Search Volume</strong></p>
<p style="text-align:left;">You should select a keyword with <strong>High search volume</strong> and <strong>Lowest Advertiser Competition</strong>.</p>
<p style="text-align:left;"><span>This will be the <strong>Primary keyword</strong> of your site</span>. Next step is to find out a domain name containing this <strong>Primary keyword</strong>. This will helps you a lot in google search because domain name will get more preference in google search.</p>
<p style="text-align:left;">Eg: <a href="http://bestsportshoe.com">bestsportshoe.com</a>,<a href="http://getsportshoe.com">getsportshoe.com</a> etc.</p>
<p style="text-align:left;">Try to select a domain name with less characters and meaningful word because it will  be  easy to remember.</p>
<p style="text-align:left;">Refer these sites to register a domain.<br />
<a href="http://ww6.aitsafe.com/go.htm?go=www.yourdomainvalue.com%2F%3Faff&amp;afid=19045&amp;tm=5&amp;im=3">yourdomainvalue.com</a><br />
<a href="http://www.triple.com/?ref=d991681baa">triple.com</a></p>
<p><em><strong>2)</strong><strong> Domain Space Registration( Buy a space to host your website)</strong></em></p>
<p>By getting a domain name  you have an address but for  existence you need to buy some  space to host your website.</p>
<p>According to your site&#8217;s characterstics you have to select the web hosting plan.</p>
<p>The main factors we have to consider are</p>
<p>a) Plan fee                =&gt;   The amount we have to pay for a plan(monthly or yearly)</p>
<p>b) Disk Space           =&gt;   The total space(GB) to host our site</p>
<p>c) Monthly traffic       =&gt;   The total bandwidth allowed for site( if our site needs file upload and download functionality, then we need more bandwith )</p>
<p>d) Addon domains     =&gt;    If we need to host more than one site, consider this.</p>
<p>e) Developer tools     =&gt;   The tools needed to develop a site like php,asp,jsp,python,perl etc</p>
<p>f) Company               =&gt;   The quality of technical support of web hosting company</p>
<p>I will recommend <a href="http://www.gethostingplans.com/">http://www.gethostingplans.com/</a><br />
for selecting a suitable web hosting plan.</p>
<p>There is a good search option to find  a  suitable plan based on main factors.<a href="http://www.gethostingplans.com/search-web-hosting-plans/ss/"></p>
<p>http://www.gethostingplans.com/search-web-hosting-plans/ss/</p>
<p></a></p>
<p><em><strong>3) </strong><strong>Point Your Domain to Web Hosting Server</strong></em></p>
<p>Next step is to point your domain to web hosting server, where you are going to host your site.</p>
<p>Eg: If your domain name is <a href="http://getsportshoe.com">getsportshoe.com</a> and IP of hosting server is  208.43.209.22 ,  then you have to point  the domain  to  208.43.209.22. Contact your domain registrar to point this. It will take atleast 24 hours to propagate domain all over the world.</p>
<p><em><strong>4) </strong><strong>Create a Template for Your Website( Look and Feel )</strong></em></p>
<p>Its very important to have a good look and feel for your site. The most important feature of successful site is that users should remain on site for long period. The site design should be <strong>simple, attractive and user friendly.</strong></p>
<p>There are a lot of free quality templates available in market.</p>
<p>Please refer these sites<br />
<a href="http://www.templateworld.com/free_templates.html">http://www.templateworld.com/free_templates.html</a></p>
<p><a href="http://myfreetemplatehome.com/">http://myfreetemplatehome.com/</a></p>
<p><a href="http://www.oswd.org/">http://www.oswd.org/</a></p>
<p><em><strong>5) Page URL and Links</strong></em></p>
<p>First we should select a suitable <strong>Primary Keyword</strong> for each page and also that is related to our page content.</p>
<p>We can select this by using keyword suggestion tool (<a href="https://adwords.google.com/select/KeywordToolExternal">https://adwords.google.com/select/KeywordToolExternal</a>).</p>
<p><strong>a) Primary keyword must be an exact match with the file name of our page.</strong></p>
<p>The search engines will give more privilege to the pages with url containing search keyword.</p>
<p>Eg: Primary keyword  : women sport shoe</p>
<p>url1         : women-sports-shoe.html</p>
<p>url2         : shoe.html</p>
<p>The page with <strong>url1</strong> will list first when user search with keyword <strong>women sport shoe</strong>.</p>
<p>Methods to implement this are</p>
<p><strong>i) Use Frameworks</strong><br />
Use SEO friendly frame works to develop your site.</p>
<p>Eg: Joomla,Majento,django,Symfony etc</p>
<p><strong>ii)Use .htaccess File(Linux server)</strong></p>
<p>Using .htaccess files we can rewrite our URLs to include primary keyword of each page.</p>
<p>Eg:</p>
<p><em>Options +FollowSymlinks</em><br />
<em>RewriteEngine on</em><br />
<em>RewriteRule ^sp/([^/]+)/ show-plans.php?lid=$1 [NC]</em></p>
<p><strong>b) Link Text( Text all of links in a page)</strong></p>
<p>Link text is very import , Use primary keyword and synonyms of  keywords as link text.</p>
<p><strong>c) Backlinks( incoming links to a website or web page)</strong></p>
<p>This will play a very important role in <strong>google pagerank( The rank or privillage given to each web page by google)</strong>.</p>
<p>Google pagerank depends on number of quality backlinks from other sites.</p>
<p>Eg :</p>
<p>URL : <a href="http://www.gethostingplans.com/">http://www.gethostingplans.com/</a><br />
Backlinks : 7</p>
<p>To find no of backlinks, search in google using keyword as &#8220;link:sitename&#8221;</p>
<p>Eg: link: <a href="http://www.gethostingplans.com/">http://www.gethostingplans.com/</a></p>
<p><strong><br />
We have several methods to increase backlinks.<br />
</strong></p>
<p><strong>i) Articles :</strong></p>
<p>Writing and distributing industry specific articles is a great way to increase our backlink count and site traffic.</p>
<p><strong>ii) Forum Posts  :</strong></p>
<p>Forum posts can help to raise our link counts, Please add a <strong>link</strong> to our site in <strong>signature of each post</strong>.</p>
<p><strong>iii) Blog Comments :</strong></p>
<p>Add comment to different blogs related to our business and please remember to add a <strong>link</strong> to our site.</p>
<p><strong>iv) Free and Paid Directory Submissions :</strong></p>
<p>Commonly used technique in SEO field. Directory based links can be of significant help, especially if they are from highly reputable directories, the two biggest being <strong>DMOZ.org</strong> and the <strong>Yahoo Directory</strong>.</p>
<p><strong>Note :</strong> Find the <strong>perfect category for our site</strong> and check to see if it has an editor. If we see a link &#8220;Volunteer to edit this category&#8221; try and find another relevant location. Pages without active editors take much longer to get listed into. Once<br />
we find the perfect directory submit our site every 4-6 months until listed.</p>
<p>Please Check this Link : <a href="http://www.onewaytextlink.com/links.php?type=free&amp;pagenum=1"></a></p>
<p><a href="http://www.onewaytextlink.com/links.php?type=free&amp;pagenum=1">http://www.onewaytextlink.com/links.php?type=free&amp;pagenum=1</a></p>
<p><a href="http://www.onewaytextlink.com/links.php?type=free&amp;pagenum=1"></a><br />
From this page we will get thousands of free directory submission links and submit your site to these free directories.</p>
<p><em><strong>6) Title, Keyword and Meta Description Tags</strong></em></p>
<p><strong>a) Primary meta keyword (The first keyword in the meta keyword tag)</strong></p>
<p>First we should select a suitable <strong>Primary Keyword</strong> for each page and also that is related to our page content.</p>
<p>We can select this by using keyword suggestion tool of google.</p>
<p><a href="https://adwords.google.com/select/KeywordToolExternal">https://adwords.google.com/select/KeywordToolExternal</a></p>
<p>By comparing<strong>Advertiser Competition and Search volume</strong> value of keyword we can select suitable <strong>primary keyword</strong> for each page.</p>
<p><strong>b)  Use  5 keywords in our meta keywords tag</strong></p>
<p>Sometimes search engines might think we are doing keyword spamming and it won&#8217;t list our page. The search engine rank our keywords in the order that will appear. They will treat the first one as primary keyword and the second one a secondary keyword and so on. We should line our keywords up in the order of relevance to the page.</p>
<p><strong>c) Use maximum 3 words in primary keyword</strong></p>
<p>People rarely search for a keyword phrase over 3 words long.  Two words in a keyword phrase is ideal.</p>
<p><strong>d) Use our primary keyword in the first and last paragraph of each page</strong></p>
<p>The search engines will give more relevancy to our page if they find our keywords at the  beginning and at the end of our page. Also our   <strong>primary keyword</strong> should appear in the first 90 characters of our content.</p>
<p><strong>e) Use primary keyword as a text link in our page at least once.</strong></p>
<p>Use primary keyword as link text in a page atleast once.</p>
<p><strong>f) Title Tag</strong></p>
<p>The <strong>title tag</strong> of a page plays most important role in search results at Google. Google chooses <strong>title tag</strong> as the heading of its search results.</p>
<p>Placement of our primary keyword should be at the <strong>start of the Title tag</strong>. We should make sure that all of our title tags are relevant, unique, and contain our primary keyword for  each page.</p>
<p>Eg: women sport shoes provider</p>
<p><strong>g) Meta description</strong></p>
<p>Meta description should be between 100 and 200 characters. It is important to get a solid description of our page and most of the time google will show this as description of its search result. if it is less than 100 characters then search engine may not find it relevant enough to list. if More than 200 characters then search engines may truncate it.<br />
All pages should have different meta description. Use all of our keywords in meta description, with the primary keyword as close to the front as possible. Definitely within the  first 5 words of our description.</p>
<p>Put our meta description all on one line in each page. This will ensure that the search engines reads it all.</p>
<p><em><strong>7) Site Navigation</strong></em></p>
<p>Its another important that our website should be fully spiderable by the search engines. We must use <strong>Breadcrumbs</strong> for site navigation.</p>
<p>Breadcrumbs provide a trail for the user to follow back to the starting/entry point of a website.<br />
Eg:  Home page → Section page → Subsection page</p>
<p>This will also spread google page rank from main page to other sub pages.</p>
<p><em><strong>8 ) Image Alt and Title Attribute</strong></em></p>
<p>Image <strong>alt and title</strong> <strong>attributes</strong> will play an important role in image search. Also add it with image based site navigation or links(where image as link text).</p>
<p>If we have an image linked to another page, the alt and title attribute text will be same way as standard link anchor text is.</p>
<p><em><strong>9)  Sitemaps :</strong></em></p>
<p>It is a representation of the architecture of a web site. Its plays major role in <strong>search engine optimization.</strong></p>
<p>Two types of site maps are there.</p>
<p><strong>i) Sitemap page in the website</strong></p>
<p>Eg : <a href="http://www.googlepagerank.in/sitemap/">http://www.seofreetools.net/sitemap/</a></p>
<p>It should updated regularly because these sitemaps help search engine robots to crawl all pages from our site.</p>
<p><strong>ii) Sitemap page submitted to google</strong></p>
<p>Eg : <a href="http://www.gethostingplans.com/sitemap.txt">http://www.gethostingplans.com/sitemap.txt</a></p>
<p>Create a sitemap and it should containg all pages of your site. Then submit it to google through Google webmaster tools( <a href="https://www.google.com/webmasters/tools/">https://www.google.com/webmasters/tools/</a>). Check Google webmaster tools daily to track all urls are indexed or not.<br />
Use this site to create sitemap file.</p>
<p><a href="http://www.xml-sitemaps.com/">http://www.xml-sitemaps.com/</a></p>
<p><em><strong>10) Track Perfomance of Your Site </strong></em></p>
<p>Now your site is ready with <strong>basic search engine optimization principles</strong> but you have to <strong>track the perfomance</strong> of your site using different  tools avialable in market.</p>
<p><strong>a) Check keyword position in different search engines on daily basis.</strong></p>
<p>Eg : keyword : <strong>300gb hosting</strong>(<a href="http://www.gethostingplans.com/">http://www.gethostingplans.com/</a> as rank 6 in google search results because it is listed as 6th position when we search with <strong>&#8220;300gb hosting&#8221;</strong> as keyword)</p>
<p>We must watch this position using different tools available in this market.</p>
<p>Use this tool to find out the keyword position of your site in different search engines.</p>
<p><a href="http://www.googlepagerank.in/seo-tools/keyword-search-engine.php">http://www.seofreetools.net/seo-tools/keyword-search-engine.php</a></p>
<p><strong>b) Google page rank</strong></p>
<p>Check your google page rank using<br />
<a href="http://www.googlepagerank.in/seo-tools/google-pagerank-script.php">http://www.seofreetools.net/seo-tools/google-pagerank-script.php</a></p>
<p><a href="http://www.googlepagerank.in/seo-tools/google-pagerank-script.php"></a><br />
<strong>c) Alexa rank(Traffic rank given to each site by <a href="http://alexa.com">alexa.com</a>)</strong></p>
<p>Check your alexa rank by <a href="http://www.googlepagerank.in/seo-tools/alexa-rank-script.php">http://www.seofreetools.net/seo-tools/alexa-rank-script.php</a></p>
<p><strong>d) Number of visitors,seach keywords and visitor details</strong> use these tools to track all these things</p>
<p>(Google Analytics) <a href="https://www.google.com/analytics/">https://www.google.com/analytics/</a></p>
<p><a href="https://www.google.com/analytics/"></a>(Counter) <a href="http://counter.bizhat.com/">http://counter.bizhat.com/</a></p>
<p>Lets start a website using above 10 steps and become a part of web hosting world. For any further questions please send a mail to <a href="mailto:sendtogeo@gmail.com">sendtogeo@gmail.com</a>.</p>
<p>Geo Varghese<br />
<a href="http://www.googlepagerank.in/">http://www.seofreetools.net/</a></div>
</div>
Posted in web site hosting with SEO Tagged: cheap hosting.domain name registartion, Cheap Web Hosting, seo priciples, seo tools, Web Hosting, web hosting guide, web site hosting <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=15&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2009/02/10/10-steps-to-start-a-good-website-with-common-seo-principles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
		<item>
		<title>cheap 1 GB Hosting</title>
		<link>http://googlepagerankin.wordpress.com/2008/11/05/cheap-1-gb-hosting/</link>
		<comments>http://googlepagerankin.wordpress.com/2008/11/05/cheap-1-gb-hosting/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 06:01:43 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[google pagerank]]></category>
		<category><![CDATA[1 gb hosting india]]></category>
		<category><![CDATA[1gb hosting]]></category>
		<category><![CDATA[Cheap 1 GB hosting]]></category>
		<category><![CDATA[Cheap web hosting India]]></category>
		<category><![CDATA[Cheap web hosting India and 2GB Hosting - Support]]></category>
		<category><![CDATA[Cheapest web hosing in India]]></category>
		<category><![CDATA[free web builder]]></category>
		<category><![CDATA[free web builder.2GB Hosting - Support]]></category>
		<category><![CDATA[linux web hosting]]></category>
		<category><![CDATA[linux web hosting India]]></category>
		<category><![CDATA[sql web server hosting]]></category>
		<category><![CDATA[windows hosting India]]></category>
		<category><![CDATA[windows web hosting]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=11</guid>
		<description><![CDATA[



Domain + 1GB Hosting in Rs.299/year












Posted in google pagerank Tagged: 1 gb hosting india, 1gb hosting, Cheap 1 GB hosting, Cheap web hosting India, Cheap web hosting India and 2GB Hosting - Support, Cheapest web hosing in India, free web builder, free web builder.2GB Hosting - Support, linux web hosting, linux web hosting India, sql [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=11&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="0" width="100%" align="center">
<tbody>
<tr>
<td colspan="2">
<p class="textContent"><strong><a href="http://hosting.India.to/clients/aff.php?aff=1054">Domain + 1GB Hosting in Rs.299/year</a></strong></p>
</td>
</tr>
<tr>
<td colspan="2" height="8"></td>
</tr>
<tr>
<td colspan="2">
<p class="textContent"><a href="http://hosting.India.to/clients/aff.php?aff=1054"><img src="http://hosting.india.to/banners/200x200.jpg" border="0" alt="cheap 1 GB hosting" width="200" height="200" /></a></p>
<p><a href="http://hosting.India.to/clients/aff.php?aff=1054"><img src="http://hosting.india.to/banners/728nx90.jpg" border="0" alt="cheap 1 GB hosting" width="728" height="90" /></a></td>
</tr>
</tbody>
</table>
Posted in google pagerank Tagged: 1 gb hosting india, 1gb hosting, Cheap 1 GB hosting, Cheap web hosting India, Cheap web hosting India and 2GB Hosting - Support, Cheapest web hosing in India, free web builder, free web builder.2GB Hosting - Support, linux web hosting, linux web hosting India, sql web server hosting, windows hosting India, windows web hosting <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=11&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2008/11/05/cheap-1-gb-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>

		<media:content url="http://hosting.india.to/banners/200x200.jpg" medium="image">
			<media:title type="html">cheap 1 GB hosting</media:title>
		</media:content>

		<media:content url="http://hosting.india.to/banners/728nx90.jpg" medium="image">
			<media:title type="html">cheap 1 GB hosting</media:title>
		</media:content>
	</item>
		<item>
		<title>Cheap Web Hosting Services</title>
		<link>http://googlepagerankin.wordpress.com/2008/09/16/cheap-web-hosting-services/</link>
		<comments>http://googlepagerankin.wordpress.com/2008/09/16/cheap-web-hosting-services/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 04:52:27 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[google pagerank]]></category>
		<category><![CDATA[Cheap web hosting India]]></category>
		<category><![CDATA[Cheap web hosting India and 2GB Hosting - Support]]></category>
		<category><![CDATA[Cheapest web hosing in India]]></category>
		<category><![CDATA[free web builder]]></category>
		<category><![CDATA[free web builder.2GB Hosting - Support]]></category>
		<category><![CDATA[linux web hosting]]></category>
		<category><![CDATA[linux web hosting India]]></category>
		<category><![CDATA[sql web server hosting]]></category>
		<category><![CDATA[windows hosting India]]></category>
		<category><![CDATA[windows web hosting]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=7</guid>
		<description><![CDATA[


Home :: Web Hosting



Cheap Web Hosting Services




2gbhosting.com have been continuously offering quality cheap web hosting at the lowest price from India. Our main objective is to provide our customers incomparable affordable cheap web hosting services and best technical support. We provide you the best web hosting at cheap prices not cheap hosting from India.
























We have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=7&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table border="0" width="100%">
<tbody>
<tr>
<td class="head1" colspan="2"><a href="http://cheap-web-hosting.googlepagerank.in/">Home</a> :: <a href="http://cheap-web-hosting.googlepagerank.in/">Web Hosting</a></td>
</tr>
<tr>
<td class="head" colspan="2">
<h1>Cheap Web Hosting Services</h1>
</td>
</tr>
<tr>
<td colspan="2">
<p class="textContent"><strong><a href="http://www.2GBhosting.com/aff.php?aff=426">2gbhosting.com</a> have been continuously offering quality cheap web hosting at the lowest price from India. Our main objective is to provide our customers incomparable affordable cheap web hosting services and best technical support. We provide you the best web hosting at cheap prices not cheap hosting from India.</strong></p>
</td>
</tr>
<tr>
<td colspan="2">
<table border="0" width="100%">
<tbody>
<tr>
<td><a href="http://www.2GBhosting.com/aff.php?aff=426"><img src="http://www.2gbhosting.com/custompages/web_hosting_box.jpg" border="0" alt="" width="300" height="250" /></a></td>
<td><a href="http://www.2GBhosting.com/aff.php?aff=426"><img src="http://www.2gbhosting.com/custompages/reseller_hosting_box.jpg" border="0" alt="" width="300" height="250" /></a></td>
</tr>
<tr>
<td colspan="2"><a href="http://www.2GBhosting.com/aff.php?aff=426"><img src="http://www.2gbhosting.com/custompages/web_hosting_banner.jpg" border="0" alt="" width="728" height="90" /></a></td>
</tr>
<tr>
<td colspan="2"><a href="http://www.2GBhosting.com/aff.php?aff=426"><img src="http://www.2gbhosting.com/custompages/reseller_hosting_banner.jpg" border="0" alt="" width="728" height="90" /></a></td>
</tr>
<tr>
<td colspan="2"><a href="http://www.2GBhosting.com/aff.php?aff=426"><img src="http://www.2gbhosting.com/custompages/SEO.jpg" border="0" alt="" width="484" height="170" /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"><strong>We have targeted everyone from small, medium and large business companies to resellers and self-employed individuals. The range of windows servers hosting packages and linux server hosting packages have been designed to cater to a range of clients in India. That&#8217;s why we provide cheap web hosting services without compromising with quality services. Our affordable quality cheap web hosting services are the best option for inexpensive and budget plans that suit everyone, who are in need of web hosting service without spending much money our time..</strong></p>
<p><strong>Our services include Linux web hosting, Windows web hosting, sql web server hosting, domain name registration services, website designing, website promotion, ecommerce solutions with fast and reliable connectivity and excellent customer support from India. We have included online site builder in all hosting plans so that you can create your site within minutes yourself and don&#8217;t need help of others. Our High end Windows, Linux, sql web servers are capable of handling the most complex hosting needs.</strong></td>
</tr>
<tr>
<td class="head1" colspan="2"><a href="http://cheap-web-hosting.googlepagerank.in">Web Hosting Services</a></td>
</tr>
</tbody>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/googlepagerankin.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/googlepagerankin.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=7&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2008/09/16/cheap-web-hosting-services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>

		<media:content url="http://www.2gbhosting.com/custompages/web_hosting_box.jpg" medium="image" />

		<media:content url="http://www.2gbhosting.com/custompages/reseller_hosting_box.jpg" medium="image" />

		<media:content url="http://www.2gbhosting.com/custompages/web_hosting_banner.jpg" medium="image" />

		<media:content url="http://www.2gbhosting.com/custompages/reseller_hosting_banner.jpg" medium="image" />

		<media:content url="http://www.2gbhosting.com/custompages/SEO.jpg" medium="image" />
	</item>
		<item>
		<title>Check your website keyword position in major search engines</title>
		<link>http://googlepagerankin.wordpress.com/2008/07/05/check-your-website-keyword-position-in-major-search-engines/</link>
		<comments>http://googlepagerankin.wordpress.com/2008/07/05/check-your-website-keyword-position-in-major-search-engines/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 09:42:26 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[keyword position checker]]></category>
		<category><![CDATA[keyword positions]]></category>
		<category><![CDATA[keyword ranking]]></category>
		<category><![CDATA[Keyword search engine]]></category>
		<category><![CDATA[positon checker]]></category>
		<category><![CDATA[ranking tool]]></category>
		<category><![CDATA[search keyword]]></category>
		<category><![CDATA[website keyword ranking tool]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=4</guid>
		<description><![CDATA[I have just Created a tool to check your website keyword ranking in major search engines.
The Search Engine Ranker shows your position on major search engines
Check website keyword ranking tool at this link website keyword ranking tool 
The Keyword Tracker tool tracks the relative search engine position of all your keywords for each site URL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=4&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just Created a tool to check your website keyword ranking in major search engines.<br />
The Search Engine Ranker shows your position on major search engines</p>
<p>Check website keyword ranking tool at this link <a href="http://www.seofreetools.net/seo-tools/keyword-search-engine.php">website keyword ranking tool </a></p>
<p>The Keyword Tracker tool tracks the relative search engine position of all your keywords for each site URL that you enter.</p>
<p><a title="Safe linking" href="http://www.seono1.co.za/seranker/seranker.html" target="_blank"></a></p>
<p>Any feedback will be appreciated</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/googlepagerankin.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/googlepagerankin.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=4&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2008/07/05/check-your-website-keyword-position-in-major-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
		<item>
		<title>Alexa rank checking script(Alexa rank checker script)</title>
		<link>http://googlepagerankin.wordpress.com/2008/02/01/alexa-rank-checking-scriptalexa-rank-checker-script/</link>
		<comments>http://googlepagerankin.wordpress.com/2008/02/01/alexa-rank-checking-scriptalexa-rank-checker-script/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 05:05:59 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[alexa rank]]></category>
		<category><![CDATA[Alexa rank checker]]></category>
		<category><![CDATA[Alexarank checker]]></category>
		<category><![CDATA[check your alexa rank]]></category>
		<category><![CDATA[Download alexa rank checker]]></category>
		<category><![CDATA[Download alexarank checker]]></category>
		<category><![CDATA[free alexa rank script]]></category>

		<guid isPermaLink="false">http://googlepagerankin.wordpress.com/?p=3</guid>
		<description><![CDATA[I have searched for  alexa rank script..to show my visitors current alexa rank ..But I didn&#8217;t find any links for that.
Later I developed an alexa rank checker script .
You can add  alexa rank checker script to your site from this link
alexa rank checking script
You can copy and paste the code  into your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=3&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have searched for  alexa rank script..to show my visitors current alexa rank ..But I didn&#8217;t find any links for that.</p>
<p>Later I developed an alexa rank checker script .</p>
<p>You can add  alexa rank checker script to your site from this link</p>
<p><a href="http://www.seofreetools.net/seo-tools/alexa-rank-script.php">alexa rank checking script</a></p>
<p>You can copy and paste the code  into your own webpage to show your visitors your current alexa rank.</p>
<p>Script By <a href="http://www.seofreetools.net/">Geo Varghese</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/googlepagerankin.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/googlepagerankin.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=3&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2008/02/01/alexa-rank-checking-scriptalexa-rank-checker-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
		<item>
		<title>Google pagerank checking script( Google Pagerank Checker)</title>
		<link>http://googlepagerankin.wordpress.com/2008/01/15/hello-world/</link>
		<comments>http://googlepagerankin.wordpress.com/2008/01/15/hello-world/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 06:15:37 +0000</pubDate>
		<dc:creator>googlepagerankin</dc:creator>
				<category><![CDATA[google pagerank]]></category>
		<category><![CDATA[check google pagerank]]></category>
		<category><![CDATA[download google page rabk]]></category>
		<category><![CDATA[googelpagerank]]></category>
		<category><![CDATA[google page rank]]></category>
		<category><![CDATA[google page rank checker]]></category>
		<category><![CDATA[google page rank checking script]]></category>
		<category><![CDATA[google pagerank checking script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to Seo free tools
Google pagerank checking script( Google Pagerank Checker)
Hii &#8230;
Last few months I was searching for a google page rank script&#8230;.at last I  found a useful link to download free page rank checker with source. code&#8230;.
This link will help you&#8230;..to get Free Google page rank checker with source code
Google pagerank checking script
You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=1&subd=googlepagerankin&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Welcome to <a href="http://www.seofreetools.net/"><strong>Seo free tools</strong></a></p>
<p><strong><strong>Google pagerank checking script( Google Pagerank Checker)</strong></strong></p>
<p>Hii &#8230;<br />
Last few months I was searching for a google page rank script&#8230;.at last I  found a useful link to download free page rank checker with source. code&#8230;.</p>
<p>This link will help you&#8230;..to get Free Google page rank checker with source code</p>
<p><a href="http://www.seofreetools.net/seo-tools/google-pagerank-script.php">Google pagerank checking script</a></p>
<p>You can implement this in your site with in 5 minutes&#8230;.</p>
<p>Script By <a href="http://www.seofreetools.net/pagerankScript.php"><strong>Geo Varghese</strong></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/googlepagerankin.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/googlepagerankin.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/googlepagerankin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/googlepagerankin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/googlepagerankin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/googlepagerankin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/googlepagerankin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/googlepagerankin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/googlepagerankin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/googlepagerankin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/googlepagerankin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/googlepagerankin.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=googlepagerankin.wordpress.com&blog=2524559&post=1&subd=googlepagerankin&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://googlepagerankin.wordpress.com/2008/01/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38339964614876048b558a5daf35c6a5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">googlepagerankin</media:title>
		</media:content>
	</item>
	</channel>
</rss>