<?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>Search Marketing Blog by Tilak &#187; Marketing</title>
	<atom:link href="http://www.tilakbisht.com/blog/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tilakbisht.com/blog</link>
	<description>A home for thoughts on Internet marketing, media, technology and more.</description>
	<lastBuildDate>Wed, 21 Jul 2010 04:43:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>301 Redirecting From /default.aspx To The Site Root on IIS</title>
		<link>http://www.tilakbisht.com/blog/301-redirecting-from-default-aspx-to-the-site-root-on-iis/</link>
		<comments>http://www.tilakbisht.com/blog/301-redirecting-from-default-aspx-to-the-site-root-on-iis/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 04:31:50 +0000</pubDate>
		<dc:creator>Tilak</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.tilakbisht.com/blog/301-redirecting-from-default-aspx-to-the-site-root-on-iis/</guid>
		<description><![CDATA[Mostly websites are configured to serve the same content for www.domain.com; domain.com and www.domain.com/default.aspx (or index.html, index.asp, index.aspx). All three URLs will reach to same page of content. It could hurt your ranking in Google and other search engines because they will be indexed as three separate Urls. Google calls this process to &#8220;canonicalization&#8221;. You [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2F301-redirecting-from-default-aspx-to-the-site-root-on-iis%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2F301-redirecting-from-default-aspx-to-the-site-root-on-iis%2F&amp;style=normal&amp;service=bit.ly&amp;service_api=R_4592b8d9285101870a0b47843185e34b" height="61" width="50" /><br />
			</a>
		</div>
<p>Mostly websites are configured to serve the same content for www.domain.com; domain.com and www.domain.com/default.aspx (or index.html, index.asp, index.aspx). All three URLs will reach to same page of content. It could hurt your ranking in Google and other search engines because they will be indexed as three separate Urls. Google calls this process to &#8220;canonicalization&#8221;.</p>
<p>You may check out (using the Google Toolbar) the PageRank (PR) for www.domain.com, domain.com and www.domain.com/default.aspx &#8211; you will not get the same PR of all three URLs.</p>
<p>For resolve this issue you have to implement a 301 redirect from non-www version to www version or vice versa. For Apache server you can do <a target="_blank" href="http://www.sprightlymedia.com/kb/301-redirect-setup.html" target="_blank">301 redirect via .htaccess</a> easily and for IIS server you do also <a target="_blank" href="http://www.sprightlymedia.com/kb/301-redirect-iis-server.html">301 redirect via web.config</a> as well.</p>
<p><strong>How to resolve default.aspx redirect problem?</strong></p>
<p>1- always use http://www.domain.com instead of www.domain.com/default.aspx anywhere in your site, whether you are using absolute or relative links.</p>
<p>2- Put the javascript based redirect on your default.aspx page. This script will automaticall redirect to root folder of the site. Below is the simple javascript, which you put in your /default.aspx page:</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;&lt;!&#8211;<br />
var u = &#8216;http://www.domain.com/&#8217;;<br />
if (self.parent.frames.length != 0) self.parent.location=u;<br />
if (self.location != u) self.location=u;<br />
//&#8211;&gt;&lt;/script&gt;</p></blockquote>
<p>Technically search engines robots don&#8217;t process a client-based redirect, but if the /default.aspx URL never show in the address bar, then it should never get bookmarked or linked by anyone else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tilakbisht.com/blog/301-redirecting-from-default-aspx-to-the-site-root-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Tail Keywords Importance</title>
		<link>http://www.tilakbisht.com/blog/long-tail-keywords-importance/</link>
		<comments>http://www.tilakbisht.com/blog/long-tail-keywords-importance/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:59:14 +0000</pubDate>
		<dc:creator>Tilak</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.tilakbisht.com/blog/?p=145</guid>
		<description><![CDATA[Long tail keywords may sound a bit reptilian, but they are important in generating targeted visitors to your website. A long term keyword is just another name for a keyword phrase consisting of three or more words, that collectively are much more specific than a single keyword.  And generally speaking these long tail keyword are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2Flong-tail-keywords-importance%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2Flong-tail-keywords-importance%2F&amp;style=normal&amp;service=bit.ly&amp;service_api=R_4592b8d9285101870a0b47843185e34b" height="61" width="50" /><br />
			</a>
		</div>
<p><ins></ins><ins></ins> Long tail keywords may sound a bit reptilian,  but they are important in generating targeted visitors to your website.</p>
<p>A long term keyword is just another name for a keyword phrase  consisting of three or more words, that collectively are much more  specific than a single keyword.  And generally speaking these long tail  keyword are searched for less frequently that single word keywords.</p>
<p>Let&#8217;s use a regular main street type store to illustrate how long tail  keywords work.</p>
<p>Suppose that you had a motorcycle repair shop that  only worked on Harley Davidson  motorcycles.  Would your sign out front  only say &#8216;˜Motorcycles&#8217; or &#8216;˜Motorcycle Repairs&#8217;?  You might get more  traffic walking in the door, but a lot of it would be for other brands  of motorcycles.  Do you care about them?  Wouldn&#8217;t that waste some of  your time dealing with them?</p>
<p>Wouldn&#8217;t it be better to be more  specific with your signage?  Sure, your in the door traffic would be  less, but you would also know that they&#8217;d be much more likely to be  interested in exactly what you had to offer.</p>
<p>Think of your  keywords as your signage</p>
<p>Now suppose also that you have a   website for your shop.  This website advertises your sales and specials,  offers coupons, and lets people know what&#8217;s in stock.  Now based on our  store front example which keywords would you rather use to get targeted  visitors to your site, &#8216;˜motorcycle repairs&#8217; or &#8216;˜Harley Davidson  motorcycle repairs&#8217;?</p>
<p>That&#8217;s the advantage of using long tail  keywords.  You get more targeted traffic.  And studies have shown that  this targeted traffic is closer to buying than untargeted traffic.</p>
<p>People  these days are getting more search engine savvy.  They know that if  they want to find a specific thing, or a specific bit of information on  the internet, they need to search more specifically.  And they can do  that by using a multi-word phrase as a search term, and putting it in  quotes.  This tells the search engine to look for that exact phrase.</p>
<p>Remember that a search term, and a keyword are just two different names  for the same thing, used two different ways.  Some one searches using  search terms.  A website owner attracts people using keywords that match  up with the search terms.</p>
<p>Now the general objective in  selecting and using keywords is to match up your keywords to what people  are searching for.  So if you want to attract people looking for your  specific products or information, then you need to use more specific  keywords.  If searchers are searching specifically, then you want to be  found specifically.  And to do this you need to use long tail keywords.</p>
<p>Remember that search engines are like giant cyber matchmakers.  They  want to satisfy the people searching, with relevant results.  They want  to match up searchers with providers, using search terms and keywords.   And if you&#8217;re a provider, then you want to make it easy for the search  engines to match up your products or information, with the searchers who  are looking for it.</p>
<p>Using long tail keywords gives you the  specificity to attract the exact kind of people you want to your  website.  People looking for exactly what you have to offer.  Using the  correct keywords can be like a traffic magnet.  Attracting more and more  people looking for what you have to offer, right to your cyber  doorstep, your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tilakbisht.com/blog/long-tail-keywords-importance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Marketing Intro</title>
		<link>http://www.tilakbisht.com/blog/search-engine-marketing-intro/</link>
		<comments>http://www.tilakbisht.com/blog/search-engine-marketing-intro/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 08:48:30 +0000</pubDate>
		<dc:creator>Tilak</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.tilakbisht.com/blog/2007/09/12/search-engine-marketing-intro/</guid>
		<description><![CDATA[Danny Sullivan has given very well introduction in Search Engine Strategies 2007 San Jose. Barry Schwartz has written about Danny&#8217;s presentation of Search Engine Marketing. According to Danny page content is crucial, title is important and link analysis plays an important role in ranking in search engines. He also suggest not to use frames and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2Fsearch-engine-marketing-intro%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tilakbisht.com%2Fblog%2Fsearch-engine-marketing-intro%2F&amp;style=normal&amp;service=bit.ly&amp;service_api=R_4592b8d9285101870a0b47843185e34b" height="61" width="50" /><br />
			</a>
		</div>
<p>Danny Sullivan has given very well introduction in Search Engine Strategies 2007 San Jose. Barry Schwartz has <a target="_blank" href="http://www.seroundtable.com/archives/014528.html" target="_blank">written</a> about Danny&#8217;s presentation of Search Engine Marketing.</p>
<p>According to Danny page content is crucial, title is important and link analysis plays an important role in ranking in search engines.</p>
<p>He also suggest not to use frames and flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tilakbisht.com/blog/search-engine-marketing-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
