<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>RedAlkemi Blogsphere</title>
	<link>http://www.redalkemi.com/blog</link>
	<description>We blog, therefore We are..</description>
	<pubDate>Tue, 01 Jul 2008 11:28:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Sitemap.xml - The most Overrated Search Engine Indexing factor</title>
		<link>http://www.redalkemi.com/blog/sitemapxml-the-most-overrated-search-engine-indexing-factor/</link>
		<comments>http://www.redalkemi.com/blog/sitemapxml-the-most-overrated-search-engine-indexing-factor/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:23:44 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/sitemapxml-the-most-overrated-search-engine-indexing-factor/</guid>
		<description><![CDATA[Ask an SEO next door to tell you reason for the poor ranking and indexing of your website of your website, the first statement he will come up  is - “Cmmon, how will your website rank, when it doesn&#8217;t even have a sitmep.xml file”. Yes, we all know that sitemap.xml helps to improve indexing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/07/81351675_28c60bc8c0.jpg" alt="sitemap.xml" align="right" />Ask an SEO next door to tell you reason for the poor ranking and indexing of your website of your website, the first statement he will come up  is - “Cmmon, how will your website rank, when it doesn&#8217;t even have a sitmep.xml file”. Yes, we all know that sitemap.xml helps to improve indexing of a website, but is it actually as important as the most community hypes about it? Certainly not. Infact, I think that XML sitemaps is the most overrated SEO tactic ever. Sitemaps don’t really solve the problems (I mean all the problems) where indexing and crawlability are concerned. What I mean here is that if you have a website that has 150 pages and the Search Engines can only access 30 of them, don&#8217;t think that uploading a sitemap.xml is a sure shot way to index 100% of your pages. It&#8217;s very much like applying a 2 inch band aid after open heart surgery.</p>
<p>By now, you must be wondering - “If not sitemap.xml, then what&#8217;s the cure?” - I believe instead of just spoon feeding the Search Engines with pages with the help of a sitemap.xml file in a hope that it will pick all the listed pages one day, you must rather focus on making the un-indexed pages better and worthy in the eyes of Search Engines by improving the content, acquiring better/more links to them, and so forth. When Google, doesn&#8217;t indexes some pages on your website, it doesn&#8217;t necessarily mean that the Search Engines had trouble finding the page, but actually the Search Engines never found those pages worthy of keeping them in its main index. Just because a website doesn&#8217;t has a sitemap.xml doesn&#8217;t mean search engines wont crawl it unless the website has weak internal linking and information architecture.</p>
<p>Please don&#8217;t get me wrong here. I am not against the use of sitemap.xml file but what I want to say is that if your website has indexing problem, don&#8217;t just rely on the sitemap.xml as the sole indexing factor. Consolidate the internal linking of your website, use nofollow to control the link juice flow and most important – add quality content on the pages and get quality back links for those pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/sitemapxml-the-most-overrated-search-engine-indexing-factor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Code looks Good, but is it Search Engine Friendly too?</title>
		<link>http://www.redalkemi.com/blog/the-code-looks-good-is-it-search-engine-friendly-too/</link>
		<comments>http://www.redalkemi.com/blog/the-code-looks-good-is-it-search-engine-friendly-too/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:00:39 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/the-code-looks-good-is-it-search-engine-friendly-too/</guid>
		<description><![CDATA[No matter how good a developer is, each one makes few mistake while writing HTML code. And I am talking precisely about mistakes which the Search Engines don&#8217;t like - some small ones and some fatal search engine disasters. These mistakes happen not because we don&#8217;t know how to write an HTML code but because [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/06/html-pic.jpg" alt="Search Engine Friedly HTML" align="right" />No matter how good a developer is, each one makes few mistake while writing HTML code. And I am talking precisely about mistakes which the Search Engines don&#8217;t like - some small ones and some fatal search engine disasters. These mistakes happen not because we don&#8217;t know how to write an HTML code but because after we are done writing the code, we say to our selves,  it&#8217;s done and it&#8217;s looking fine; why bother change it now for Search Engines. Not every developer is a Search Engine guru and very few know (or bother to know) that couple of such coding mistakes here and there might cause the site to choke to death. But don&#8217;t panic yet, it&#8217;s easy to avoid these mistakes - just consider the following while you code a website next time:</p>
<ul>
<li>
<p style="margin-bottom: 0in" align="left">Make it a thumb rule to avoid repeating yourself. If it&#8217;s a commonly used object 	property, place it in CSS. If it&#8217;s a repeated Javascript, store it 	in an external file and call where ever required.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Don&#8217;t mess up the code 	with unused or unclosed DIV&#8217;s. If a DIV opens, it should close as well and if 	it doesn&#8217;t,  it shouldn&#8217;t open. It&#8217;s as simple as that.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">The most common web 	developer mistake - every page has it&#8217;s own unique title and 	description, please do not put the title and description tag in the 	include files.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Please make all links 	and references to images, CSS and JavaScript root relative by 	starting them with a slash, &#8220;/&#8221;. Dreamweaver users, please 	set the &#8220;Links relative&#8221; option to &#8220;Site root&#8221; 	in the Site Definition wizard. This is handy because root relative 	links don&#8217;t break when files are moved from one directory to 	another.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Don&#8217;t put too many files in a single directory. Keep the heirachy going and manage the files in different directories.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Use <a href="http://validator.w3.org/">Validator</a> to keep 	the code and CSS clean. Clean code is easier to manage then something that&#8217;s messed up.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Don&#8217;t use &lt;br&gt; 	for &lt;p&gt; tag as it&#8217;s unprofessional and results in inconsistent 	layout in different browsers.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Avoid spacer graphics 	and nested tables. Use heading tags, unordered lists and 	numbered lists to organize content instead.</p>
</li>
<li>
<p style="margin-bottom: 0in" align="left">Make it a habit to put a forward back slash &#8216;/&#8217; at the end of every URL.</p>
</li>
</ul>
<p align="left">Image credit:<a href="http://flickr.com/photos/shockie/156713983/">Flickr</a></p>
<p><!-- AddThis Button BEGIN --><script type="text/javascript">addthis_pub  = \\\\\\'Pulkit007\\\\\\';</script><script src="http://s7.addthis.com/js/152/addthis_widget.js" type="text/javascript"></script><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/the-code-looks-good-is-it-search-engine-friendly-too/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Widget Bait for Link Love</title>
		<link>http://www.redalkemi.com/blog/widget-bait-for-link-love/</link>
		<comments>http://www.redalkemi.com/blog/widget-bait-for-link-love/#comments</comments>
		<pubDate>Wed, 28 May 2008 12:39:31 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/widget-bait-for-link-love/</guid>
		<description><![CDATA[The recent launch of an amazing MP3 widget by Amazon, made me do a little research on some very interesting widget ideas in the market and the  role such widgets can play in a successful link building campaign. For those of you, who are unaware of the term widget, widget is nothing but a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/amazon-widget1.jpg" alt="amazing amazon norah jones widget" align="right" />The recent launch of an amazing MP3 widget by <a href="https://widgets.amazon.com/">Amazon</a>, made me do a little research on some very interesting widget ideas in the market and the  role such widgets can play in a successful link building campaign. For those of you, who are unaware of the term widget, <a href="http://en.wikipedia.org/wiki/Web_widget">widget</a> is nothing but a small stand alone web applications that can be installed and executed in  web page without installing extra plugins. Check out these cool widgets <a href="http://www.apple.com/downloads/dashboard/movie_tv/mtv.html">Apple</a> &amp; Amazon. Even <a href="http://widgets.yahoo.com/">Yahoo!</a> has a dedicated widget gallery featuring some really cool widgets for free download.<br />
<strong><br />
The Power of Widgets<br />
</strong>The god of widgets as I call him, Mathew Inman (why god? Check out his <a href="http://www.oneplusyou.com/q">widget gallery</a>)  generated thousands of links for his website Justsayhi with widgets like <a href="http://www.oneplusyou.com/bb/moon">this</a> and <a href="http://www.oneplusyou.com/q/v/blog_verbosity">this</a>, just untill when Google decided to ban Justsayhi. But wait, why would Google ban a website for distributing widgets? Actually Justsayhi wasn&#8217;t baned for distributing Widgets for link building but for cross-promoting a spammy website network with its widget &amp; quizzes. If you still doubt the power of a widget, go and <a href="http://www.zillowblog.com/zillow-teams-with-yahoo-real-estate-and-yahoo-search/2006/07/">ask</a> Zillow, how much money and links did they raised from  Zestimate (property evaluation widget ) and out of the famous Zillow-Yahoo teamup.<br />
<strong><br />
Widget Bait for Link Love:</strong><br />
Generating server crashing traffic and links requires four things – good idea, designer, programmer and a crystal marketing channel to promote the widget (Email Marketing rocks). After you develop your widget, insert URL link in the interface and showcase it on your website for a free download. People use it and if they find it cool, they embed it in their own website for free with the help of the simple instructions on your website. But make sure you use different keywords in links otherwise same anchor text may go against you on Google. Here are two smart ways how you can generate links for your website and make your green bar go dancing.</p>
<ul>
<li>Create some rocking Wordpress themes and showcase them on your website as free ware with back link to your website.</li>
<li>This one is too good. Create a contact form widget that uses <a href="http://www.google.com/google-d-s/intl/en/tour1.html">Google Docs</a> as database.</li>
</ul>
<p>If you are creative and have good understanding about your industry, you can also come up with hundreds of such widget bait ideas. But remember, for the success of your widget, it&#8217;s important that an average non-techie user should be able to understand and use the widget application and it must be really easy to implement/install.</p>
<p>There are many powerful widgets that can help you to control the web around you. Here are few of them:</p>
<p>1. <a href="http://Addthis.com">Bookmark This </a><br />
2. <a href="http://Feedburner.com">Email Subscription Widget</a><br />
3. <a href="http://flickr.com/badge.gne">Picture Badge </a><br />
4. <a href="http://MyBlogLog.com">Recent Visitor</a><br />
5. <a href="http://search.msn.com/siteowner">Search Blog</a><br />
6. <a href="http://Snap.com">Snapshot widget</a><br />
7. <a href="http://Twitter.com">Twitter Update</a><br />
8. <a href="http://Youtube.com">Playlist Video Widget </a><br />
9. <a href="http://PollDaddy.com">Web Poll Widget</a><br />
10. <a href="http://iLike.com">What I am Listening</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/widget-bait-for-link-love/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Empowers Your Competitors To Destroy Your Search Engine Rankings</title>
		<link>http://www.redalkemi.com/blog/google-empowers-your-competitors-to-destroy-your-search-engine-rankings/</link>
		<comments>http://www.redalkemi.com/blog/google-empowers-your-competitors-to-destroy-your-search-engine-rankings/#comments</comments>
		<pubDate>Mon, 12 May 2008 10:54:46 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/google-empowers-your-competitors-to-destroy-your-search-engine-rankings/</guid>
		<description><![CDATA[No matter how smart you are, with the current Google algorithms,  you can never run away from the possibility of your competitors destroying your presence on the Search Engines by using Google&#8217;s savvy algorithms against you. There are variety of ways, how your evil competitors can do this:

Google proxy hacking
Automated Comment spamming your website&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/evil-google1.jpg" alt="evil google" align="right" />No matter how smart you are, with the current Google algorithms,  you can never run away from the possibility of your competitors destroying your presence on the Search Engines by using Google&#8217;s savvy algorithms against you. There are variety of ways, how your evil competitors can do this:</p>
<ol>
<li><a href="http://www.seofaststart.com/blog/google-proxy-hacking">Google proxy hacking</a></li>
<li>Automated Comment spamming your website&#8217;s URL on explicit websites.</li>
<li>Automated directory submission of your website in crap directories (your ranking on Yahoo may jump but Google will surely bury you for links from such directories).</li>
<li>Your competitor might generate hundreds of links with same anchor text from single IP address.</li>
<li>Your competitors might use content scrapping scripts to replicate your entire website. So many times, I have seen Google penalizing the original website and ranking the content scrappers.</li>
<li>301/302/Javascript redirect hijacking.</li>
</ol>
<p>The consequence of such attacks are not always fatal but even a drop of 5 places can hurt your website&#8217;s traffic badly. I know that if you have strong immunity (Google trust rank) you can survive such competitor attacks but it takes time and efforts to build such a strong immunity and not every websites is blessed with it. I don&#8217;t think Google should allow website&#8217;s competitor destroy its ranking just because it has a weak immunity.</p>
<p><strong>Solutions</strong></p>
<ul>
<li>Block the IP address of the websites  scrapping your content.</li>
<li>There are <a href="http://www.seofaststart.com/blog/google-proxy-hacking">many ways</a> to fight Google proxy hacking like mod rewrite from .htacceess file, reverse cloaking &amp; other PHP scrips.</li>
<li>Use <a href="http://en.wikipedia.org/wiki/Honeypot_%28computing%29">honeypots</a>.</li>
</ul>
<p>Additionally, what I feel Google can do here is to let the webmasters drop the the links manually from their webmaster central account which they think might harm their website&#8217;s ranking and immunity. Search Engines need to evolve&#8230;big time!!!<br />
Image credit: <a href="http://flickr.com/photos/23853342@N08/2264880318/">flickr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/google-empowers-your-competitors-to-destroy-your-search-engine-rankings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Highlights from the RedAlkemi party bash</title>
		<link>http://www.redalkemi.com/blog/highlights-from-the-redalkemi-party-bash/</link>
		<comments>http://www.redalkemi.com/blog/highlights-from-the-redalkemi-party-bash/#comments</comments>
		<pubDate>Mon, 05 May 2008 05:05:28 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/highlights-from-the-redalkemi-party-bash/</guid>
		<description><![CDATA[On the evening of 30th April, RedAlkemists (all dressed up in blue and white) were all set to rock the party which started at 6.30 PM at our very own Entertainment Center.  It was an absolute blast as we all danced our souls out to the groove of Music (with a hint of vodka). [...]]]></description>
			<content:encoded><![CDATA[<p>On the evening of 30th April, RedAlkemists (<em>all dressed up in blue and white</em>) were all set to rock the party which started at 6.30 PM at our very own Entertainment Center.  It was an absolute blast as we all danced our souls out to the groove of Music (with a hint of vodka). What do I say, thumping music, yummy food, high spirits and people dancing like crazy. To add to the funk, a tattoo artist was called who did every thing to bring us as close to the species of real party animals (<em>just look at the pictures below and you will understand what I mean</em>).<br />
<a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/12.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/12.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/2.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/2.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/3.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/3.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/4.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/4.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/5.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/5.thumbnail.jpg" alt="RedAlkemi party pics" /><br />
</a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/6.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/6.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/7.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/7.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/8.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/8.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/9.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/9.thumbnail.jpg" alt="RedAlkemi party pics" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/10.jpg" title="RedAlkemi party pics"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/05/10.thumbnail.jpg" alt="RedAlkemi party pics" /></a></p>
<p>In the end, I think it was a much needed party for all of us as it helped us rejuvenate and restore our energy levels back to optimum. We all had a terrific time. Cheers! <img src='http://www.redalkemi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/highlights-from-the-redalkemi-party-bash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The dilemma of Page Rank Sculpting, follow or nofollow</title>
		<link>http://www.redalkemi.com/blog/the-dilemma-of-page-rank-sculpting-follow-or-nofollow/</link>
		<comments>http://www.redalkemi.com/blog/the-dilemma-of-page-rank-sculpting-follow-or-nofollow/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 09:17:42 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/the-dilemma-of-page-rank-sculpting-follow-or-nofollow/</guid>
		<description><![CDATA[While every one around the SEO corner is busy hoarding the page rank of their site using nofollow attribute in quest to rank the important pages of a website, I am quite sure this practice (page rank sculpting) is just an accident waiting to happen as webmasters will abuse it up to an extent that [...]]]></description>
			<content:encoded><![CDATA[<p align="left">While every one around the SEO corner is busy hoarding the page rank of their site using nofollow attribute in quest to rank the important pages of a website, I am quite sure this practice (page rank sculpting) is just an accident waiting to happen as webmasters will abuse it up to an extent that Google will do what they have done to &#8216;keyword meta tag&#8217; – start ignoring it. After the public announcements and <a href="http://www.seomoz.org/blog/sculpting-with-nofollow-works-pretty-darn-well">claims done by Rand Fishkin</a>, <a href="http://searchengineland.com/071220-084722.php">Stephen Spencer</a>, <a href="http://blog.searchenginewatch.com/blog/050118-204728">Danny Sullivan</a> and even <a href="http://www.seomoz.org/blog/questions-answers-with-googles-spam-guru">Matt Cutts</a>, that directing the link juice to the important pages of a website improves the <a href="http://www.redalkemi.com/search-engine-optimization-seo">Search Engine Ranking</a> of a website, the SEO community is using nofollow on anything they don&#8217;t want to rank for, claiming it a &#8216;wastage of link juice&#8217; otherwise. But I personally believe that this nofollow practice is taking the SEO community no where, as webmasters have a license to get away to rank their websites even with a poor internal navigation and hence poor user experience. So obviously the nofollow era is facilitating more spammy  websites making it to the top of the Search Engine lists. It&#8217;s just matter of time, when Google will take an evasive action.</p>
<p style="text-align: center"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/relnofollow2.jpg" alt="SMX RedAlkemi page rank sculpting" /></p>
<p>If we have a look at the <a href="http://en.wikipedia.org/wiki/Nofollow">origin of a nofollow attribute</a>, we find that nofollow attribute was made with the primary motto to combat comment spam (which <a href="http://akismet.com/stats/">it has failed miserably as comment spammers are still employed</a>). Further Google found that nofollow can also help Google bots to firstly determine the most important pages out of huge websites with complex blog categories in little time and secondly the webmasters could use nofollow while linking to some website content which they don&#8217;t want to get associated with and vote to. Here is a recent precise statement made by Matt Cutts on use of nofollow attribute:</p>
<p><em>“The nofollow attribute is just a mechanism that gives webmasters the ability to modify PageRank flow at link-level granularity. Plenty of other mechanisms would also work (e.g. a link through a page that is robot.txt&#8217;ed out), but nofollow on individual links is simpler for some folks to use. There&#8217;s no stigma to using nofollow, even on your own internal links; for Google, nofollow&#8217;ed links are dropped out of our link graph; we don&#8217;t even use such links for discovery. By the way, the nofollow meta tag does that same thing, but at a page level.”   </em></p>
<p>Now getting back to my anti-nofollow visionary, the nofollow tags also facilitate a <a href="http://searchengineland.com/080306-083414.php">fake information architecture</a>. As we know Google ranks the sites with solid internal navigational architecture higher on SERP as these are the sites which provide rich user experience to the Google users as the important content is <a href="http://www.uie.com/articles/three_click_rule/">just 3 clicks away</a>, nofollow isn&#8217;t helping to their cause. Coz what most webmasters are doing at the moment is hoarding the page rank and shooting it on the targeted pages even when the target page is nothing but pure crap and weakly linked from other pages of the site.</p>
<p>Having said that, please don&#8217;t take me wrong, as I  am not questioning the effectiveness of page rank sculpting, because<a href="http://www.seomoz.org/blog/sculpting-with-nofollow-works-pretty-darn-well"> it&#8217;s working great at the moment</a>, but I am not too sure how long will this nofollow rampage last: I am afraid not too long. So I have a simple advise to give – use nofollow but only after you have crystallized your internal navigation and don&#8217;t rely 100% on this nofollow ploy as you might soon see Google derank the websites with weak internal structure indulging in page rank sculpting. I am looking forward to <a href="http://searchmarketingexpo.com/advanced/">SMX Advanced</a> and hopeful that it might clear up the mounted clouds over rank sculpting dilemma.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/the-dilemma-of-page-rank-sculpting-follow-or-nofollow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>We are now offering &#8216;Deep Indexing Service&#8217;</title>
		<link>http://www.redalkemi.com/blog/website-deep-indexing-service-launched/</link>
		<comments>http://www.redalkemi.com/blog/website-deep-indexing-service-launched/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 10:03:11 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Inside RedAlkemi]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/?p=259</guid>
		<description><![CDATA[

Are you still wondering if all the pages of your website, indexed in Search Engines or not? Leave your worries to us as now we are offering a unique SEO service - Deep Indexing Solution. Our robots will crawl your website,  will find the un-indexed pages and will force the pages from the supplemental [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/test.jpg" title="test.jpg"></a></p>
<p style="text-align: center"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/test.jpg" alt="test.jpg" /></p>
<p align="left">Are you still wondering if all the pages of your website, indexed in Search Engines or not? Leave your worries to us as now we are offering a unique SEO service - <a href="http://www.redalkemi.com/deep-indexing-solution.php">Deep Indexing Solution</a>. Our robots will crawl your website,  will find the un-indexed pages and will force the pages from the supplemental index to the main index. Yes, our robots can determine which of your pages are lying in the Supplemental Index. Our deep-indexing campaign not only improves your site&#8217;s deep-indexing but also improves search engine ranking for your keyword phrases. <a href="http://www.redalkemi.com/deep-indexing-solution.php">Please click here for more information about our premiere service.</a> <a href="http://www.redalkemi.com/deep-indexing-solution.php"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/website-deep-indexing-service-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HR organizes Team building Activity – Sequel 2</title>
		<link>http://www.redalkemi.com/blog/hr-organize-team-building-activity-%e2%80%93-sequel-2/</link>
		<comments>http://www.redalkemi.com/blog/hr-organize-team-building-activity-%e2%80%93-sequel-2/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 11:11:27 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Inside RedAlkemi]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/?p=252</guid>
		<description><![CDATA[Howdy everyone! Last monday, the RedAlkemi HR department organized yet another  fun filled team building activity for us. We all had lot of fun and exchange of many bugups &#38; boo&#8217;s while every team (including Spartans, D-company, Invincible, PDME, Technicals &#38; the Link Building team) fought really hard to win the titles. The first [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0in">Howdy everyone! Last monday, the RedAlkemi HR department organized <a href="http://www.redalkemi.com/blog/?p=161" target="_blank">yet another</a>  fun filled team building activity for us. We all had lot of fun and exchange of many bugups &amp; boo&#8217;s while every team (including Spartans, D-company, Invincible, PDME, Technicals &amp; the Link Building team) fought really hard to win the titles. The first game was Spoon Ball Relay Race, in which 4 members of each team had to walk with a ball in a spoon held by his/her mouth in minimum time and fouls. Sound&#8217;s easy? Well.. actually it&#8217;s not ! <img src='http://www.redalkemi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The Technical team won this game, thanks to Mehar for giving them an excellent start. In the other game one team had to hide 10 things in the venue (Entertainment Center) and the other team had to search those items in minimum time. In this Treasure Hunt game, D-Company won and took away the box of chocolates. Enjoy the pictures:</p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building2-7apr08.jpg" title="spoon race redalkemi"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building2-7apr08.thumbnail.jpg" alt="spoon race redalkemi" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building7-7apr08.jpg" title="soon race redalkemi"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building7-7apr08.thumbnail.jpg" alt="soon race redalkemi" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building5-7apr08.jpg" title="team redalkemi"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building5-7apr08.thumbnail.jpg" alt="team redalkemi" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building6-7apr08.jpg" title="spoon race redalkemi team"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building6-7apr08.thumbnail.jpg" alt="spoon race redalkemi team" /></a><a href="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building3-7apr08.jpg" title="team building anuradha"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/team-building3-7apr08.thumbnail.jpg" alt="team building anuradha" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/hr-organize-team-building-activity-%e2%80%93-sequel-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The SEO war of redirects: 301 vs 302 vs meta-refresh tag</title>
		<link>http://www.redalkemi.com/blog/the-seo-war-of-redirects-301-vs-302-vs-meta-refresh-tag/</link>
		<comments>http://www.redalkemi.com/blog/the-seo-war-of-redirects-301-vs-302-vs-meta-refresh-tag/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 08:56:29 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/?p=247</guid>
		<description><![CDATA[With this post, let&#8217;s discuss the much talked about 301 vs 302 vs Meta-refresh tags to understand which one in the most ideal one to use from the Search Engine Optimization point of view and in which situation? First, let&#8217;s have a look oni this small cartoon I&#8217;ve  made for a general idea about [...]]]></description>
			<content:encoded><![CDATA[<p>With this post, let&#8217;s discuss the much talked about 301 vs 302 vs Meta-refresh tags to understand which one in the most ideal one to use from the <a href="http://www.redalkemi.com/search-engine-optimization-seo">Search Engine Optimization</a> point of view and in which situation? First, let&#8217;s have a look oni this small cartoon I&#8217;ve  made for a general idea about redirects, then we will go into details so that the whole information is easy for you to digest <img src='http://www.redalkemi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center"><img src="http://www.redalkemi.com/blog/wp-content/uploads/2008/04/bot-blog4.jpg" alt="301 302 RedAlkemi redirect" /></p>
<p><strong>301 Redirects</strong><br />
301 redirect is undoubtedly the safest way to redirect a website as all Search Engines treat a &#8216;301 redirect&#8217; in same way ie. They simply pass all the link value, juice, ranking etc to the redirected page. A 301 redirect tells a search engine that the requested page has permanently been shifted to a different location so search engines simply ignore the original URL and index the destination URL foreg. If we 301 redirect a website that is about watches (let&#8217;s say - awesome-watches.com) which is ranking for keyword &#8216;wrist watches&#8217; to another website – cool-watches.com, the search engines will simply ignore  awesome-watches.com and will index and rank cool-watches.com for the keyword  &#8216;wrist watches&#8217;. 301 redirect is also the most handy tool to handle canonical URLs. The most common cases when we use 301 redirects are:</p>
<ul>
<li>
<p style="margin-bottom: 0in">If the page is deleted or permanently moved.</p>
</li>
<li>
<p style="margin-bottom: 0in">You want a new top level domain for your website without damaging your link value and rankings. To serve either of the version of www vs non-www. This is done with a combination of 301 redirect and mod-rewrite.</p>
</li>
<li>
<p style="margin-bottom: 0in">Content duplication. For example you may 301 redirect www.yoursite.com/index.htm to www.yourwebsite.com</p>
<p style="margin-bottom: 0in">If you have many topically relevant but outdated websites which your are not willing to maintain anymore, you may slowly redirecting the outdated websites to the most current website. But beware, if there are many websites, redirect them one by one slowly as otherwise you might end up getting flagged for being a spammer. Please take a note that At SMX, all the engineers from all the search engines made a statement that 301 redirect will not carry the full effect if the content of the redirecting website is topically not the same. We should avoid redirecting our website to a site which is topically irrelevant to our website. For e.g. if you are planning to redirect (301) your website about cars, then you should not redirect it to a website selling watches. An inappropriate redirect will not lead to any benefit to your website.</p>
</li>
</ul>
<p><strong>302 Redirects</strong><br />
302 redirect, also known as temporary redirect tell search engines that the content of the requested URL is temporarily available at a different URL location but will be soon restore to the original URL. So in case of a 301 redirect, the search engines will index the original URL, but they will extract the content content from the 301 redirected URL. This is the the most dicey redirect that you can use on your website as all the search engines tend to treat a 302 redirect differently with lots of exceptions to what they claim.<a href="http://clsc.net/research/google-302-page-hijack.htm"> Here is a link for any budding 302 hijacker </a> <img src='http://www.redalkemi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://www.mattcutts.com/blog/seo-advice-discussing-302-redirects." target="_blank">Mattcutts has explained  here</a> with simple examples, how Google, MSN and yahoo handle a 302 redirect. You may consider using a 302 redirect within your website pages (ie. Onsite redirect), when you want to serve search engines a simple version of a URL and the content from a different page with a complex URL, since simple and short URL&#8217;s look more click-enticing in the Search Engine result pages foreg www.yourwebsite.com can be 302 redirected  to www.yourwebsite.com/userdata?user=12xc2?id=crap<br />
However you must never try a cross domain 302-redirect.<br />
MSN treats a 302 redirect exactly how it treats a 301 permanent redirect, that is, it will always ignore the original URL and instead index the destination URL. Same is the case with Yahoo, but yahoo reserves the right to make exceptions to this declaration (which they do at many occasions). You must be very careful as 302 redirects are often the default redirect in host control panels and JavaScript. Many meta redirects produce the same 302 redirect effect.</p>
<p style="margin-bottom: 0in"><strong>Meta-refresh Redirects</strong><br />
Actually a meta-refresh is not a redirect but it is s simple instruction to the browser to refresh the page  after a certain period of time (content in seconds, with or with out a new supplied URL instead of the current one). It is situated in the head of the HTML page and looks something like this: &lt;meta http-equiv=&#8221;refresh&#8221; content=&#8221;0;url=http://www.anotherdomain.com/category/shoes.htm&#8221;&gt;<br />
All search engines understand a meta-redirect but again, tend to react differently depending on the content figure. If the content time is 0 or 1 second, most search engines take it as a permanent 301 redierct; anything more than 1 is normally considered a 302 redirect. Use meta-refresh only if you your current hosting provider doesn&#8217;t allow a 301, primarily because the W3C&#8217;s Web Content Accessibility Guidelines (7.4) <a href="http://en.wikipedia.org/wiki/Meta_refresh" target="_blank">discourage the creation of auto-refreshing pages</a>, since most web browsers do not allow the user to disable or control the refresh rate and secondly Spammers use a meta-refresh to refresh the page after every 5 seconds to save themselves from any type of ranking punishment. I am sure you don&#8217;t want to look like a spammer. If you want get into details <a href="http://www.webmasterworld.com/forum3/22754.htm">here are some really useful threads on meta-refresh tags</a></p>
<p><strong>Javascript Redirects</strong><br />
Don&#8217;t use Javascript redirect as search engines simply don&#8217;t understand it or tend to confuse it as  a 302 redirect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/the-seo-war-of-redirects-301-vs-302-vs-meta-refresh-tag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Geographical Targeting: Factors You Can&#8217;t Afford to Overlook</title>
		<link>http://www.redalkemi.com/blog/geographical-targeting-factors-you-cant-afford-to-overlook/</link>
		<comments>http://www.redalkemi.com/blog/geographical-targeting-factors-you-cant-afford-to-overlook/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 07:49:19 +0000</pubDate>
		<dc:creator>Pulkit Rastogi</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[SEM]]></category>

		<guid isPermaLink="false">http://www.redalkemi.com/blog/?p=246</guid>
		<description><![CDATA[   @page { size: 8.27in 11.69in; margin: 0in } 		P { margin-bottom: 0.08in } 	-->
Have you ever wondered why an Australian website (yourdomain.com.au) physically hosted in Australia ranks higher when searched on Google.com.au than an evilcompetitor.com hosted in Europe? Or Does a country-specific domain name (TLD) (e.g., .co.uk) actually helps if someone is [...]]]></description>
			<content:encoded><![CDATA[<style>   @page { size: 8.27in 11.69in; margin: 0in } 		P { margin-bottom: 0.08in } 	--></style>
<p>Have you ever wondered why an Australian website (yourdomain.com.au) physically hosted in Australia ranks higher when searched on Google.com.au than an evilcompetitor.com hosted in Europe? Or Does a country-specific domain name (TLD) (e.g., .co.uk) actually helps if someone is targeting a specific country market? These are some of the most common issues which many webmasters across the globe face when they are looking to rank a website at different country specific search engines (ie. Google.com/.co.uk/.com.au etc).</p>
<p style="margin-bottom: 0in"><a href="http://www.seomoz.org/ugc/geographical-targeting-factors-you-cant-afford-to-overlook">I recently wrote this guest post at seomoz.org</a>, featuring the major issues that you must consider while Geographically Targeting a website for country specific search engines (without getting penalized for content duplication). You must <a href="http://www.seomoz.org/ugc/geographical-targeting-factors-you-cant-afford-to-overlook">read it</a>, I know that it&#8217;s not all that comprehensive but I am quite sure that it will give you a good insight of <a href="http://www.redalkemi.com/search-engine-optimization-seo">ranking</a> discrepancies  in different geographies. Cheers ! <img src='http://www.redalkemi.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.redalkemi.com/blog/geographical-targeting-factors-you-cant-afford-to-overlook/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
