<?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>Ask me Questions and get Answers ! &#187; SEO</title>
	<atom:link href="http://askmetoo.com/category/internet/web-development/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://askmetoo.com</link>
	<description>Ask Questions and get Answers About everything for free!</description>
	<lastBuildDate>Wed, 02 May 2012 13:39:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SEO description for wordpress categories</title>
		<link>http://askmetoo.com/seo-description-for-wordpress-categories.htm</link>
		<comments>http://askmetoo.com/seo-description-for-wordpress-categories.htm#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=101</guid>
		<description><![CDATA[please open header php in template and replace title &#60;title&#62; &#60;?php if (is_category()) { echo strip_tags(category_description());   } else{ wp_title(&#8216;&#38;laquo;&#8217;, true, &#8216;right&#8217;); ?&#62; &#60;?php bloginfo(&#8216;name&#8217;); } ?&#62;&#60;/title&#62;]]></description>
			<content:encoded><![CDATA[<p>please open header php in template<br />
and replace title</p>
<p><strong>&lt;title&gt;<br />
&lt;?php if (is_category()) { echo strip_tags(category_description());   }<br />
else{<br />
wp_title(&#8216;&amp;laquo;&#8217;, true, &#8216;right&#8217;); ?&gt; &lt;?php bloginfo(&#8216;name&#8217;);<br />
}<br />
?&gt;&lt;/title&gt;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/seo-description-for-wordpress-categories.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chmod commands for install IPB forum board</title>
		<link>http://askmetoo.com/chmod-commands-for-install-ipb-forum-board.htm</link>
		<comments>http://askmetoo.com/chmod-commands-for-install-ipb-forum-board.htm#comments</comments>
		<pubDate>Sat, 15 Nov 2008 12:17:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=27</guid>
		<description><![CDATA[To quick install IPB Invision Power Board run this commands in putty at root dir (public_html) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 chmod g+w ./install/installfiles/ chmod g+w ./cache/ find ./cache/ -type d -exec chmod 777 &#123;&#125; \; find ./cache/ -type f -exec chmod 666 &#123;&#125; [...]]]></description>
			<content:encoded><![CDATA[<p>To quick install IPB Invision Power Board run this commands in putty at root dir (public_html)</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>install<span style="color: #000000; font-weight: bold;">/</span>installfiles<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>public<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>public<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> f <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">666</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
<span style="color: #c20cb9; font-weight: bold;">find</span> .<span style="color: #000000; font-weight: bold;">/</span>hooks<span style="color: #000000; font-weight: bold;">/</span> <span style="color: #660033;">-type</span> d <span style="color: #660033;">-exec</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">777</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span><span style="color: #7a0874; font-weight: bold;">&#125;</span> \;
&nbsp;
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>lang_cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>skin_cache<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>uploads<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>style_images<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>conf_global.php
<span style="color: #c20cb9; font-weight: bold;">chmod</span> g+<span style="color: #c20cb9; font-weight: bold;">w</span> .<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>tmp</pre></td></tr></table></div>

<p>NOTE IPB 2.* AND<br />
IPB 3.*<br />
SUPPORTED</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/chmod-commands-for-install-ipb-forum-board.htm/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A semantic kernel of site</title>
		<link>http://askmetoo.com/a-semantic-kernel-of-site.htm</link>
		<comments>http://askmetoo.com/a-semantic-kernel-of-site.htm#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:20:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=16</guid>
		<description><![CDATA[A semantic kernel is a library of words and phrases, which reflect the type of Your activity or commodities/services, offered by you at the market most exactly. A semantic kernel is created from most characteristic and widespread in Your segment of market of searching queries having a special purpose audiences of Your site and sites [...]]]></description>
			<content:encoded><![CDATA[<p>A semantic kernel is a library of words and phrases, which reflect the type of Your activity or commodities/services, offered by you at the market most exactly. A semantic kernel is created from most characteristic and widespread in Your segment of market of searching queries having a special purpose audiences of Your site and sites of competitors, that will allow you to retain leading positions in the results of search, generated the searching systems, upon requests of target audiences about Your commodities/services.</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/a-semantic-kernel-of-site.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linkator</title>
		<link>http://askmetoo.com/linkator.htm</link>
		<comments>http://askmetoo.com/linkator.htm#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:20:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Place]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=19</guid>
		<description><![CDATA[Linkator is the avtomatizirovannya system of exchange by Refs.s. Participants place for itself on a site the catalogue of Refs.s, where the sites of other participants are presented, or pay placing of reference the creator of catalogue without placing of catalogue for itself.]]></description>
			<content:encoded><![CDATA[<p>Linkator is the avtomatizirovannya system of exchange by Refs.s. Participants place for itself on a site the catalogue of Refs.s, where the sites of other participants are presented, or pay placing of reference the creator of catalogue without placing of catalogue for itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/linkator.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPC &#8211; Pay Per Click PPC</title>
		<link>http://askmetoo.com/ppc-pay-per-click-ppc.htm</link>
		<comments>http://askmetoo.com/ppc-pay-per-click-ppc.htm#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=20</guid>
		<description><![CDATA[(pay per click)(angl.) to pay for pressure. It is the system of advertising in the internet, which places advertising on sites, suitable under this theme, and payment goes for pressure an user on a banner(text or graphic). Thus turns out that an advertiser buys itself clients in the internet after fully priemlimuyu sum.]]></description>
			<content:encoded><![CDATA[<p>(pay per click)(angl.) to pay for pressure. It is the system of advertising in the internet, which places advertising on sites, suitable under this theme, and payment goes for pressure an user on a banner(text or graphic). Thus turns out that an advertiser buys itself clients in the internet after fully priemlimuyu sum.</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/ppc-pay-per-click-ppc.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What searching system is most popular in Runet ?</title>
		<link>http://askmetoo.com/what-searching-system-is-most-popular-in-runet.htm</link>
		<comments>http://askmetoo.com/what-searching-system-is-most-popular-in-runet.htm#comments</comments>
		<pubDate>Sat, 07 Jun 2008 13:48:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=18</guid>
		<description><![CDATA[What searching system is most popular in Runet ? In obedience to statistics of visited of poulyarnykh of the Russian sites: Yandex (48.8%) Google (31.0%) Rambler (5.94%) Aport (5.77%) Mail.ru (3,9%) MSN (1.93%) Yahoo (0.4%) Altavista (0.06%)]]></description>
			<content:encoded><![CDATA[<p>What searching system is most popular in Runet ?<br />
In obedience to statistics of visited of poulyarnykh of the Russian sites:</p>
<ul>
<li> Yandex (48.8%)</li>
<li> Google (31.0%)</li>
<li> Rambler (5.94%)</li>
<li> Aport (5.77%)</li>
<li> Mail.ru (3,9%)</li>
<li> MSN (1.93%)</li>
<li> Yahoo (0.4%)</li>
<li> Altavista (0.06%)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/what-searching-system-is-most-popular-in-runet.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is there registration in catalogues, for what it?</title>
		<link>http://askmetoo.com/is-there-registration-in-catalogues-for-what-it.htm</link>
		<comments>http://askmetoo.com/is-there-registration-in-catalogues-for-what-it.htm#comments</comments>
		<pubDate>Sat, 07 Jun 2008 13:47:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=17</guid>
		<description><![CDATA[Is there registration in catalogues, for what it? Catalogues are the ground posts of the internet. Once registration of site in catalogues was by the unique inexpensive method to declare about the site. Now, when the searching systems are used by more than 95% users, catalogues remain the all those ground posts, but already for [...]]]></description>
			<content:encoded><![CDATA[<p>Is there registration in catalogues, for what it? Catalogues are the ground posts of the internet. Once registration of site in catalogues was by the unique inexpensive method to declare about the site. Now, when the searching systems are used by more than 95% users, catalogues remain the all those ground posts, but already for the robots of the searching systems. Registration in catalogues gives the strong improvement of nakhodimosti site in the searching systems, thus, that most important, exactly on a type,to the bringing a profit queries. We use the own, continuously filled up lists of catalogues, that gives an effect much the best, maybe, immeasurably the best, than automatic systems of registration.</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/is-there-registration-in-catalogues-for-what-it.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ban of site</title>
		<link>http://askmetoo.com/ban-of-site.htm</link>
		<comments>http://askmetoo.com/ban-of-site.htm#comments</comments>
		<pubDate>Sat, 07 Jun 2008 13:43:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://askmetoo.com/?p=12</guid>
		<description><![CDATA[Ban of site &#8211; from angl. of to ban &#8211; to forbid. Expression, meaning prohibition of site for codeindexing and ranging of site the moderator of the searching system. Usually used to the site, to applying the methods of searching spam. It is necessary to distinguish ban of site from the different type of pessimizacii [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Ban of site</strong> &#8211; from angl. of to ban &#8211; to forbid. Expression, meaning prohibition of site for codeindexing and ranging of site the moderator of the searching system. Usually used to the site, to applying the methods of searching spam. It is necessary to distinguish ban of site from the different type of pessimizacii site. As a rule, ban of site results in the complete exception of site from the index of the searching system and prohibition of him for further indexation. For taking off an embargo correspondence is required with the moderator of the searching system.</p>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/ban-of-site.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the main Ranking Factors for Search Engines?</title>
		<link>http://askmetoo.com/what-is-the-main-ranking-factors-for-search-engines.htm</link>
		<comments>http://askmetoo.com/what-is-the-main-ranking-factors-for-search-engines.htm#comments</comments>
		<pubDate>Mon, 11 Feb 2008 13:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://askmetoo.com/2008/02/11/what-is-the-main-ranking-factors-for-search-engines/</guid>
		<description><![CDATA[There are many Ranking Factors for SEO, but Search Engines owners do not liked to people know about them. This table is explain what is the distribution of Ranking Factors Mini SEO Textbook Keywords   Keywords in &#60;title&#62; +3 Keywords in URL +3 Density of a keyword in the text of the document +3 Keywords [...]]]></description>
			<content:encoded><![CDATA[<h4>There are many Ranking Factors for SEO, but Search Engines owners do not liked to people know about them.</h4>
<p>This table is explain what is the distribution of Ranking Factors<br />
Mini SEO Textbook</p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>
Keywords
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
Keywords      in &lt;title&gt;
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Keywords      in URL
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Density      of a keyword in the text of the document
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Keywords      in references(links) of pages
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Keywords      in headings (&lt;H1&gt;, &lt;H2&gt;, etc. tags)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Keywords      in the beginning of the document
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
Keywords      in &lt;alt&gt; tag
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
Keywords      in meta tags
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Optimization      under low-frequency inquiries
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Synonyms
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Keywords      with a typing error
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Dissolution      of a keyword in the text
</td>
<td valign="top">
-2
</td>
</tr>
<tr>
<td valign="top">
The      greater(big) density of keywords on page
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td>
<strong>outer</strong><strong> and inner links</strong>
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
Keywords      in references(links)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
References(Links)      to your site from popular pages
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
References(Links)      from pages of similar subjects
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
References(Links)      from domains of the second level in a zone .ru (if at you Russian site)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
It is a      lot of references(links) to your site
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
The      text around of the reference(link)
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
Age of      references(links) of referring sites (the is more senior that, the better)
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
References(Links)      from popular catalogues
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
The it      is less on a referring page of external references(links) the better
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Tag &lt;title = &#8220;&gt; with a keyword in      the reference(link)
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
References(Links)      with bad link category sites and from      doubtful sites
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Spam of      references(links) in the comment
</td>
<td valign="top">
-1
</td>
</tr>
<tr>
<td valign="top">
The      latent references(links)
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td>
Meta tags
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
&lt;Description&gt; <a name="OLE_LINK1">metatag</a>
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
&lt;Keywords&gt;      metatag
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
&lt;Language&gt;      metatag
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
&lt;Refresh&gt;      metatag
</td>
<td valign="top">
-1
</td>
</tr>
<tr>
<td>
The      maintenance(contents)
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
The      unique maintenance(contents)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Frequent      changes (updating of pages, addition new)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Formatting      of keywords tags (&lt;strong&gt; &lt;i&gt;)
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
Bad      design and dirty html a code
</td>
<td valign="top">
-2
</td>
</tr>
<tr>
<td valign="top">
Plagiarism
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td valign="top">
The      invisible text
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td valign="top">
Doorways
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td valign="top">
Duplicates      of pages
</td>
<td valign="top">
-3
</td>
</tr>
<tr>
<td>
Structure      of pages and its(her) maintenance(contents)
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
JavaScript (do not go too far and clean(remove) in      files)
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Images      in the text
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Podcast and video
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Navigation      from pictures
</td>
<td valign="top">
-1
</td>
</tr>
<tr>
<td valign="top">
Frames      (Frames)
</td>
<td valign="top">
-2
</td>
</tr>
<tr>
<td valign="top">
Flash
</td>
<td valign="top">
-2
</td>
</tr>
<tr>
<td>
Domains,      URL
</td>
<td>
 
</td>
</tr>
<tr>
<td valign="top">
Keywords      in URL
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Availability      of a site (a good hosting, fast loading of page)
</td>
<td valign="top">
+3
</td>
</tr>
<tr>
<td valign="top">
Sitemap
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
It is a      lot of pages
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
The the      site, the is more senior better
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
One      subjects of a site (it is not necessary to do auto      a site and in the same place to write about brooms)
</td>
<td valign="top">
+2
</td>
</tr>
<tr>
<td valign="top">
The      domain of the second level (site.us)
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Dear      zones (.us it is better than .info or .org)
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Hyphens      in URL (instead of blanks between keywords)
</td>
<td valign="top">
+1
</td>
</tr>
<tr>
<td valign="top">
Length      URL
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
IP the      address
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Google      Adsense on pages
</td>
<td valign="top">
0
</td>
</tr>
<tr>
<td valign="top">
Inaccessibility      of a site, bad hosting
</td>
<td valign="top">
-1
</td>
</tr>
<tr>
<td valign="top">
Dynamic      URL
</td>
<td valign="top">
-1
</td>
</tr>
<tr>
<td valign="top">
Sessions      (Session ID)
</td>
<td valign="top">
-2
</td>
</tr>
<tr>
<td valign="top">
Redirects (301 and 302)
</td>
<td valign="top">
-3
</td>
</tr>
</table>
</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://askmetoo.com/what-is-the-main-ranking-factors-for-search-engines.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

