<?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/"
	>

<channel>
	<title>WebSiteSecrets101.com &#187; links</title>
	<atom:link href="http://www.websitesecrets101.com/tag/links/feed" rel="self" type="application/rss+xml" />
	<link>http://www.websitesecrets101.com</link>
	<description>Web site secrets and SEO tips</description>
	<lastBuildDate>Sat, 20 Feb 2010 03:02:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Protect Your EBay EPC</title>
		<link>http://www.websitesecrets101.com/how-to-protect-your-ebay-epc</link>
		<comments>http://www.websitesecrets101.com/how-to-protect-your-ebay-epc#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:15:27 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[epn]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[scrapper]]></category>
		<category><![CDATA[scrapping]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=382</guid>
		<description><![CDATA[<p>If you are creating any eBay sites, and monetizing them using eBay&#8217;s Quality Click program, then you will soon find that your EPC (Earning per Click) may rapidly fall through the floor because  some low-life scrapper decides to harvest all your sites content.</p>
<p>In doing so his scrapper visits everyone of your affiliate links and so destroys your EPC.</p>
<p>So how do we overcome this..</p>
<p>We&#8217;ll I have been making my affiliate links with javascript, this makes it a lot harder for a script that searches for links using a function like preg_match_all.</p>
<p>So this is howI do it..</p>
<p><strong>NOTE:</strong> Replace all square brackets with appropriate angle brackets to make example work.</p>
<p>[script type="application/javascript"]<br />
function doit()<br />
{<br />
var a=&#8217;http://&#8217;;<br />
var b=&#8217;www.ebay&#8217;;<br />
var c=&#8217;.com&#8217;;</p>
<p>var d=a+b+c;<br />
window.location.href=d;<br />
}<br />
[/script]<br />
[a href="#" onclick="doit()"]JS Click test[/a]</p>
<p>As you can see, the link is fired only on the &#8220;OnClick&#8221; function in Javascript. As most scrappers don&#8217;t run the JS scripts, they can see the links.</p>
<p>Then to overcome the preg_match_all condition, the &#8220;doit&#8221;  function breaks the links up into smaller bits and then re-assembles them at runtime.</p>
<p>Doing this has really help me.</p>
<p>Let me know if this works for you.</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/how-to-protect-your-ebay-epc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing Your Sites Page Rank Without External Links</title>
		<link>http://www.websitesecrets101.com/increasing-your-sites-page-rank-without-external-links</link>
		<comments>http://www.websitesecrets101.com/increasing-your-sites-page-rank-without-external-links#comments</comments>
		<pubDate>Sat, 30 Jan 2010 16:39:45 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[linking]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[search engines index]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=379</guid>
		<description><![CDATA[<p>I know the titles sounds amazing, but Chad Kimball has just put out an interesting video on internal linbk optimizing that can increase your search engine rankings.</p>
<p>The videos a little bit on the simple side, but if you are new to the whole SEO game then its definitely worth checking out</p>
<p>See it at : http://www.chaddo.com/index.php/nolinks</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/increasing-your-sites-page-rank-without-external-links/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>See what keywords are driving traffic for your competitors</title>
		<link>http://www.websitesecrets101.com/see-what-keywords-are-driving-traffic-for-your-competitors</link>
		<comments>http://www.websitesecrets101.com/see-what-keywords-are-driving-traffic-for-your-competitors#comments</comments>
		<pubDate>Thu, 28 Jan 2010 04:36:55 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[keywords]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[competitors]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[long tail keywords]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=372</guid>
		<description><![CDATA[<p>Lately I have been using a technique that a friend of mine showed me that makes it relatively easy to find keywords that drive traffic to your competitors website.</p>
<p>The otherday I was toying with the idea of setting up a lead capture page for a local mortgage broker here in Perth Australia.</p>
<p>Becuase the volume of Google searches specificcally for Perth is low, the keywords that BigG gives back is not always true.</p>
<p>But, imagine if I could &#8220;peep&#8221; into one of the top ranking sites and see what is driving traffic for them. How valuable would that be?</p>
<p>Well its not actually that hard, and our old friend Alexa comes to the rescue on this one:</p>
<p>In the example I talk about above, I was targetting the keyword PERTH MORTGAGE. I wanted to know if more people searched for perth mortgage and than for mortgage perth</p>
<p>So I typed PERTH MORTGAGE into google, and saw the following :</p>
<p><img class="aligncenter size-full wp-image-373" title="mortgage-perth" src="http://www.websitesecrets101.com/wp-content/uploads/2010/01/mortgage-perth.jpg" alt="mortgage-perth" width="733" height="683" /></p>
<p>So off I go to alexa.com and type in the domain name.</p>
<p><img class="aligncenter size-full wp-image-374" title="mortgage-perth-alexa" src="http://www.websitesecrets101.com/wp-content/uploads/2010/01/mortgage-perth-alexa.jpg" alt="mortgage-perth-alexa" width="696" height="670" />Wow.. check out those keywords. It shows that MORTGAGE PERTH is type in more offen than PERTH MORTGAGE, plus it has thrown up a few other keywords that I hadn&#8217;t considered. Now, if I repeat this for most of the sites on the front page of Google, I should have  great list of keywords and know exactly what to call my domain name and what sort of content to target.</p>
<p>Plus, I will naturally be checking out each sites backlinks to see where they got links from and try to get a link from those same sites to my site..</p>
<p>Let me know what you think about this idea..</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/see-what-keywords-are-driving-traffic-for-your-competitors/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Over 10,000 sites that want to give you a backlink</title>
		<link>http://www.websitesecrets101.com/find-over-10000-sites-that-want-to-give-you-a-backlink</link>
		<comments>http://www.websitesecrets101.com/find-over-10000-sites-that-want-to-give-you-a-backlink#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:13:43 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[linking]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[back links]]></category>
		<category><![CDATA[backlinkg]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[uaw]]></category>
		<category><![CDATA[unique article wizard]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=365</guid>
		<description><![CDATA[<p>Everyone is looking for an easy way to get backlinks to our website, and just this morning I came across and an absolutley &#8220;<a href="http://www.koalanet.com.au/australian-slang.html#R" target="_blank">ripper</a>&#8221; of an idea, that has opened the door to over 10,000 websites that I can get backlinks from. Even if only 1/2 of them agree, thats still a lot of back link juice for your website.</p>
<p><img class="aligncenter size-full wp-image-367" title="10000-backlink-sites" src="http://www.websitesecrets101.com/wp-content/uploads/2010/01/10000-backlink-sites.jpg" alt="10000-backlink-sites" width="403" height="121" /></p>
<p>These are white hat sites and the website owners are very happy to have your link on their site.</p>
<p>Still Interested ?</p>
<p>Ok here&#8217;s the secret..</p>
<p>A lot of people are constantly looking for new content to post into their sites/blogs.</p>
<p>And one of the more common ways of getting content into a WP blog is to join up with Uniqe Article Wizard.</p>
<p>This is a great service, but they have one &#8220;flaw&#8221; if you can call it that( and its not even their own fault).</p>
<p>So how can we capitalize on this so-called &#8220;fault&#8221; and get backlink for ourselves?</p>
<p>UAW sends a test post to new blogs when they first join up and most people forget to delete this test post. So all we have to do is find these test posts and compile  a huge list of blog owners that want your original content.</p>
<p>Simply send the author an email, asking if they want original content that is NOT in the UAW system (most will kill for unique content) and then send them the article to post when they say OK</p>
<p>It couldn&#8217;t be any easier !</p>
<p>So how do you find these UAW test posts?</p>
<p>We look for blog posts that look something like :</p>
<p style="text-align: center;"><img class="size-full wp-image-366 aligncenter" title="easy-backlinks" src="http://www.websitesecrets101.com/wp-content/uploads/2010/01/easy-backlinks.jpg" alt="easy-backlinks" width="540" height="163" /></p>
<p style="text-align: left;">All I do is search for the text string :</p>
<p style="text-align: left;">&#8220;Congratulations on joining our community! The Unique Article Wizard is the best and easiest way to receive unique content for your site. Here is some important&#8221;</p>
<p style="text-align: left;"><a href="http://www.google.com/search?q=%22Congratulations+on+joining+our+community!+The+Unique+Article+Wizard+is+the+best+and+easiest+way+to+receive+unique+content+for+your+site.+Here+is+some+important%22&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-GB:official&amp;client=firefox-a" target="_blank">Click this link</a> (it just opens up Google in a new window using the text string above) and see for yourself the websites that are returned.</p>
<p style="text-align: left;">So, now you have no excuse now for not getting backlinks to your website.</p>
<p style="text-align: left;">Let me know what you think of this idea?</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/find-over-10000-sites-that-want-to-give-you-a-backlink/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Redirect Affiliate Links</title>
		<link>http://www.websitesecrets101.com/how-to-redirect-affiliate-links</link>
		<comments>http://www.websitesecrets101.com/how-to-redirect-affiliate-links#comments</comments>
		<pubDate>Thu, 03 Dec 2009 03:54:44 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[affiliate]]></category>
		<category><![CDATA[affiliate links]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=296</guid>
		<description><![CDATA[<p>Everytime we make a post on our websites we generally have a link to some othersite, usually an affiliate link.</p>
<p>Just this morning, I was updating and old ebook of mine on how people can buy high page rank domains for just $5, and I wanted to redirect them through my affiliate link.</p>
<p>The affiliate link is the usual CJ (commission junction) links, in other words is long and contains lots of numbers and dashes.</p>
<p>So I wanted to put a link that went directly to the other site.</p>
<p>So, lets say we want to make a redirect on this site to Godaddy, using my affiliate link.</p>
<p>So if sometime types in http://www.websitesecrets101.com/godaddy they get sent to godaddy.com with my affiliate code in place.</p>
<p>So , how do we do it.</p>
<p>Its easy to do, all you have to do is open up your websites .htaccess file (please note this approach does not work on Windows servers), with your favourite text editor. Notepad works just fine!</p>
<p>Mine looks like this :</p>
<p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p># END WordPress</p>
<p>Its the standard WordPress .htaccess file.</p>
<p>No I want to make a redirect that goes directly to the affiliate site. Lets say, for this example, I want to redirect them to Goddady. It may not be your most favorite registar but lets just se it for this example.</p>
<p>So using the above .htaccess file, I&#8217;ll edit so that it now include the line</p>
<p>Redirect <span style="color: #0000ff;">301</span> <span style="color: #ff0000;"><strong>/godaddy</strong></span> <span style="color: #339966;"><strong>http://www.tkqlhce.com/click-3340454-10419685</strong></span></p>
<p>The <span style="color: #0000ff;"><strong>301</strong></span> part, means that its a permant redirect, you can use 301 or 302 here.</p>
<p>The <strong><span style="color: #ff0000;">/godaddy</span></strong> bit  is the path used on this website.</p>
<p>The <span style="color: #339966;"><strong>http://www.tkqlhce.com/click-3340454-10419685</strong></span> is the affiliate link I will send them to.</p>
<p>So now the full .htaccess file is :</p>
<p># BEGIN WordPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
Redirect 301 /godaddy http://www.tkqlhce.com/click-3340454-10419685<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p># END WordPress</p>
<p>See how I put it just after the &#8220;RewriteBase /&#8221; line? That means it will redirect without effecting your wordpress install.</p>
<p>So its pretty easy to make redirects by simply modifing your .htaccess file.</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/how-to-redirect-affiliate-links/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How I get between 50-150 one way links per day</title>
		<link>http://www.websitesecrets101.com/how-i-get-between-50-150-one-way-links-per-day</link>
		<comments>http://www.websitesecrets101.com/how-i-get-between-50-150-one-way-links-per-day#comments</comments>
		<pubDate>Thu, 15 Oct 2009 03:18:38 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[linking]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[one way links]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[software directories]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=226</guid>
		<description><![CDATA[<p>If you want lots of links and you don&#8217;t want to do it the slow old fashioned way then:</p>
<p><strong>&#8220;Why not give something away, in exchange for a link back&#8221;</strong></p>
<p>We do if for peoples email addresses, why not for links.<span id="more-226"></span></p>
<p>It could be any product or service that you create or buy the rights to.</p>
<p>You could also provide a service that people on the web need in exchange for a link to whatever site you wish to promote.</p>
<p>I know I&#8217;m being vague here, but I will clarify with an example soon.</p>
<p>I would suggest you find a niche (does not have to be related to your websites topic), and find out what they want and help to solves.</p>
<p>Here&#8217;s an example:</p>
<p>There are thousands, if not millions of frustrated programmers out there. Each one has written numerous applications but does not have a clue on how to promote it.<br />
So they start down the path that every budding programmer goes down (I did this too when I started ). You turn the software into a shareware app, and look to distribute it on the web and hope to make a killing.</p>
<p>The first place these people go is to software directories to submit their software.</p>
<p>Now.. Imagine you own a software directory.<br />
You will let them add their software to your directory for FREE, in exchange for them giving you a one way link form their website to any site that you onw. (You make them link to any site you want, as long as they give you a link).</p>
<p>I use this technique myself. I own 3 directories, and these budding programmers help make content for me as well as providing an almost endless supply of one-way links.</p>
<p>I get anywhere between 50-150 back links to my sites everyday.</p>
<p>I don&#8217;t do anything for these links except have these 3 directories.</p>
<p>I have a rotational script so that links are diverted to whcihever site I wish to promote at the moment..</p>
<p>Talk about link building the easy way.</p>
<p>They are all 1-way links and from 1000&#8242;s of different IP addresses.</p>
<p>So think about giving something away for free in exchange. Its a very powerfull link building tool, and much less effort that writing and submitting 100&#8242;s of articles</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/how-i-get-between-50-150-one-way-links-per-day/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Any Website Indexed in the Search Engines in Under 36 Hours &#8211; Part 4</title>
		<link>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-4</link>
		<comments>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-4#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:55:42 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[daily basis]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[ping servers]]></category>
		<category><![CDATA[pinging]]></category>
		<category><![CDATA[pingoat]]></category>
		<category><![CDATA[pingomatic]]></category>
		<category><![CDATA[pings]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search engines index]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=92</guid>
		<description><![CDATA[<p><strong>Getting the Search Engines to Your Website</strong></p>
<p>To get the search engines racing across to your website, we are going to employ a technique that blogs all over the word use on a daily basis.</p>
<p>Pinging!</p>
<p>It’s a silly sounding name, but it basically means it’s a way for one website to tell another website that its content has been changed or added to.</p>
<p>We are going to use 3 different pinging services (both 100% FREE) that will do the job very well for us.</p>
<p><span id="more-92"></span></p>
<p style="text-align: center;"><strong>Make sure you have read <a href="http://www.websitesecrets101.com/82/get-any-website-indexed-in-the-searchengines-in-under-36-hours-part-1/">part 1</a>, <a href="http://www.websitesecrets101.com/85/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-2/">part 2</a> and <a href="http://www.websitesecrets101.com/90/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-3/">part 3</a> before reading this section</strong></p>
<p>1.Ping O Matic (http://www.pingomatic.com)</p>
<p>Pingomatic.com was one of the original ping servers that in turn notifies about a dozen or more other web sites that a website has new or updated content on it.</p>
<p>2.Pingoat.com (http://www.pingoat.com)</p>
<p>Pingoat is a newer ping server system that does a similar job to pingomatic but does notify other sites as well.</p>
<p>3.Pingler.com (http://www.pingler.com)</p>
<p>Pingler.com is one the newest ping servers to hit the web. They ping 90+ different websites, including Google, Yahoo and MSN directly.</p>
<p>So let’s start with www.pingomatic.com and show how easy it is to ping a website. The others, although looking different, all work on the same principal. So if you know how to use one, you then know how to use all of them.</p>
<p>Say for example you have made a post of Digg.com, and you now want to ping it&#8230;</p>
<p>So for our example, let’s say you have just written the following post on Digg</p>
<p>http://digg.com/2008_us_elections/Didn_t_Make_It_To_The_Inauguration_Just_Pretend_You_Did</p>
<p>We are only going to use this as an example, nothing else.</p>
<p>So we copy the full URL of the post, and head on over to pingomatic.com</p>
<p><img class="aligncenter size-medium wp-image-93" title="pingomatic" src="http://www.websitesecrets101.com/wp-content/uploads/2009/07/pingomatic-300x289.jpg" alt="pingomatic" width="300" height="289" /></p>
<p>Put a title in for the ping, then the full URL of the Digg post.<br />
Leave the RSS URL blank (or the default value of http://)</p>
<p>Then click the services you want to use, I suggest selecting all of them, and then hit the “Send Pings” button.</p>
<p><img class="aligncenter size-medium wp-image-94" title="pingomatic-2" src="http://www.websitesecrets101.com/wp-content/uploads/2009/07/pingomatic-2-300x260.jpg" alt="pingomatic-2" width="300" height="260" />Once this is complete, then move onto the next social book marking site and, as they say in the TV ads, its simply a process of “wash, rinse and repeat”.</p>
<p>It’s that simple.</p>
<p>All you are doing with this process is getting links to your website and telling the search engines to visit these links and come visit your website.</p>
<p><strong>Conclusion </strong></p>
<p>I have tried to make this set of blog posts as &#8220;to the point&#8221; as possible and I have discussed the methods and strategies that I regularly use to get any website I create indexed in the search engines.</p>
<p>Do bear in mind that sometimes the search engines can be “fickle” and not behavior normally. So sometimes you can get a site indexed with a few hours and other times it may take a few 4-5 days before it will appear.</p>
<p>So, all you have to remember is to:</p>
<p>1.Get Links to your website (I have given 35 places to get links from)<br />
2.Ping the links<br />
3.See how fast you can get your site indexed.</p>
<p>Of course, this won’t guarantee you the coveted #1 search engine position, but at least you can have your site in the search engines and working for you.</p>
<p>Getting a better ranking position is for another blog post.</p>
<p>To Your Online Success!</p>
<p>Bruce</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Any Website Indexed in the Search Engines in Under 36 Hours &#8211; Part 3</title>
		<link>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-3</link>
		<comments>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-3#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:52:41 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[search engine listing]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search google]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=90</guid>
		<description><![CDATA[<p style="text-align: left;">Where to get links from</p>
<p>We need links from 5 to 10 sites. You can submit to more site if you have the time, but 5 to 10 will do nicely for now.</p>
<p>I’ve managed to put together a list of 35 of the best social bookmarking sites that will give you the quickest results.</p>
<p>So choose 5-10 sites, register an account at each of your selected sites, and post some content about your site to each site.</p>
<p>It doesn’t have to be a 500 word article that you write, but it must be worthy of inclusion. So aim for something between 50-150 words. Don’t go over-do the sales pitch for the site, keep in relatively low-key.</p>
<p>So here are the 35 sites and their PageRank as calculate in February 2009</p>
<p><span id="more-90"></span></p>
<p style="text-align: center;"><strong>Make sure you have read <a href="http://www.websitesecrets101.com/82/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1/">Part 1</a> &amp; <a href="http://www.websitesecrets101.com/85/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-2/">Part 2</a> before reading this section..</strong></p>
<p>1.http://slashdot.org (PR9)</p>
<p>2.http://digg.com (PR8)</p>
<p>3.http://technorati.com (PR8)</p>
<p>4.http://www.furl.net (PR7)</p>
<p>5.http://www.backflip.com (PR7)</p>
<p>6.http://www.hugg.com (PR7)</p>
<p>7.http://www.mixx.com (PR7)</p>
<p>8.http://ma.gnolia.com (PR7)</p>
<p>9.http://www.connotea.org (PR7)</p>
<p>10.http://mystuff.ask.com (PR7)</p>
<p>11.http://www.reddit.com (PR7)</p>
<p>12.http://www.dzone.com (PR7)</p>
<p>13.http://www.folkd.com (PR7)</p>
<p>14.http://multiply.com (PR7)</p>
<p>15.http://www.searchles.com (PR6)</p>
<p>16.http://de.lirio.us (PR6)</p>
<p>17.http://www.dotnetkicks.com (PR6)</p>
<p>18.http://www.bloghop.com (PR6)</p>
<p>19.http://www.plime.com (PR6)</p>
<p>20.http://www.bibsonomy.org (PR6)</p>
<p>21.http://www.clipclip.org (PR6)</p>
<p>22.http://linkagogo.com (PR6)</p>
<p>23.http://www.spurl.net (PR6)</p>
<p>24.http://www.zlitt.com (PR6)</p>
<p>25.http://www.indianpad.com (PR6)</p>
<p>26.http://www.tumblr.com (PR6)</p>
<p>27.http://www.myvmarks.com (PR5)</p>
<p>28.http://www.listible.com (PR5)</p>
<p>29.http://www.bringr.com (PR5)</p>
<p>30.http://faves.com (PR5)</p>
<p>31.http://www.linkinn.com (PR5)</p>
<p>32.http://spotback.com (PR5)</p>
<p>33.http://www.mylinkvault.com (PR5)</p>
<p>34.http://my.xilinus.com (PR5)</p>
<p>35.http://www.bumpzee.com (PR5)</p>
<p>Next, we have to get the search engines to visit your new posts and come visit your website; we are going to do this via pinging.</p>
<p>See part 3 for the section on how to get the search engines to these new links and then get them to your website.</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Any Website Indexed in the Search Engines in Under 36 Hours &#8211; Part 2</title>
		<link>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-2</link>
		<comments>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-2#comments</comments>
		<pubDate>Sun, 19 Jul 2009 12:49:44 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[bit part]]></category>
		<category><![CDATA[detailed explanation]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[major ingredients]]></category>
		<category><![CDATA[search engine optimization tools]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[text content]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=85</guid>
		<description><![CDATA[<p>The Recipe:</p>
<p>To get any website indexed and listed in the search engines you need two (2) major ingredients in the recipe.<br />
1.Having enough content on the site for the search engine to figure out what your website is about.</p>
<p>2. Having a way for the search engines to even find your site and decide to even bother to visit it.</p>
<p><span id="more-85"></span>Make sure you have read <a href="http://www.websitesecrets101.com/82/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1/">Part 1</a> of this guide before readining this part.</p>
<p>Part 1:<br />
I&#8217;m not going to go into a detailed explanation of website content, but I just want to say that your website must have enough text content, with your main keywords spread through the text.</p>
<p>Remember search engines can’t read images and videos. So a website with lots of pictures/videos on it and very little text will rarely if ever get indexed and appear in the search engines. So make sure you have enough text based content on your site.</p>
<p>Part 2:<br />
This is the area that this post covers.</p>
<p>The best way for a search engine to find your site is via a link on another site -  preferably a website with high authority that gets visited by the search engines regularly – if possible dozens of times a day.</p>
<p>Then we need to tell the search engines to visit the links on these authority sites and then they will visit your site.</p>
<p>So this is how we are going to do this:</p>
<p>1.Get  5 to 10 one-way links on high PR social bookmarking sites (I’ll show you which ones)<br />
2.Tell the search engines to visit these links , by pinging the links on the sites<br />
3.Watch your site get indexed in the search engines in the next few days!!</p>
<p>It&#8217;s that easy, so let me show you which sites to get links from and how to ping your sites.</p>
<p>I&#8217;ll cover that bit part 3..</p>
<p><a href="http://www.websitesecrets101.com/82/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1/">Read part 1 here first</a></p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Any Website Indexed in the Search Engines in Under 36 Hours &#8211; Part 1</title>
		<link>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1</link>
		<comments>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1#comments</comments>
		<pubDate>Sat, 18 Jul 2009 12:46:55 +0000</pubDate>
		<dc:creator>Bruce</dc:creator>
				<category><![CDATA[seo]]></category>
		<category><![CDATA[correct quantities]]></category>
		<category><![CDATA[correct sequence]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[indexing]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[time effort]]></category>
		<category><![CDATA[work time]]></category>

		<guid isPermaLink="false">http://www.websitesecrets101.com/?p=82</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-99" style="border: 0pt none; margin: 2px;" title="small-how-to-get-any-website-indexed-in-the-search-engines-in-36-hours-ebook-cover" src="http://www.websitesecrets101.com/wp-content/uploads/2009/07/small-how-to-get-any-website-indexed-in-the-search-engines-in-36-hours-ebook-cover.jpg" alt="small-how-to-get-any-website-indexed-in-the-search-engines-in-36-hours-ebook-cover" width="205" height="251" />Imagine the following scene:</p>
<p>You just spend days and days creating a great new website. You’ve agonized over the graphics. Checked the spelling and grammar of the site a dozen times and the site is now finished.</p>
<p>So you sit back and wait for the search engines to visit your website and start ranking your website in their listings.</p>
<p>After a day or so, you decide to check if the search engines have indexed your site.<br />
So you decide to test Google first.</p>
<p>You type the following command into your web browser:</p>
<p>Site: yourdomain.com</p>
<p>And check the number of pages it shows up.</p>
<p>NOTHING!!<span id="more-82"></span>So you wait a few more days, and do the test again.</p>
<p>Still nothing!!</p>
<p>A couple of weeks go past and still nothing!<br />
You are now getting seriously dejected and want to give up on the site altogether.</p>
<p>All that work, time, effort and money invested all completely wasted.</p>
<p>It doesn’t have to be like that!</p>
<p>There’s no secret to getting a site indexed in the shortest possible time, you just have to do the right steps at the right time and things fall into place.</p>
<p>It’s a lot like making a cake.</p>
<p>If you don’t have all the ingredients mixed together in the correct sequence, with the correct quantities of each ingredient, you may or may not get a cake at the end&#8230;</p>
<p>But if you followed the recipe as written down, then at the end of the baking process you will have a cake.</p>
<p>Getting a website indexed is almost exactly the same.</p>
<p>So let’s get started …</p>
]]></description>
		<wfw:commentRss>http://www.websitesecrets101.com/get-any-website-indexed-in-the-search-engines-in-under-36-hours-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
