Page 1 of 1
seo
Posted: Sat Apr 07, 2012 9:58 am
by jamhussain
please guide me that I want to write code for SEO.
How should we start it.
what is code for exchange of links.
what is code for adding of links.
How can we check the Rank of website.
please guide me . I m new in php.
thanks.
Re: seo
Posted: Sat Apr 07, 2012 10:32 am
by jayson.ph
you main <?
Code: Select all
<form method="post" action="<?$_SERVER['PHP_SELF'];?>">
<p><b>Domain/Host Name:</b> <input type="text" name="sitehost" size='30' maxlength='50' value="<?=$sitehost;?>"> <input type="submit" value="Grab Details"></p>
</form>
<ul>
<li>Google indexed pages: <?=getGooglePages($sitehost);?></li>
<li>Google inbound links: <?=getGoogleLinks($sitehost);?></li>
<li>Yahoo indexed pages: <?=getYahooPages($sitehost);?></li>
<li>Yahoo inbound links: <?=getYahooLinks($sitehost);?></li>
<li>Bing indexed pages: <?=getBingPages($sitehost);?></li>
<li>Bing inbound links: <?=getBingLinks($sitehost);?></li>
<li>Alexa Rank: <?=getAlexaRank($sitedomain);?></li>
<li>Alexa inbound links: <?=getAlexaLinks($sitedomain);?></li>
<li>DMOZ listing: <?=getDMOZListings($sitedomain);?></li>
<li>SiteAdvisor rating: <?=getSiteAdvisorRating($sitedomain);?></li>
<li>WOT rating: <?=getWOTRating($sitedomain);?></li>
<li>Domain age: <?=getDomainAge($sitedomain);?></li>
>
Re: seo
Posted: Wed Apr 11, 2012 2:45 am
by social_experiment
jamhussain wrote:please guide me that I want to write code for SEO.
Use a search engine and search for 'SEO', it will bring up various resources you can use, tips and information.
http://tinyurl.com/c5bgtop