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

<channel>
	<title>SEO Lion's Personal Blog</title>
	<atom:link href="http://www.seolion.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seolion.com</link>
	<description>Another SEO's scratch pad !!</description>
	<pubDate>Tue, 19 Aug 2008 09:11:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Using the w3c validation tool to fine tune your code</title>
		<link>http://www.seolion.com/using-the-w3c-validation-tool-to-fine-tune-your-code/</link>
		<comments>http://www.seolion.com/using-the-w3c-validation-tool-to-fine-tune-your-code/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 08:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/?p=21</guid>
		<description><![CDATA[This post explains what is the w3c validation tool for and how to use it. It also highlights on the importance of validation your HTML code.]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">I had explained few points on basic on-page optimization in my earlier post. Keeping the targeted keywords in important locations such as title tag, meta tags, alt attributes is very important in order to convey what a page speaks about to the search engine crawlers.</p>
<p class="MsoNormal">Above this its very important for a web developer/SEO to stick to the correct HTML coding standards for better visibility of a web page.</p>
<p class="MsoNormal">Let me explain why..</p>
<p class="MsoNormal">Search engine crawlers are just programs created by human beings to read the content from pages and index them. It is programmed to read content from pages based on the common HTML coding conventions. They do not possess high end artificial intelligence to distinguish the tags which is improperly coded. So it is very important for anybody to validate the HTML code for the pages which is meant for search engine optimization.</p>
<p class="MsoNormal">The World Wide Web consortium is the organization that has set coding standards for the web development languages such as HTML, XHTML etc. Hence they have also provided some tools to validate the code developed by us and match it to the standards.</p>
<p class="MsoNormal">The validation tool can be located at <a href="http://validator.w3.org/">http://validator.w3.org/</a> .</p>
<p class="MsoNormal">You can use this tool in 3 different ways to validate your HTML code – by inputting the URL of the page, by uploading the file from your system to the w3c tool, or by direct input i.e copy-pasting the HTML source code into the text area provided in the tool.</p>
<p class="MsoNormal">This tool gives a consolidated report pointing the errors on the page, which can be corrected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/using-the-w3c-validation-tool-to-fine-tune-your-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Difference between Bounce rate and Exit rate</title>
		<link>http://www.seolion.com/bounce-rate-exit-rate-difference/</link>
		<comments>http://www.seolion.com/bounce-rate-exit-rate-difference/#comments</comments>
		<pubDate>Fri, 02 May 2008 05:15:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Analytics]]></category>

		<guid isPermaLink="false">http://www.seolion.com/bounce-rate-exit-rate-difference/</guid>
		<description><![CDATA[Even though both the terms bounce rate and exit rate look to mean same, they are different web analytics terms.
Bounce rate : is the percentage of visitors leaving the site from the landing page.
Exit rate: Exit rate of a page is the percentage of visitors leaving the site from the particular page.
Now.. (Still confused??). Okay.. [...]]]></description>
			<content:encoded><![CDATA[<p>Even though both the terms bounce rate and exit rate look to mean same, they are different web analytics terms.</p>
<p><strong>Bounce rate :</strong> is the percentage of visitors leaving the site from the landing page.</p>
<p><strong>Exit rate:</strong> Exit rate of a page is the percentage of visitors leaving the site from the particular page.</p>
<p>Now.. (Still confused??). Okay.. In the case of bounce rate, the visitor enters the site through a particular page (say about.html ) and leaves the site without visting any other page in the site. On the other hand, exit rate is for those pages where people exit, but prior to visiting this page they have come from a page within the same site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/bounce-rate-exit-rate-difference/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Broken links in a site - Are they good?</title>
		<link>http://www.seolion.com/broken-links-in-site-good-or-bad/</link>
		<comments>http://www.seolion.com/broken-links-in-site-good-or-bad/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 15:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/broken-links-in-site-good-or-bad/</guid>
		<description><![CDATA[How do you personally feel when you end up on a page which says &#8216;Page Not Found&#8217; in a site you were browsing? Do you like that? There is no reason for you to like that - I&#8217;m sure..
So will you purposely keep any link in your site which can end up in &#8216;Page not [...]]]></description>
			<content:encoded><![CDATA[<p>How do you personally feel when you end up on a page which says &#8216;Page Not Found&#8217; in a site you were browsing? Do you like that? There is no reason for you to like that - I&#8217;m sure..</p>
<p>So will you purposely keep any link in your site which can end up in &#8216;Page not found? You shouldn&#8217;t..</p>
<p>Google crawler is a simulation of a human being browsing through a site and grasping contents in it. When it find good things, it stores into its memory and pours it out when another person requests for it.</p>
<p>So the same way you hate a site for having broken links in it, Google also must hate them. Do you want Google to hate your site and never want to visit your site?  The answer should be no, if you are really concerned with the SEO performance of your site.</p>
<p><strong>How to eliminate broken links in a site? </strong></p>
<p>Broken links can be present in a site due to a simple human error. One way to find them is by checking the links manually. But it becomes tedious when you are checking a medium to heavy website having a good number of pages.</p>
<p>I am using a tool called &#8216;Xenu&#8217;s Link Sleuthâ€™. It&#8217;s basically a crawler, which will open up page after page in site and open all the links in it, whether its outbound or within same site. It finally gives you a comprehensive report about the broken links, redirected URL&#8217;s and a sitemap of the website.</p>
<p>So will you make sure that your site is free from broken links from now?Â</p>
<div style="display:none;"><a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?abilify.html">purchase abilify</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?accutane.html">accutane</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?aciphex.html">drug aciphex</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?acomplia.html">diet drug acomplia</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?actonel.html">actonel 35 mg discount</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?actos.html">generic for actos</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?aleve.html">aleve generic</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?allegra.html">claritin allegra</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?alli.html">alli diet pills</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?altace.html">cheap altace</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?antibiotics.html">buy antibiotics online</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?aricept.html">buy aricept on line</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?arimidex.html">arimidex canada</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?ashwagandha.html">cheap ashwagandha</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?astelin.html">buy astelin</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?atacand.html">cheap atacand</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?atarax.html">cheap buy atarax</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?augmentin.html">augmentin xr</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?avandia.html">avandia medication</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?avapro.html">generic avapro</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?avodart.html">purchase avodart</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?bactrim.html">bactrim nose spray</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?benadryl.html">online benadryl</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?benicar.html">benicar hct side effects</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?biaxin.html">generic biaxin xl</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?buspar.html">buspar dosage</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cardizem.html">buy online cardizem</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?celebrex.html">celebrex drugs</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cephalexin.html">cephalexin 250mg</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cialis.html">levitra cialis viagra</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cipro.html">buy cipro + overnite shipping</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cla.html">cla 500</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?clarinex.html">clarinex side effects</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?claritin.html">claritin dosages</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?clomid.html">clomid male</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?clonidine.html">clonidine dosage</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?colchicine.html">yellow round colchicine pill</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?coreg.html">coreg cheap online</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?coumadin.html">coumadin side effects</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cozaar.html">cozaar online</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?creatine.html">how to take creatine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?crestor.html">crestor medicine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?cymbalta.html">cymbalta for weight loss</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?depakote.html">depakote er 125mg</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?diclofenac.html">75mg diclofenac</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?differin.html">differin gel</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?diflucan.html">creatinine diflucan</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?diovan.html">diovan prescription</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?doxycycline.html">doxycycline uses</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?effexor.html">side effects effexor</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?flagyl.html">flagyl gel</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?flomax.html">buy online flomax</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?glucophage.html">glucophage online pharmacy</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?hair-loss.html">female hair loss</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?hangover.html">how do i get rid of a hangover</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?hoodia.html">hoodia diet pills</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lamictal.html">lamictal online</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lamisil.html">buy lamisil in us</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lasix.html">lasix for dogs</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?levaquin.html">levaquin 250mg</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?levitra.html">looking for levitra</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lexapro.html">gain weight on lexapro</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lipitor.html">side effects of Lipitor</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?lisinopril.html">LISINOPRIL</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?melatonin.html">melatonin overdose</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?micardis.html">micardis and erectile dysfunction</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?mobic.html">stopping mobic</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?motrin.html">infant motrin</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?neurontin.html">neurontin as a pill poping drug</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?nexium.html">nexium 20 mg</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?nizoral.html">nizoral 2%+cream</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?nolvadex.html">body building liquid nolvadex html</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?omnicef.html">omnicef 300</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?paxil.html">paxil cr and weight gain</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?penis-extender.html">megasizer penis extender</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?phentermine.html">phentermine no rx</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?plan-b.html">Plan B Pill Symptoms</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?plavix.html">plavix</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?pravachol.html">grapefruit and pravachol</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?prednisone.html">prednisone medicine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?premarin.html">premarin vs estrace</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?prevacid.html">prevacid prices</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?prometrium.html">prometrium and false lh surge</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?propecia.html">Propecia Before After</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?provera.html">depo provera weight gain</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?prozac.html">Prozac Withdrawal</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?reglan.html">reglan and urinary dribbling</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?risperdal.html">evening primrose oil and risperdal</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?rogaine.html">Rogaine Marketing Presentation</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?seroquel.html">Seroquel Side Effects</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?singulair.html">SIDE AFFECTS SINGULAIR behavior</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?skelaxin.html">Skelaxin + urine toxicology</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?stop-smoking.html">hypnotherapy stop smoking</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?strattera.html">should you snort strattera</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?stress-relief.html">stress relief</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?synthroid.html">synthroid coupons</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?topamax.html">Topamax for Obesity</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?toprol.html">toprol coupon</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?toradol.html">toradol iv and crohns</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?tramadol.html">tramadol 180</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?tricor.html">TRICOR analog</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?trileptal.html">trileptal and medicine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?ultracet.html">Ultracet Contain Codeine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?valtrex.html">pictures of valtrex</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?viagra.html">viagra levitra comparison</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?voltaren.html">voltaren patches</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?vytorin.html">how safe is Vytorin</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?weight-loss.html">weight loss plan</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?wellbutrin.html">cymbalta to wellbutrin</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?yohimbe.html">take yohimbe everyday</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zantac.html">150 Zantac</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zetia.html">zetia gas</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zithromax.html">zithromax and hair loss</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zoloft.html">zoloft medicine</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zovirax.html">What Is Zovirax Used for</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zyban.html">Zyban Advantage Plan</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zyprexa.html">zyprexa overdose</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zyrtec.html">The Drug Zyrtec</a><br />
<a href="http://thinkoutsidethebomb.org/blog/wp-content/dis.php?zyvox.html">buy online zyvox</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/broken-links-in-site-good-or-bad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO For Wordpress - Making your blog SEO Friendly</title>
		<link>http://www.seolion.com/seo-for-wordpress-blog/</link>
		<comments>http://www.seolion.com/seo-for-wordpress-blog/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 07:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://www.seolion.com/seo-for-wordpress-blog/</guid>
		<description><![CDATA[Comparing a website, optimized for SEO and a default installation of Wordpress, one can conclude that it lacks friendliness in SEO, except the fact that it uses feeds, proper navigation and linking, pinging search engines etc.
Some of the things I observed are,
- You can&#8217;t have a separate title other than the post title, and the [...]]]></description>
			<content:encoded><![CDATA[<p>Comparing a website, optimized for SEO and a default installation of Wordpress, one can conclude that it lacks friendliness in SEO, except the fact that it uses feeds, proper navigation and linking, pinging search engines etc.</p>
<p>Some of the things I observed are,<br />
- You can&#8217;t have a separate title other than the post title, and the title tag gets messed up with so many things. You don&#8217;t have full control on title by default.<br />
- Meta Tags.. Default installation does not come with options to add/edit meta tags<br />
- Content duplicity - The same content repeats in category pages, archives etc..</p>
<p>If you agree with above, I have few tips for you to improve the SEO performance of your blog. The knowledge level required to try my tips is entry to medium level.</p>
<p>First customization, you might do is changing the look and feel of your blog. Wordpress themes are available for free download from many designers and it does not need any code editing capabilities to change a Wordpress theme.</p>
<p>Help crawlers to index your page properly - Validating XHTML code</p>
<p>Most of the themes will be coded in XHTML which is very good for SEO as it reduces the document size a lot for better crawlability. But what I observed is most of the theme developers don&#8217;t bother much to validate the XHTML code, resulting in lot of W3C validation errors. This is as bad as keeping a theme based on HTML and tables. Get the themes validated and all the errors fixed for better SEO performances.</p>
<p>This blog currently contains valid XHTML code which you can verify yourselves..</p>
<p>Choosing the right permalink structure</p>
<p>You might know about Apache&#8217;s mod_rewrite or URL rewriting. Make sure that you host your blog in a server running on Linux OS and using Apache web server configured with mod_rewrite for making use of the URL rewriting features.</p>
<p>For enabling your custom permalink structure, you need to simply add a .htaccess file into your hosting directory.</p>
<p>Go to Options &gt; Permalinking on your Wordpress admin.</p>
<p>There you can specify which way your URL&#8217;s should look like. I prefer site.com/postname/ as the URL for my post instead of site.com/2007/06/05/postname/ . In former, you are pushing your page name to the start of your URL string. The more you push your main keyword to the front, its advantageous for you in terms of SEO (My View).</p>
<p>So you need to just select â€˜custom&#8217; permalink option and should give /%postname%/ in the field provided. Once you update the permalink structure by clicking below, Wordpress will instruct you to update content of your .htaccess file (if exits) or create new one. Just copies the content suggested by Wordpress and use it.</p>
<p>If you need .html extension for your posts, you can just enter /%postname%.html in the custom permalink field.</p>
<p>For more info on permalink structures, refer http://codex.wordpress.org/Using_Permalinks</p>
<p>Title and Meta Tags - Beginner Level</p>
<p>By default a title tag will look in following form in a post.</p>
<p>SEOLion &#8217;s Personal Blog Â» Blog Archive Â» Basic On Page Optimization for beginners</p>
<p>Here your main keyword will be pushed far from the starting character of your title and by default it contains the title you have given for your post.</p>
<p>Here is where you can use SEO plugins available for Wordpress. For example I am using a plug-in called â€˜Another Title&#8217;. You can download and install this plugings from Wordpress site. This title will make the same post title to appear in the title tag and blog name and other words are not displayed in title.</p>
<p>For meta tags, I am using a plugin â€˜add meta tags&#8217;. All these plugins you can download from Wordpress site.</p>
<p>Title and Meta Tags - Medium to Expert Level</p>
<p>The above method is for beginners. And what I am explaining below is for experts who can do a bit of PHP programming, and want to have a customized title other than the default post title to appear.</p>
<p>In Wordpress, you can define custom fields. While making a post, you can enter value for a custom field and it can be retrieved in the blog post for display.</p>
<p>For example, you can give a â€˜key&#8217; for your custom field as â€˜my_own_title&#8217; and give the full title in the value field.</p>
<p>This custom field will be saved when you save the post.</p>
<p>Now you can edit your theme files, particularly the header and put this small code where you want to display the value you just entered.</p>
<p>&lt;?php if(is_single())<br />
{<br />
echo get_post_meta($post-&gt;ID, &#8220;my_own_title&#8221;, $single = true);<br />
}<br />
else<br />
{ ?&gt;<br />
&lt;?php bloginfo(&#8217;name&#8217;); ?&gt; &lt;?php if ( is_single() ) { ?&gt; Â» Blog Archive &lt;?php } ?&gt; &lt;?php wp_title(); ?&gt;<br />
&lt;?php<br />
}</p>
<p>This code will check whether you are viewing a single page/post or a category page or an archive page. If it&#8217;s a single post or page it will retrieve the custom field value for â€˜my_own_title&#8217; and display it.</p>
<p>The custom field is really a very handy option in case you would like to store custom alt tags or header tags for your page. Similar way you can keep custom fields for keywords and description.</p>
<p>I am using a plugin called â€˜custom field gui&#8217; which you can customize and make the custom fields to get displays as usual fields in the post creation page.</p>
<p>Avoiding Content duplicity</p>
<p>You can add the following code to display only an extract of the post in archive and category pages. The actual post only will contain the complete post contents. This can help you coping with Content duplicity issues.</p>
<p>In Wordpress loop, there is a portion to display the actual post content.</p>
<p>It will look like</p>
<p>&lt;?php the_content(__(&#8217;(more&#8230;)&#8217;)); ?&gt;</p>
<p>Or</p>
<p>&lt;?php the_content(); ?&gt; Etc..</p>
<p>Modify the above to</p>
<p>&lt;?php if(is_single()) {<br />
the_content();</p>
<p>} else {<br />
the_excerpt();<br />
}<br />
?&gt;</p>
<p>Here this code will check whether the current page is a single post or archive or a category page. If it is single, it will display full post content.</p>
<p>While creating the post/page, there is a provision to add the excerpt for that particular post/page. An excerpt is similar to a short description of that page/post. If an excerpt is present, it will be shown in above case when a category or an archive page is loaded. If excerpt is not present, Wordpress will show few starting lines of the post in the place of excerpt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/seo-for-wordpress-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Basic On Page Optimization for beginners</title>
		<link>http://www.seolion.com/on-page-optimization/</link>
		<comments>http://www.seolion.com/on-page-optimization/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 18:40:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/on-page-optimization/</guid>
		<description><![CDATA[I assume that you have gone through the initial parts of my SEO Tutorial .
Lets get into the topic on how to do OnPage Optimization.
Search Engine Optimization consists of basically two stages - On Page Optimization and Off Page.
OnPage optimization refers to the SEO activities we perform on a page in our site, and offpage [...]]]></description>
			<content:encoded><![CDATA[<p>I assume that you have gone through the initial parts of my <a href="http://www.seolion.com/seo-tutorial-toc/" title="SEO Tutorials for beginners">SEO Tutorial</a> .</p>
<p>Lets get into the topic on how to do OnPage Optimization.</p>
<p>Search Engine Optimization consists of basically two stages - On Page Optimization and Off Page.</p>
<p>OnPage optimization refers to the SEO activities we perform on a page in our site, and offpage optimization refers to the SEO activities we do on external factors which assist in a better ranking of our website.</p>
<p>Basic On Page optimization consists of</p>
<ul>
<li>Creating proper content having right keyword density</li>
<li>Creating a title tag, meta description tag, meta keyword tag</li>
<li>Creating sentences which is put into header tags h1, h2, h3, h4 etc</li>
<li>Anchor text in links within the page, title tag for the link (which comes as tool tip)</li>
<li>Alt tags for images</li>
</ul>
<p>An optimum keyword density for content (current trend) is about 3-5%. i.e no of keywords / No of total words</p>
<p><strong>Title tag :</strong> Its a very important entity of a web page. Its like a unique page number in a book. You need to have a very unique title for each of your pages. A keyword can be repeated in a title tag at the most 2 times (Main keyword of a page must be present in title tag at the starting position for best SEO advantage). A title tag is basically a sentence with not more than 100 characters long. Its a one liner which explains about your page.</p>
<p><strong>Meta Description Tag:</strong> Its a brief description about your web page. Again main keyword in description tag carries a lot of importance.</p>
<p><strong>Meta Keyword tag :</strong> You can list down the keywords present in the page one after another separated by a comma.</p>
<p>Earlier search engines used to rank pages based only n title, description and keyword tags. But it became obsolete when people started to misuse this fact and search engines developed algorithms to find them.</p>
<p>A major factor to get ranked in Google is the off page factor, which I will be explaining later. Again on page factor is very much required to keep the relevancy of page for a particular keyword.</p>
<p><strong>Header tags:</strong> These are another set of tags which the search engines will have a close look at to identify the main keywords on a page. So keeping sentences containing in header tags - h1, h2, upto h4 helps in SEO. Text in H1 tag usually will be of larger size. This can be reduced by use of proper CSS (cascading style sheets).</p>
<p><strong>Alt attributes for &#8216;img&#8217; tags: </strong>Another important location to put your keywords for a page.</p>
<p>An optimum keyword density of  should be maintained for the whole document, i.e including title, description, keywords , content, alt tags, header anchors etc.  If you stuff keywords into a page, it will serve adverse effects than higher ranking in google.</p>
<p>We will discuss the donts in Onpage optimization in a later stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/on-page-optimization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Wordpress as a CMS</title>
		<link>http://www.seolion.com/wordpress-as-cms/</link>
		<comments>http://www.seolion.com/wordpress-as-cms/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 19:45:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://www.seolion.com/wordpress-as-cms/</guid>
		<description><![CDATA[When you hear the name wordpress, what comes in your mind is a blog as it has become widely used blogging software. But it is much advanced software than a simple blogging tool where you can have a blog post live within a flash.
Wordpress has support for pages as well as posts. Pages, well you [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">When you hear the name wordpress, what comes in your mind is a blog as it has become widely used blogging software. But it is much advanced software than a simple blogging tool where you can have a blog post live within a flash.<o:p></o:p></p>
<p class="MsoNormal">Wordpress has support for pages as well as posts. Pages, well you would have used pages in wordpress to create an &#8216;About Us&#8217; page or a contact page, but with an extensive use of the page feature of wordpress you can have a custom made CMS up and running.<o:p></o:p></p>
<p class="MsoNormal">I started as a newbie in wordpress a few months ago, setting up this blog with my nickname. Recently I got a new project from my work place to develop a custom made CMS. I am not familiar with Drupal or mambo, but I have seen in digital point forums that wordpress can be used as a CMS, but I couldn&#8217;t find a tutorial on how to do that.<o:p></o:p></p>
<p class="MsoNormal">Before starting the project, I wanted some match practice, so I decided to convert one of my websites into a simple CMS system.<o:p></o:p></p>
<p class="MsoNormal">In wordpress, by default home page displays a number of posts from the recent one you have just made. But wordpress is developed by intelligent people who have kept provisions to make the home page or any other page as we wish.<o:p></o:p></p>
<p class="MsoNormal">First thing you need to know is that, its the theme pages which is getting displayed in the front end when you view a page or post, so our starting point is the custom theme you have selected for your blog / cms website.<o:p></o:p></p>
<p class="MsoNormal">Basically one will find following files in your selected theme folder<o:p></o:p></p>
<p class="MsoNormal"><span>            </span>* style.css</p>
<p class="MsoNormal"><span>            </span>* index.php<span>    </span><o:p></o:p></p>
<p class="MsoNormal"><span>            </span>* header.php<o:p></o:p></p>
<p class="MsoNormal"><span>    </span><span>        </span>* sidebar.php<o:p></o:p></p>
<p class="MsoNormal"><span>    </span><span>        </span>* footer.php<o:p></o:p></p>
<p class="MsoNormal"><span>    </span><span>        </span>* comments.php<o:p></o:p></p>
<p class="MsoNormal"><span>    </span><span>        </span>* comments-popup.php <o:p></o:p></p>
<p class="MsoNormal">First step, you need a home page which is different from the typical blog home page and should contain home page content.<o:p></o:p></p>
<p class="MsoNormal">Save a copy of index.php as in theme folder and rename it as home.php<o:p></o:p></p>
<p class="MsoNormal">Go to the dashboard, create a new page entering page content, title everything and enter the page slug as home (i.e the file name you just saved).<o:p></o:p></p>
<p class="MsoNormal">Edit your home.php<o:p></o:p></p>
<p class="MsoNormal">You can see a function call something like this in very beginning.<o:p></o:p></p>
<blockquote>
<p class="MsoNormal">&lt;?php <o:p></o:p></p>
<p class="MsoNormal">get_header();<o:p></o:p></p>
<p class="MsoNormal">?&gt;<o:p></o:p></p>
</blockquote>
<p class="MsoNormal">Now change that to <o:p></o:p></p>
<blockquote>
<p class="MsoNormal">&lt;?php <o:p></o:p></p>
<p class="MsoNormal">get_header();<o:p></o:p></p>
<p class="MsoNormal">query_posts(&#8217;pagename=home&#8217;);<o:p></o:p></p>
<p class="MsoNormal">?&gt;<o:p></o:p></p>
</blockquote>
<p class="MsoNormal">query_posts is a wordpress function where you can forcibly show a page according to the parameter you are passing. Here the parameter pagename is given as home which the page slug. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Once you do this much, save home.php and when you open home page, you will see the home page you created instead of the normal wordpress home page. Of course the content will be what you entered when you created the home page from dashboard.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">How this happened? Well.. I told earlier, wordpress is developed in such a manner where you can twist wordpress into whatever way you want!!<o:p></o:p></p>
<p class="MsoNormal">Its called Page Hierarchy in wordpress. Typically wordpress looks for &#8217;slug&#8217;.php for whatever page you create with a page slug. If &#8217;slug&#8217;.php is not present, it shows index.php content. In our case, page slug was home which had priority over index.php when home page was viewed. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Now you have successfully converted your blog to look like a CMS in the homepage.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Now to make into a complete CMS, I suggest you to use the page feature rather than the categories and posts. Another thing to note is that a page can have child pages just like in normal websites. For example you have a page called <st1:country-region><st1:place>Spain</st1:place></st1:country-region> and there is a child for <st1:country-region><st1:place>Spain</st1:place></st1:country-region>, which is <st1:city><st1:place>Alicante</st1:place></st1:city>. So you can have a page hierarchy<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Home -&gt; <st1:country-region><st1:place>Spain</st1:place></st1:country-region> -&gt; <st1:city><st1:place>Alicante</st1:place></st1:city><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So you can have a structure like site.com/spain/alicante/ etc<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">next steps are a bit complex as it requires that you go through the function reference of wordpress.<o:p></o:p></p>
<p class="MsoNormal">Basically you shuld know how to use functions like<o:p></o:p></p>
<p class="MsoNormal">wp_list_pages<o:p></o:p></p>
<p class="MsoNormal">get_permalink<o:p></o:p></p>
<p class="MsoNormal">is_page etc etc (which never ends !!)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">It took me 2 days to convert my website Cheap Flight  to a simple CMS system even being not a wordpress expert. My strengths are a bit of programming knowledge in PHP and an ability to explore and grasp developer documentations and courage to experiment. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I am sure that this one post is not sufficient to explain how I exactly transformed my website into a CMS powered by wordpress, but I will certainly try to put in some more time to explain a bit more.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Few pages I referred are</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p></o:p></p>
<p><a href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/from-weblog-to-cms.html" title="From Weblog to CMS with WordPress">From Weblog to CMS with WordPress</a> - Which helped in creating a customized home page<br />
<a href="http://codex.wordpress.org/Function_Reference" title="Wordpress Function Reference">Wordpress Function Reference</a> - A must to see information where you can see the API&#8217;s and select which wordpress functions to use and when.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/wordpress-as-cms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using affiliate system for SEO advantages</title>
		<link>http://www.seolion.com/using-affiliate-system-for-seo-advantages/</link>
		<comments>http://www.seolion.com/using-affiliate-system-for-seo-advantages/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 11:18:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.seolion.com/using-affiliate-system-for-seo-advantages/</guid>
		<description><![CDATA[In an affiliate tracking system, there will be usually a referring URL containing the unique id of the referrer to credit the commission.
If affiliates use there referring URL&#8217;s as links from their site, it will be counted as a back link pointing to the site&#8217;s URL having the affiliates unique id.
Now think of a situation [...]]]></description>
			<content:encoded><![CDATA[<p>In an affiliate tracking system, there will be usually a referring URL containing the unique id of the referrer to credit the commission.</p>
<p>If affiliates use there referring URL&#8217;s as links from their site, it will be counted as a back link pointing to the site&#8217;s URL having the affiliates unique id.</p>
<p>Now think of a situation where you have a number of affiliates doing marketing with the above method. there will be an equivalent number of landing URL&#8217;s but all with the same content.</p>
<p>In this way we are actually inviting the supplement listings for our site.</p>
<p><strong>How to avoid this and use the same for SEO advantages.</strong></p>
<p>The affiliate tracking system can be modified as follows.</p>
<p>Direct traffic to a tracking page which records the hit from an affiliate. If you are using a server sided script like PHP, its easy to set a cookie with the response headers. Give out a proper 301 redirect response and redirect the visitor to the actual site.</p>
<p>Once conversion happens, check out the affiliate id from cookie and mark conversion from that affiliate.</p>
<p>By using a 301 redirect, you are actually redirecting the backlinks to the real site which will boost the sites SEO performances.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/using-affiliate-system-for-seo-advantages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating robots instruction document - Robots.txt</title>
		<link>http://www.seolion.com/understanding-robots-txt/</link>
		<comments>http://www.seolion.com/understanding-robots-txt/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 02:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/understanding-robots-txt/</guid>
		<description><![CDATA[In earlier post I have mentioned that using a robot directive file - robots.txt you can control whether a document can be crawled by a search engine or not.
Generally if there is no robots.txt file in the root of your website or it has no instructions written in it, it is interpreted by the crawler [...]]]></description>
			<content:encoded><![CDATA[<p>In earlier post I have mentioned that using a robot directive file - robots.txt you can control whether a document can be crawled by a search engine or not.</p>
<p>Generally if there is no robots.txt file in the root of your website or it has no instructions written in it, it is interpreted by the crawler that there is no restriction for crawling documents within that site.</p>
<p>On the other hand you may want to hide some documents from being crawled.</p>
<p>Following example show how you can block a document private-data.html from being crawled by bots.</p>
<p>For this you write the robot instruction as below and save in the robots.txt file.</p>
<p><em>User-Agent: *<br />
Disallow: /private-data.html</em></p>
<p>Now see the first line, it says which bots should follow these instruction? * indicates that it is applicable for all bots. you can replace it by Googlebot for the crawler used by google alone. Knowing the user agent, such instruction can be written for any bot.</p>
<p>See the second line, it says not to crawl the document private-data.html which is found in the root of the website.</p>
<p>If you want to hide all documents within a directory from crawl, you can write the second line as</p>
<p><em>Disallow: /directory</em></p>
<p><strong>Now how these instructions are taken into effect?</strong></p>
<p>Crawler bots of major search engines are programmed to check the instructions found in the robots.txt file before accessing any document in the site in a crawl session. It can be said as a rule for the crawlers. So according to the instructions written, bots continue the crawl process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/understanding-robots-txt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to treat search engine crawlers in your site</title>
		<link>http://www.seolion.com/treating-se-crawlers/</link>
		<comments>http://www.seolion.com/treating-se-crawlers/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 11:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/treating-se-crawlers/</guid>
		<description><![CDATA[What a search engine needs is it has to fetch out information regarding your site. For the same reason, the crawlers keep visiting your site.
Now how to keep your site crawler friendly?
The crawler comes one of your page first, picks up the content from it, it can take out information such as your title, meta [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">What a search engine needs is it has to fetch out information regarding your site. For the same reason, the crawlers keep visiting your site.</p>
<p class="MsoNormal"><strong>Now how to keep your site crawler friendly?</strong></p>
<p class="MsoNormal">The crawler comes one of your page first, picks up the content from it, it can take out information such as your title, meta tags, body content and can take out the links in that page. Now what the crawler does is it starts visiting the pages to which the current page has been linked to. The crawl process continues.</p>
<p class="MsoNormal">Making a site crawlable (Making it crawler friendly) is the basic think you need to have for proper indexing of the web site and subsequent ranking.</p>
<p class="MsoNormal"><strong>What you need to do?</strong></p>
<p class="MsoNormal">As of now, search engine crawlers are not developed to read links in JavaScript, flash etc. So its always better to use proper text links (Normal html hyperlinks) as far as possible. Even in case you are using JavaScript dropdown, you can have text links somewhere in the footer to make the crawling easy. On a trial, the whole website should be able to be navigated just following text links.</p>
<p class="MsoNormal"><strong>Use of Sitemap</strong></p>
<p class="MsoNormal">A sitemap is a page in your website where you present links to all your pages in your website. Again, this makes the crawling more easily. Once search engine crawler is able to visit sitemap, it can go to any other page in the site which is directly linked.</p>
<p class="MsoNormal">Now in case you want to restrict crawlers accessing your pages?</p>
<p class="MsoNormal">This can be done using a document called &#8216;robots.txt&#8217; in the root of your website. My next post is how to use robots.txt and about creating this robots instruction document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/treating-se-crawlers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How a site is shown up in Search Engine Result pages</title>
		<link>http://www.seolion.com/search-engine-basics/</link>
		<comments>http://www.seolion.com/search-engine-basics/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 08:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[SEO Tutorial]]></category>

		<guid isPermaLink="false">http://www.seolion.com/search-engine-basics/</guid>
		<description><![CDATA[How the search engines come to know about your site?
Whatever site you make, will it be shown in search engine result pages (SERPs)?
How I can make my new site shown for a particular search query ?
If you have such questions in mind, read on as the following paragraphs give some insight to it.
You have developed [...]]]></description>
			<content:encoded><![CDATA[<p>How the search engines come to know about your site?<br />
Whatever site you make, will it be shown in search engine result pages (SERPs)?<br />
How I can make my new site shown for a particular search query ?</p>
<p>If you have such questions in mind, read on as the following paragraphs give some insight to it.</p>
<p>You have developed a brand new website and made it live. Now how to get into SERPs ?<br />
The basic thing is Search engine will not come to know about your site unless and until they are made them aware of your new site. Now how to make them know that you got a new website.</p>
<p>There are two methods to do this..<br />
1. Almost all search engines provide an option to add the site to their database. You can look for a &#8216;Submit Site&#8217; option provided by the search engines to give details of your website.</p>
<p>2. Get a couple of hyperlinks pointed to your new website from another site already found in a search engine index.</p>
<p>Let me explain the second option a bit in detail.</p>
<p>Search engines use program called crawler or bots to fetch out information from a website. The crawler keeps visiting websites on internet and reads out the content from the pages. It also lists out the hyperlinks found in them and adds to its queue for continuing its crawl process.</p>
<p>Now when a new link is being added to a website where search engine crawlers keep visiting, it finds the link to new website and visits the website for getting the contents in it. When it goes into a new site which is not found in the search engine&#8217;s daabase, it automatically adds it along with the data fetched from the pages in that website.</p>
<p>First is a more traditional way of getting into a search engine&#8217;s database, but second is the most practical way.</p>
<p>Now the search engines has the data fetched from various website in their databse, it assigns ranking positions to those sites depending on relevancy as calculated by its &#8216;ranking Algorithm&#8217;.</p>
<p>If the new site made by you meets the criteria specified in the algorithm, the site is listed on higher positions for queries related to your website.</p>
<p>Different search engines vary in terms of their ranking algorithm. In the next post &#8216;Treating search engine crawlers&#8217; , I will explain in deep how search engine crawlers aid in ranking a website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seolion.com/search-engine-basics/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
