Make Money With Wordpress
backlinks-goldmine.jpg

Backlinks are an important part of any website’s SEO. How you can gauge where your competition is getting their links from as well as how you might be able to get them too is a critical part of the seo process. Here’s a list of 30 free backlink tools that will analyze a given website or domain and tell you who’s linking to them. Some of these tools take it a step further and will tell you the domain PR, the PR of the specific linking page, anchor tags and more!

Each of these is different so i’d suggest you try a few until you find one that works best for your own needs. Personally I don’t know what I would do without the Link Checker hosted by Australia-based SEOPro, but to each their own.

30 FREE Link Building Tools:

enjoy!

Here’s a giant list of updated social bookmarking sites that you can post your links on to get backlinks and improve your SERP. They’re listed in order by pagerank as of June ‘09.

http://facebook.com 9
http://slashdot.org 9
http://technorati.com 9
http://del.icio.us 8
http://digg.com 8
http://mixx.com 8
http://propeller.com 8
http://reddit.com 8
http://stumbleupon.com 8
http://blinklist.com 7
http://folkd.com 7
http://foxiewire.com 7
http://google.com/bookmarks 7
http://mister-wong.com 7
http://newsvine.com 7
http://sphere.com 7
http://squidoo.com 7
http://wikio.com 7
http://bibsonomy.org 6
http://blogcatalog.com 6
http://diigo.com 6
http://dzone.com 6
http://faves.com 6
http://findnews.org 6
http://jumptags.com 6
http://kwoff.com 6
http://ma.gnolia.com 6
http://onlywire.com 6
http://pusha.se 6
http://scoopit.co.nz 6
http://simpy.com 6
http://sphinn.com 6
http://tipd.com 6
http://co.mments.com 5
http://designfloat.com 5
http://fcc.com 5
http://gabbr.com 5
http://givealink.org 5
http://haohaoreport.com 5
http://indianpad.com 5
http://joomocracy.com 5
http://kirtsy.com 5
http://linkagogo.com 5
http://linkarena.com 5
http://linkswarm.com 5
http://mobiseer.com 5
http://myhq.com 5
http://myjeeves.ask.com 5
http://mylinkvault.com 5
http://netvouz.com 5
http://plime.com 5
http://quadriot.com 5
Read More…

Black_80's_death_Metal_Band

Someone recently asked for a way to quickly pull basic page info from a website, so I thought I’d go ahead and share the code for a very easy PHP script that will retrieve the page title, meta keywords and meta description for any website.

[sourcecode language='php']
$url = “http://www.shamwow.com";
$fp = fopen( $url, ‘r’ );
$content = “”;

while( !feof( $fp ) ) {
$buffer = trim( fgets( $fp, 4096 ) );
$content .= $buffer;
}

$start = ‘’;<br /> $end = ‘<\/title>’;</p> <p>preg_match( “/$start(.*)$end/s”, $content, $match );<br /> $title = $match[ 1 ];<br /> $metatagarray = get_meta_tags( $url );<br /> $keywords = $metatagarray[ "keywords" ];<br /> $description = $metatagarray[ "description" ]; </p> <p>echo “ <div><strong>URL:</strong> $url</div> <p>\n”;<br /> echo “ <div><strong>Title:</strong> $title</div> <p>\n”;<br /> echo “ <div><strong>Description:</strong> $description</div> <p>\n”;<br /> echo “ <div><strong>Keywords:</strong> $keywords</div> <p>\n”;<br /> ?><br /> [/sourcecode]</p> <p>There’s your basic script. Replace where it says www.shamwow.com with whatever site you want to pull data from. The results will look like this:</p> <p><strong>URL:</strong> http://www.shamwow.com<br /> <strong>Title:</strong> ShamWow® Official Website – Holds 12 Times Its Weight In Liquid<br /> <strong>Description:</strong> You’ll Be Saying Wow Every Time!<br /> <strong>Keywords:</strong>You’ll Be Saying Wow Every Time!, official tv website, as seen on tv</p> <p>Where to go from here? There are millions of different uses from SERP reporting to page title & keyword comparison. Heck, you could even throw a form on it and present it as an SEO tool on your website (almost every ‘toolset’ you find online has something similar)…. </p> </div><!-- end .entry --> <div class="postdata">Posted in <a href="http://www.quietaffiliate.com/category/free-code" title="View all posts in Free Code" rel="category tag">Free Code</a>, <a href="http://www.quietaffiliate.com/category/seo" title="View all posts in SEO" rel="category tag">SEO</a> at June 12th, 2009. <!-- by Quiet Affiliate --> <a href="http://www.quietaffiliate.com/php-script-to-fetch-title-keyword-and-description-tags#comments" title="Comment on PHP Script To Fetch Title, Keyword and Description Tags">7 Comments</a>.</div> </div><!-- end .post --> <div class="pagers"> <p class="aligncenter"><div class="wp-pagenavi"> <span class="pages">Page 1 of 7</span><span class="current">1</span><a href="http://www.quietaffiliate.com/page/2" class="page" title="2">2</a><a href="http://www.quietaffiliate.com/page/3" class="page" title="3">3</a><a href="http://www.quietaffiliate.com/page/4" class="page" title="4">4</a><a href="http://www.quietaffiliate.com/page/5" class="page" title="5">5</a><a href="http://www.quietaffiliate.com/page/2" >»</a><span class="extend">...</span><a href="http://www.quietaffiliate.com/page/7" class="last" title="Last »">Last »</a></div> </p> </div> </div><!-- end #leftcolumn --> <div id="rightcolumn"> <ul id="sidebar"> <li id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" action="http://www.quietaffiliate.com/" > <div><label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form></li><li id="categories-359948241" class="widget widget_categories"><h2>Categories</h2> <ul> <li class="cat-item cat-item-17"><a href="http://www.quietaffiliate.com/category/ad-network" title="View all posts filed under Ad Network">Ad Network</a> </li> <li class="cat-item cat-item-15"><a href="http://www.quietaffiliate.com/category/adsense" title="View all posts filed under AdSense">AdSense</a> </li> <li class="cat-item cat-item-24"><a href="http://www.quietaffiliate.com/category/affiliate-marketing" title="View all posts filed under Affiliate Marketing">Affiliate Marketing</a> </li> <li class="cat-item cat-item-34"><a href="http://www.quietaffiliate.com/category/analytics" title="View all posts filed under Analytics">Analytics</a> </li> <li class="cat-item cat-item-53"><a href="http://www.quietaffiliate.com/category/backlinks" title="View all posts filed under Backlinks">Backlinks</a> </li> <li class="cat-item cat-item-51"><a href="http://www.quietaffiliate.com/category/database" title="View all posts filed under Database">Database</a> </li> <li class="cat-item cat-item-22"><a href="http://www.quietaffiliate.com/category/facebook" title="View all posts filed under Facebook">Facebook</a> </li> <li class="cat-item cat-item-44"><a href="http://www.quietaffiliate.com/category/free" title="View all posts filed under Free">Free</a> </li> <li class="cat-item cat-item-8"><a href="http://www.quietaffiliate.com/category/free-code" title="View all posts filed under Free Code">Free Code</a> </li> <li class="cat-item cat-item-29"><a href="http://www.quietaffiliate.com/category/industry-news" title="View all posts filed under Industry News">Industry News</a> </li> <li class="cat-item cat-item-10"><a href="http://www.quietaffiliate.com/category/javascript" title="View all posts filed under javascript">javascript</a> </li> <li class="cat-item cat-item-12"><a href="http://www.quietaffiliate.com/category/mobilesms" title="View all posts filed under Mobile/SMS">Mobile/SMS</a> </li> <li class="cat-item cat-item-16"><a href="http://www.quietaffiliate.com/category/online-advertising" title="View all posts filed under Online Advertising">Online Advertising</a> </li> <li class="cat-item cat-item-5"><a href="http://www.quietaffiliate.com/category/quiet-affiliate-news" title="View all posts filed under Quiet Affiliate News">Quiet Affiliate News</a> </li> <li class="cat-item cat-item-48"><a href="http://www.quietaffiliate.com/category/random" title="View all posts filed under Random">Random</a> </li> <li class="cat-item cat-item-13"><a href="http://www.quietaffiliate.com/category/resourcedirectory" title="View all posts filed under Resource/Directory">Resource/Directory</a> </li> <li class="cat-item cat-item-28"><a href="http://www.quietaffiliate.com/category/ridiculous" title="View all posts filed under Ridiculous">Ridiculous</a> </li> <li class="cat-item cat-item-36"><a href="http://www.quietaffiliate.com/category/search-engines" title="View all posts filed under Search Engines">Search Engines</a> </li> <li class="cat-item cat-item-20"><a href="http://www.quietaffiliate.com/category/seo" title="View all posts filed under SEO">SEO</a> </li> <li class="cat-item cat-item-43"><a href="http://www.quietaffiliate.com/category/seosem" title="View all posts filed under SEO/SEM">SEO/SEM</a> </li> <li class="cat-item cat-item-19"><a href="http://www.quietaffiliate.com/category/tools" title="View all posts filed under Tools">Tools</a> </li> <li class="cat-item cat-item-1"><a href="http://www.quietaffiliate.com/category/uncategorized" title="View all posts filed under Uncategorized">Uncategorized</a> </li> <li class="cat-item cat-item-33"><a href="http://www.quietaffiliate.com/category/utilitiestools" title="View all posts filed under Utilities/Tools">Utilities/Tools</a> </li> <li class="cat-item cat-item-49"><a href="http://www.quietaffiliate.com/category/video" title="View all posts filed under Video">Video</a> </li> <li class="cat-item cat-item-25"><a href="http://www.quietaffiliate.com/category/website-design" title="View all posts filed under Website Design">Website Design</a> </li> <li class="cat-item cat-item-37"><a href="http://www.quietaffiliate.com/category/website-development" title="View all posts filed under Website Development">Website Development</a> </li> </ul> </li><li id="linkcat-6" class="widget widget_links"><h2>Links</h2> <ul class='xoxo blogroll'> <li><a href="http://bluehatseo.com/">Blue Hat SEO</a></li> <li><a href="http://www.contempt.me">Contempt.me</a></li> <li><a href="http://ppc.bz/">Gangsta Affiliate Thugs</a></li> <li><a href="http://sohantanna.com/">Sohan</a></li> <li><a href="http://www.takintheplunge.com/seo-automation/">TTP – SEO Automation</a></li> </ul> </li> <li id="text-359945441" class="widget widget_text"> <div class="textwidget"><center><a href="/go/wfreview/" border=0 alt="WFREVIEW PLUGIN"><img border="0" src="http://www.quietaffiliate.com/images/wfreviewbox.jpg"</a><br /> <A HREF="http://www.senuke.com/membership/?special-offer=22492"><IMG SRC="http://www.senuke.com/Banners/senuke1252.gif" ALT="SEnuke Complete Marketing Software" BORDER="1"></A> </center> </div> </li></ul><!-- end #sidebar --> </div><!-- end #rightcolumn --> <div class="clear"></div> </div> <div id="footer"> <div class="container"> <span><a href="/">home</a>  |  <a href="http://www.quietaffiliate.com/feed">entries (rss)</a>  |  <a href="http://www.quietaffiliate.com/comments/feed">comments (rss)</a></span> ©2009 <a href="http://www.quietaffiliate.com/">The Quiet Affiliate</a>. Using a chopped up version of <a rel="nofollow" href="http://hellowiki.com">Fen</a>. <hr class="space" /> </div><!-- end .container --> </div><!-- end #footer --> <script type='text/javascript' src='http://www.quietaffiliate.com/wp-includes/js/jquery/jquery.form.js?ver=2.02m'></script> <script type='text/javascript' src='http://www.quietaffiliate.com/wp-content/plugins/contact-form-7/scripts.js?ver=2.1'></script> <script src="http://static.getclicky.com/59197.js" type="text/javascript"></script> <noscript><p><img alt="Quiet Affiliate Marketing" width="1" height="1" src="http://static.getclicky.com/59197-db4.gif" /></p></noscript> </body> </html> <!-- Dynamic page generated in 2.042 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2010-02-09 05:03:17 --> <!-- super cache -->