<?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>Apache, Linux ,Seo tricks and many more &#187; SEO</title>
	<atom:link href="http://www.gossiplime.com/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gossiplime.com</link>
	<description>This blog is just for all persons to know more about php, apache , linux , seo etc</description>
	<lastBuildDate>Wed, 08 Jul 2009 16:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Link Building</title>
		<link>http://www.gossiplime.com/2009/03/link-building/</link>
		<comments>http://www.gossiplime.com/2009/03/link-building/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 19:50:02 +0000</pubDate>
		<dc:creator>vinod</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=301</guid>
		<description><![CDATA[In every webmaster forum and blog out there, the community always goes nuts over finding ways to get universities and government sites to link to you. This post is dedicated to helping those people save their money and allow them to get an unlimited amount of .edu and .gov links for free, all through the [...]]]></description>
			<content:encoded><![CDATA[<p>In every webmaster forum and blog out there, the community always goes nuts over finding ways to get universities and government sites to link to you. This post is dedicated to helping those people save their money and allow them to get an unlimited amount of .edu and .gov links for free, all through the power of google!</p>
<p>The ’site:’ feature in Google allows only results with that domain name or domain extension to show up. You can “hack” this feature to allow Google to find the most relevant university and government websites related to your sites.</p>
<p>Examples:<br />
Google query: <a href="http://www.google.com/search?q=site:.gov blog" target="_self">site:.gov</a> blog [or <a href="http://www.google.com/search?q=site%3A.edu+blog">site:.edu</a> blog]<br />
Results in: Google finds any .gov website that is running a blog or has a /blog/ directory. You can then visit these blogs and post comments (if you can find wordpress blogs like this one), and get hundreds of free .gov backlinks.<br />
[Alternative queries: 'blog' 'blogs' 'wordpress' 'comment' 'guestbook' '2007' '2006']</p>
<p>Google query: site:.edu *your niche* + blog<br />
For example: site:.edu internet marketing blog<br />
The top result is a .edu blog that links to a non edu blog, but that blog is related and is PR3 and has edu backlinks. That is also a great relevant place to comment, even if it is not directly a .edu. On the other hand, the third result was a PR3 highly related .edu internet marketing blog with zero comments. That is easy .edu backlinks!</p>
<p>You can easily replicate these queries to fit your needs, and it is highly scalable. You can find .edu, .gov, and if you are lucky, .mil blogs. If you are not as picky, you can just search specifically for the blogs without the .edu or .gov extension, and you can find some high pageranked blogs on the first pages of results. Play around with it, enjoy it, it’s free!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/03/link-building/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Adding meta tags to blogger</title>
		<link>http://www.gossiplime.com/2009/03/adding-meta-tags-to-blogger/</link>
		<comments>http://www.gossiplime.com/2009/03/adding-meta-tags-to-blogger/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 15:35:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=296</guid>
		<description><![CDATA[1.Sign in to your blogger dashboard&#62;click the &#8216;layout&#8217; button 2.Click on the &#8216;Edit html&#8217; tab Here is the code you have to add &#60;meta content=&#8217;DESCRIPTION HERE&#8217; name=&#8217;description&#8217;/&#62; &#60;meta content=&#8217;KEYWORDS HERE&#8217; name=&#8217;keywords&#8217;/&#62; &#60;meta content=&#8217;AUTHOR NAME HERE&#8217; name=&#8217;author&#8217;/&#62; DESCRIPTION HERE:Write your blog description KEYWORDS:Write the keywords of your blog AUTHOR NAME:Write the author&#8217;s name(Your name) 3.Add the [...]]]></description>
			<content:encoded><![CDATA[<p>1.Sign in to your blogger dashboard&gt;click the &#8216;layout&#8217; button</p>
<p>2.Click on the &#8216;Edit html&#8217; tab</p>
<p>Here is the code you have to add</p>
<p>&lt;meta content=&#8217;DESCRIPTION HERE&#8217; name=&#8217;description&#8217;/&gt;<br />
&lt;meta content=&#8217;KEYWORDS HERE&#8217; name=&#8217;keywords&#8217;/&gt;<br />
&lt;meta content=&#8217;AUTHOR NAME HERE&#8217; name=&#8217;author&#8217;/&gt;</p>
<p>DESCRIPTION HERE:Write your blog description<br />
KEYWORDS:Write the keywords of your blog<br />
AUTHOR NAME:Write the author&#8217;s name(Your name)</p>
<p>3.Add the above code just after this</p>
<p>&lt;b:include data=&#8217;blog&#8217; name=&#8217;all-head-content&#8217;/&gt;</p>
<p>Don&#8217;t forget to add description and keywords.<br />
and save the changes.</p>
<p>IMPORTANT:</p>
<p>Several people were filling with just the keywords in the description.DON&#8217;T DO THAT.Google and other search engines will ban your site from the search engines list if you did so.And also,don&#8217;t repeat the keyword more than 3 times.</p>
<p>That&#8217;s it!You have sucessfully added the metatags to your blogger(blogpsot) blog.If you want to check whether you added the meta tags correctly or not,just type &#8216;meta tags analyzer tool&#8217; in the google and you will find so many sites which can check whether you have added the tags correctly or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/03/adding-meta-tags-to-blogger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Sandbox</title>
		<link>http://www.gossiplime.com/2009/02/google-sandbox/</link>
		<comments>http://www.gossiplime.com/2009/02/google-sandbox/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:02:19 +0000</pubDate>
		<dc:creator>vinod</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[google sandbox]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[optmize website]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=283</guid>
		<description><![CDATA[The Google sandbox is a concept that has been coined to describe the effect that new websites have in Google’s search results. New websites do not behave in the same way in Google’s search results as older, more established websites. It seems that Google is less inclined to rank newer websites until they have proven [...]]]></description>
			<content:encoded><![CDATA[<p>The Google sandbox is a concept that has been coined to describe the effect that new websites have in Google’s search results.</p>
<p>New websites do not behave in the same way in Google’s search results as older, more established websites. It seems that Google is less inclined to rank newer websites until they have proven themselves and gone through a probationary period. This seems to be a period of 90 to 120 days.</p>
<p>This is not to say that everything you do is pointless within this time, it just means that your efforts will probably be put on hold until this period has passed.</p>
<p>The Google sandbox could be used by Google for many things other than just new websites. Google could also use this for websites that it believes are not playing fair or that have suddenly gained large numbers of inward links.</p>
<p>If you have a new website you should make your changes and optimize your website gradually. This includes building links to your website. You should try to build links slowly over time instead of adding a hundred in one sitting. This sudden spike of inward links could cause you problems. It would look unnatural, as links are not normally achieved this fast.</p>
<p>There are several ways you can deal with the Google sandbox and its effects. including:</p>
<p>    * Use an existing older domain name instead of buying a new one.<br />
    * Build links slowly over time<br />
    * Optimize your website slowly<br />
    * In the early days, concentrate on other search engines<br />
    * Utilize pay per click (PPC) for your initial placement</p>
<p>The Google sandbox effect is not a recognized algorithm by Google, it is just a phrase to describe the effect often seen with new websites that have only recently been found by Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/02/google-sandbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get backlinks from .edu sites ?</title>
		<link>http://www.gossiplime.com/2009/02/how-to-get-backlinks-from-edu-sites/</link>
		<comments>http://www.gossiplime.com/2009/02/how-to-get-backlinks-from-edu-sites/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:52:42 +0000</pubDate>
		<dc:creator>vinod</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Backlink]]></category>
		<category><![CDATA[dofollow no nofollow]]></category>
		<category><![CDATA[link building]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=280</guid>
		<description><![CDATA[Everyone wants to make Backlink Here we go: Just go to google search engine and enter the code below: site:.edu inurl:blog “comment” -”you must be logged in” -”posting closed” -”comment closed” “keyword” Where it says keyword put the keyword you want to search for to match your site. Now to break this down a bit [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone wants to make Backlink</p>
<p>Here we go: Just go to google search engine and enter the code below:</p>
<p>site:.edu inurl:blog “comment” -”you must be logged in” -”posting closed” -”comment closed” “keyword”</p>
<p>Where it says keyword put the keyword you want to search for to match your site.</p>
<p>Now to break this down a bit it will sort through all the .edu blogs and only pull ones that allow a comment and match your keyword. As you see we had it take out the blogs that were closed for comments, ones that required you log in, and posting closed.</p>
<p>There you have it, now get to work and start getting some quality .edu backlinks.</p>
<p>Hope you all like this post <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/02/how-to-get-backlinks-from-edu-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1100+ Dofollow blog list</title>
		<link>http://www.gossiplime.com/2009/01/1100-dofollow-blog-list/</link>
		<comments>http://www.gossiplime.com/2009/01/1100-dofollow-blog-list/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 02:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dofollow]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=96</guid>
		<description><![CDATA[You may see few URLS are not working fine! But till i found all were working. Till then you Keep Commenting! Note: If you want to me to add your URL in that list, Throw me an email and I will do it ASAP! (admin [at] gossiplime.com Here is the list : 1100+ Do-Follow Blog [...]]]></description>
			<content:encoded><![CDATA[<p><strong>You may see few URLS are not working fine! But till i found all were working.</strong></p>
<p>Till then you Keep Commenting!</p>
<p>Note: If you want to me to add your URL in that list, Throw me an email and I will do it ASAP! <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (admin [at] gossiplime.com</p>
<p>Here is the list : <a title="Do follow blog list" href="http://www.gossiplime.com/1100+do%20follow%20blog%20list.txt">1100+ Do-Follow Blog List (TEXT FORMAT)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/01/1100-dofollow-blog-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Know how to add a favicon on Blogger</title>
		<link>http://www.gossiplime.com/2009/01/know-how-to-add-a-favicon-on-blogger/</link>
		<comments>http://www.gossiplime.com/2009/01/know-how-to-add-a-favicon-on-blogger/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 01:59:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Favicon]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=92</guid>
		<description><![CDATA[Firstly, What exactly is a Favicon? A favicon is a small image shown in the tab of your browser, It just gives a blog a good look and almost all websites have it, even mine Is Favicon Good For SEO? Nope, as I said it just gives a website good look. It doesnt have anything [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Firstly, What exactly is a Favicon?</strong></p>
<p>A favicon is a small image shown in the tab of your browser, It just gives a blog a good look and almost all websites have it, even mine <img class="wp-smiley" src="http://rishabhsood.net/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" /></p>
<p><strong>Is Favicon Good For SEO?</strong></p>
<p>Nope, as I said it just gives a website good look. It doesnt have anything to do with SEO.</p>
<p>Now let me show you how to install it on a Blogger,</p>
<p>1) Make a small image for your blog which matches color of your blog.</p>
<p>2) Visit <span style="color: #0000ff;"><a rel="nofollow" href="http://www.iconj.com/icon_generator.php" target="_blank"><span style="font-weight: bold;">Free Favicon Generator</span></a> </span>and upload the graphic you have made.</p>
<p>3) You will get a favicon.ico file, Download it.</p>
<p>4) Upload if to some website or you can let iconj.com host it on their server.</p>
<p>Next, Insert code just above the &lt; /head &gt; tag, click <span style="font-weight: bold;">Save Template</span> and you are done. Your favicon will now load when you open your website \:D/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/01/know-how-to-add-a-favicon-on-blogger/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do follow blog List</title>
		<link>http://www.gossiplime.com/2008/12/do-follow-blog-list/</link>
		<comments>http://www.gossiplime.com/2008/12/do-follow-blog-list/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[dofollow no nofollow]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=132</guid>
		<description><![CDATA[Hello friends, Today i will give you a list of dofollow blogs Free DoFollow Blogs Search Engine Tool , by using this free web based tool , you will be able to search any DoFollow Blogs that matched with your search term . eg: “music , cats , etc” . You can also submit your [...]]]></description>
			<content:encoded><![CDATA[<p>Hello friends,</p>
<p>Today i will give you a list of dofollow blogs</p>
<p><a href="http://www.ezbusinessneeds.com/dofollow.php">Free DoFollow Blogs Search Engine Tool</a> , by using this free web based tool , you will be able to search any DoFollow Blogs that matched with your search term . eg: “music , cats , etc” . You can also submit your own DoFollow blog to their database <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>- <a href="http://www.dofollowblogs.com/">The DoFollow Blogs Directory</a> , by visiting their web directory , you will be able to browse and search for DoFollow blogs based on Categories . eg :”computer , science , etc” . It’s very handy <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>- <a href="http://forums.digitalpoint.com/forumdisplay.php?f=13">Digitalpoint’s Link Development Forum</a> , all stuffs you need to know about Link Building. Highly recommended  <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /> From this forum I got these nice list of DoFollow Blogs :</p>
<p><code>PR6</p>
<p>http://www.ndesign-studio.com/blog/updates/web-designer-wall-launch/</p>
<p>PR7</p>
<p>http://www.matthewyglesias.com/archives/2006/12/sunni_versus_shiite/</p>
<p>PR3</p>
<p>http://friendlybit.com/css/beginners-guide-to-css-and-standards/</p>
<p>PR4</p>
<p>http://www.bloggingpro.com/archives/2006/08/26/feature-5-reasons-to-use-wordpress-as-cms/</p>
<p>PR5</p>
<p>http://www.ysearchblog.com/archives/000469.html</p>
<p>PR5</p>
<p>http://www.crankygeeks.com/2007/07/episode_74_is_google_going_too.php</p>
<p>PR5</p>
<p>http://lifehacker.com/software/sports/-304921.php</p>
<p>PR5</p>
<p>http://www.dgrigg.com/post.cfm/11/07/2005/Resign-Patterns</p>
<p>PR6</p>
<p>http://njmg.typepad.com/sbi/2007/09/post-3.html</p>
<p>PR4</p>
<p>http://argentina.worldcupblog.org/1/argentina-copa-america-roster.html</p>
<p>PR2</p>
<p>http://germany.worldcupblog.org/1/road-to-euro-2008.html</p>
<p>PR3</p>
<p>http://fiorentina.theoffside.com/team-news/livorno-0-fiorosvaldo-3.html</p>
<p>PR4</p>
<p>http://www.aviransplace.com/digg-this-wordpress-plugin/</p>
<p>PR5</p>
<p>http://thewarp.org/blog/index.cfm/2007/5/17/NUTS-campaign-to-Save-Jericho</p>
<p>PR6</p>
<p>http://aydin.net/blog/2006/03/23/three-column-k2-theme-for-wordpress-3k2/</p>
<p>PR6</p>
<p>http://www.askthecssguy.com/2007/03/form_field_hints_with_css_and.html</p>
<p>PR5</p>
<p>http://blog.pixelbreaker.com/flash/polar-clock-v2/</p>
<p>PR4</p>
<p>http://scienceblogs.com/pharyngula/2006/02/rule_of_threes_now_satisfied.php</p>
<p>PR4</p>
<p>http://www.molly.com/2007/01/18/what-happened-with-html-and-css-in-outlook-2007/</p>
<p>PR5</p>
<p>http://blog.usweb.com/archives/how-microformats-affect-search-engine-optimization-seo/</p>
<p>PR5</p>
<p>http://www.scribefire.com/2007/08/02/scribefire-142-released/</p>
<p>PR6</p>
<p>http://robertreich.blogspot.com/2007/03/other-85-us-attorneys.html</p>
<p>PR3</p>
<p>http://blog.studentsforafreetibet.org/2007/08/31/free-runggye-adak-now/</p>
<p>PR4</p>
<p>http://radar.oreilly.com/archives/2007/10/competecom_anal.html</p>
<p>PR6</p>
<p>http://tutorialblog.org/25-code-snippets-for-web-designers-part8</p>
<p>PR5</p>
<p>http://blog.pandora.com/</p>
<p>PR5</p>
<p>http://blogs.bl0rg.net/netzstaub/2005/03/04/interview-with-adam-dunkels/</p>
<p>PR4</p>
<p>http://gadgets.fosfor.se/ricavision-vista-remote/</p>
<p>PR3</p>
<p>http://imthi.com/wp-pda</p>
<p>PR4</p>
<p>http://blog.secondlife.com/2007/07/11/announcing-the-concierge-summer-party/</code></p>
<p>- Blackhat ’s way : <a href="http://www.xssnews.com/2007/07/27/xss-and-seo-search-engine-optimization/">Xss BackLinks</a> / <a href="http://blackhatseo-blog.com/edu-spam">.Edu Spamming</a><br />
- Tool : <a href="http://www.commenthut.com/">CommentHut</a></p>
<p>Okay , you’re done with some basic tricks o gaining backlinks . Now , You should monitor it , if you just don’t have any idea about monitoring the backlinks to your blogs , just get yourself registered with <a href="http://www.google.com/alerts?hl=en&amp;gl=">Google Alert</a> . And enter “link:http://www.yourwebsite.com” as the search term .</p>
<p><img class="alignnone size-full wp-image-133" title="google_alert" src="http://www.gossiplime.com/wp-content/uploads/2009/01/google_alert.jpg" alt="google_alert" width="279" height="230" /></p>
<p>That’s all for now, Enjoy <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/12/do-follow-blog-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easily way to get backlinks!</title>
		<link>http://www.gossiplime.com/2008/12/easily-way-to-get-backlinks/</link>
		<comments>http://www.gossiplime.com/2008/12/easily-way-to-get-backlinks/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 10:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Backlink]]></category>
		<category><![CDATA[internet marketing]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=136</guid>
		<description><![CDATA[Today i will give you the list of Do-follows blog If you’re an Internet Marketer and/or someone with some SEO/SEM knowledges then you must know just how important backlinks from do-follow pages means to your site(s). Yes! This topic is really a topic that gave out informations on some do-follow forum(s) addresses &#8211; They approve [...]]]></description>
			<content:encoded><![CDATA[<p>Today i will give you the list of Do-follows blog</p>
<p>If you’re an Internet Marketer and/or someone with some SEO/SEM knowledges then you must know just how important backlinks from do-follow pages means to your site(s). Yes! This topic is really a topic that gave out informations on some do-follow forum(s) addresses &#8211; They approve signature, where you can easily put your site’s URL on. Interesting to see how’s inside this topic? Let’s go and check it out!</p>
<p><strong>List of DoFollow Forums</strong></p>
<p><span style="color: red;">Do Not abuse them!<br />
</span></p>
<p><strong>Advertising and Marketing</strong></p>
<ul>
<li><a href="http://www.experienceadvertising.com/forum/">Experienced Advertising</a></li>
<li><a href="http://www.pakadtrader.com/forum/index.php">PakAdTrader</a></li>
</ul>
<p><strong>Blogging Related</strong></p>
<ul>
<li><a href="http://www.bloggapedia.com/forum/">Bloggapedia</a></li>
</ul>
<p><strong>Business, eCommerce, and Marketing</strong></p>
<ul>
<li><a href="http://www.businesss-forum.com/">The Business Forum</a></li>
<li><a href="http://forum.hittail.com/phpbb2/index.php">HitTail.com</a></li>
<li><a href="http://paymentprocessing.cc/">Payment Processing Forum</a></li>
<li><a href="http://siteownersforums.com/index.php">Siteowners Forum</a></li>
<li><a href="http://www.startups.co.uk/">Startups</a></li>
<li><a href="http://www.smallbusinessforums.org/">The Small Business Community</a></li>
</ul>
<p><strong>Computer Related</strong></p>
<ul>
<li><a href="http://forums.amd.com/forum/">AMD</a></li>
<li><a href="http://forums.cnet.com/">CNET Forums</a></li>
<li><a href="http://softwarecommunity.intel.com/isn/Community/en-us/Forums/">Intel</a></li>
<li><a href="http://www.lex224.com/forums/index.php">Lex224</a> (signature only)</li>
<li><a href="http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=20&amp;SiteID=1">Microsoft MSDN</a></li>
<li><a href="http://forums.mysql.com/">MySQL</a></li>
<li><a href="http://forums.oracle.com/forums/">Oracle</a></li>
</ul>
<p><strong>Content Management Systems</strong></p>
<ul>
<li><a href="http://forum.joomla.org/">Joomla!</a></li>
<li><a href="http://forum.mambo-foundation.org/index.php">Mambo</a></li>
<li><a href="http://www.simplemachines.org/community/">Simple Machines Community</a></li>
</ul>
<p><strong>Domaining</strong></p>
<ul>
<li><a href="http://www.acorndomains.co.uk/">Acorn Domains</a></li>
<li><a href="http://www.dnforum.com/">DNForum</a></li>
<li><a href="http://www.namepros.com/">Namepros</a></li>
</ul>
<p><strong>Gaming</strong></p>
<ul>
<li><a href="http://forums.worldofwarcraft.com/">World of Warcraft</a></li>
</ul>
<p><strong>Media</strong></p>
<ul>
<li><a href="http://www.movie-list.com/forum">Movie List</a></li>
<li><a href="http://forums.winamp.com/">WinAmp</a></li>
</ul>
<p><strong>Medical</strong></p>
<ul>
<li><a href="http://www.studentdoc.com/phpBB2/">Medical School Forum</a></li>
</ul>
<p><strong>Motorized Vehicles (cars, boats, motorcycles, etc)</strong></p>
<ul>
<li><a href="http://forum.autocareforum.net/">Auto Care Forum</a></li>
<li><a href="http://www.autoforumuniverse.com/">Auto Forum Universe</a></li>
<li><a href="http://forum.hot4s.com.au/">Hot4s Online</a></li>
</ul>
<p><strong>Photography and Video</strong></p>
<ul>
<li><a href="http://www.photoforum.com/">PhotoForum</a></li>
<li><a href="http://opensourcephoto.net/forum/">OpenSource Photo</a></li>
<li><a href="http://www.thephotoforum.com/">The Photo Forum</a></li>
</ul>
<p><strong>SEO/SEM Forums</strong></p>
<ul>
<li><a href="http://www.davidcastle.org/BB/">David Castle Forum</a></li>
<li><a href="http://forums.digitalpoint.com/">Digital Point Forum</a></li>
<li><a href="http://www.clicks.ws/forum/">Click.ws</a></li>
<li><a href="http://www.earnersforum.com/forumsindex.php">Earners Forum </a></li>
<li><a href="http://forums.seroundtable.com/"><span class="highlight">Search</span> <span class="highlight">Engine</span> Roundtable</a></li>
<li><a href="http://www.sitepoint.com/forums/">SitePoint</a></li>
<li><a href="http://www.submitexpress.com/bbs/">Submit Express</a></li>
<li><a href="http://www.warriorforum.com/forum/default.asp">Warrior Forum</a></li>
<li><a href="http://forums.webcosmo.com/">WebCosmo</a></li>
<li><a href="http://www.webdigity.com/?ref=tritrain">Webdigity</a></li>
</ul>
<p><strong>Sports and Fitness</strong></p>
<ul>
<li><a href="http://www.bodybuildingweb.net/forum/">Bodybuilding Forum</a></li>
<li><a href="http://www.musclesweb.net/forum/">Muscle Building Forum</a></li>
</ul>
<p><strong>Literature (including comics)</strong></p>
<ul>
<li><a href="http://forums.onlinebookclub.org/">Book and Reading Forums</a></li>
<li><a href="http://forums.comicbookresources.com/">Comic Book Resource</a></li>
</ul>
<p><strong>Music </strong></p>
<ul>
<li><a href="http://acapella.harmony-central.com/forums/">Harmony Central Music</a></li>
</ul>
<p><strong>Webmaster</strong></p>
<ul>
<li><a href="http://www.9mb.com/">9MB Webmaster Forum</a></li>
<li><a href="http://bzimage.org/">BZ Image</a></li>
<li><a href="http://www.geekpoint.net/">Geekpoint</a></li>
<li><a href="http://www.webmaster-forums.net/">The Webmaster Forums</a></li>
<li><a href="http://www.v7n.com/forums/">v7 Webmaster Forum</a></li>
<li><a href="http://www.webmaster-talk.com/">Webmaster-Talk</a></li>
<li><a href="http://www.webicy.com/">Webicy Webmaster Forum</a></li>
<li><a href="http://www.webtalkforums.com/">Webtalk Forum</a></li>
</ul>
<p>Hope you all like these forums, but i request you all that dont abuse the forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/12/easily-way-to-get-backlinks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>List Of Fifty Active RSS Directories</title>
		<link>http://www.gossiplime.com/2008/10/list-of-fifty-active-rss-directories/</link>
		<comments>http://www.gossiplime.com/2008/10/list-of-fifty-active-rss-directories/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 04:25:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Rss]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=88</guid>
		<description><![CDATA[We have been discussing how important is RSS for a blog and what role it plays for a blog to become sucessful. Here is a list of 50 very good RSS directories.. I had to struggle a lot to get these for you had to go through lost of spammy directories which were not active [...]]]></description>
			<content:encoded><![CDATA[<p>We have been discussing how important is RSS for a blog and what role it plays for a blog to become sucessful. Here is a list of 50 very good RSS directories.. I had to struggle a lot to get these for you had to go through lost of spammy directories which were not active and got these 50 from there <img class="wp-smiley" src="http://rishabhsood.net/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<ul>
<li><a href="http://www.rssmountain.com/">RSSMountain.com</a></li>
<li><a href="http://www.feedest.com/feedAdd.cfm" target="_BLANK">Feedest.com</a></li>
<li><a href="http://www.blogoculars.com/add-blog">Blogoculars.com</a></li>
<li><a href="http://www.2rss.com/" target="_BLANK">2RSS.com</a></li>
<li><a href="http://www.feedsfarm.com/a.html" target="_BLANK">FeedsFarm.com</a></li>
<li><a href="http://www.rssfeeds.com/suggest_wizzard.php" target="_BLANK">RssFeeds.com</a></li>
<li><a href="http://www.rssaround.com/submit.php">RSSaround.com</a></li>
<li><a href="http://www.feedbees.com/add.php">Feedbees.com</a></li>
<li><a href="http://www.feedshoster.com/addfeed.html?catid=">FeedsHoster.com</a></li>
<li><a href="http://www.plazoo.com/en/addrss.asp" target="_BLANK">Plazoo.com</a></li>
<li><a href="http://free-rss.page2go2.com/free-rss-directory/rss-add.html">Page2go2.com</a></li>
<li><a href="http://www.feedooyoo.com/ref.htm" target="_BLANK">Feedooyoo.com</a></li>
<li><a href="http://www.rssmicro.com/feedsubmit.web">RSSmicro.com</a></li>
<li><a href="http://feedfury.com/submit" target="_BLANK">FeedFury.com</a></li>
<li><a href="http://www.octora.com/add_rss.php" target="_BLANK">Octora.com</a></li>
<li><a href="http://www.findrss.net/catalogs/rsscatalog.nsf/submit?openForm" target="_BLANK">FindRSS.net</a></li>
<li><a href="http://www.feedbase.net/Add.php" target="_BLANK">FeedBase.net</a></li>
<li><a href="http://www.rssmotron.com/feed_submission.php" target="_BLANK">RSSmotron.com</a></li>
<li><a href="http://www.morenews.be/voegbrontoe.php" target="_BLANK">MoreNews.be</a></li>
<li><a href="http://www.daytimenews.com/submit-rss-feed.aspx" target="_BLANK">DayTimeNews.com</a></li>
<li><a href="http://rss-feeds-submission.com/RSS/l_op=Addrss.html" target="_BLANK">Rss-Feeds-Submission.com</a></li>
<li><a href="http://www.millionrss.com/add-my-feed.php" target="_BLANK">MillionRSS.com</a></li>
<li><a href="http://publisher.yahoo.com/rss_guide/submit.php" target="_BLANK">Yahoo RSS Guide</a></li>
<li><a href="http://www.readablog.com/AddFeed.aspx" target="_BLANK">ReadABlog.com</a></li>
<li><a href="http://www.goldenfeed.com/AddFeed.aspx" target="_BLANK">GoldenFeed.com</a></li>
<li><a href="http://www.blogdigger.com/add.jsp" target="_BLANK">BlogDigger.com</a></li>
<li><a href="http://www.rssfeeds.com/suggest_wizzard.php" target="_BLANK">RSSFeeds.com</a></li>
<li><a href="http://www.feed24.com/?c=add" target="_BLANK">feed24.com</a></li>
<li><a href="http://88tem.com/submit-feed">88tem.com</a></li>
<li><a href="http://www.weblogalot.com/Ping/" target="_BLANK">WeBlogAlot.com</a></li>
<li><a href="http://www.feedboy.com/addfeed.html?catid=" target="_BLANK">FeedBoy.com</a></li>
<li><a href="http://chordata.info/suggest.php" target="_BLANK">Chordata.info</a></li>
<li><a href="http://blogpulse.com/submit.html" target="_BLANK">BlogPulse.com</a></li>
<li><a href="http://www.daypop.com/info/submit.htm" target="_BLANK">DayPop.com</a></li>
<li><a href="http://www.icerocket.com/c?p=addblog" target="_BLANK">IceRocket.com</a></li>
<li><a href="http://www.rss-network.com/submitrss.php" target="_BLANK">RSS-Network.com</a></li>
<li><a href="http://www.jordomedia.com/RSS/l_op=Addrss.html" target="_BLANK">Jordomedia.com</a></li>
<li><a href="http://feeds2read.net/Suggest-A-Feed" target="_BLANK">Feeds2read.net</a></li>
<li><a href="http://www.feedcycle.com/about/start.php" target="_BLANK">Feedcycle.com</a></li>
<li><a href="http://feedshark.brainbliss.com/" target="_BLANK">FeedShark.BrainBliss.com</a></li>
<li><a href="http://www.feedplex.com/add-url.php" target="_BLANK">FeedPlex.com</a></li>
</ul>
<p>Now its the time to enjoy <img src='http://www.gossiplime.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/10/list-of-fifty-active-rss-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Think Twice Before Buying A Domain</title>
		<link>http://www.gossiplime.com/2008/10/think-twice-before-buying-a-domain/</link>
		<comments>http://www.gossiplime.com/2008/10/think-twice-before-buying-a-domain/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 05:51:47 +0000</pubDate>
		<dc:creator>sps</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=85</guid>
		<description><![CDATA[You have to wonder about the sense of humor of some web developers. All of these are legitimate companies that didn’t spend quite enough time considering how their online names might appear … and be misread. 1. Who Represents is where you can find the name of the agent that represents any celebrity. Their Web [...]]]></description>
			<content:encoded><![CDATA[<p>You have to wonder about the sense of humor of some web developers.</p>
<p>All of these are legitimate companies that didn’t spend quite enough time considering how their online names might appear … and be misread.</p>
<p>1. Who Represents is where you can find the name of the agent that represents any celebrity. Their Web site is www.whorepresents.com</p>
<p>2. Experts Exchange is a knowledge base where programmers can exchange advice and views at www.expertsexchange.com</p>
<p>3. Looking for a pen? Look no further than Pen Island at www.penisland.net</p>
<p>4. Need a therapist? Try Therapist Finder at www.therapistfinder.com</p>
<p>5. There’s the Italian Power Generator company, www.powergenitalia.com</p>
<p>6. And don’t forget the Mole Station Native Nursery in New South Wales , www.molestationnursery.com</p>
<p>7. If you’re looking for IP computer software, there’s always www.ipanywhere.com</p>
<p>8. The First Cumming Methodist Church Web site is www.cummingfirst.com</p>
<p>9. And the designers at Speed of Art await you at their wacky Web site, www.speedofart.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2008/10/think-twice-before-buying-a-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

