<?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 Engine Optimization Blog - SEM News &#38; Opinion - David Ogletree &#187; Other Search Engines</title>
	<atom:link href="http://www.ogletreeseo.com/category/other-search-engines/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ogletreeseo.com</link>
	<description>If you think it&#039;s expensive to hire a professional to do the job, wait until you hire an amateur - Red Adair</description>
	<lastBuildDate>Sun, 27 Feb 2011 20:47:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>IIS Flaw Causes Google duplicate content</title>
		<link>http://www.ogletreeseo.com/184.html</link>
		<comments>http://www.ogletreeseo.com/184.html#comments</comments>
		<pubDate>Fri, 03 Aug 2007 19:10:12 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/184.html</guid>
		<description><![CDATA[I have a new site that our company is working on. I noticed that in google all of a sudden we have all of our pages listed in Google with very weird things added to our URLs. http://www.mysite.com/(A(XobqNFPtxwEkAAAAMzk3ZTU 4NzQtZGFjZS00OGUxLWExYzYtZDBiYjc1Mzg1N2YwP7fq1em0HKYJ5 vYMP8lm4NCf3241))/subdirectory/Default.aspx I found out that this works on any IIS server. Even on www.microsoft.com. I have [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new site that our company is working on.  I noticed that in google all of a sudden we have all of our pages listed in Google with very weird things added to our URLs.  </p>
<blockquote><p>http://www.mysite.com/(A(XobqNFPtxwEkAAAAMzk3ZTU<br />
4NzQtZGFjZS00OGUxLWExYzYtZDBiYjc1Mzg1N2YwP7fq1em0HKYJ5<br />
vYMP8lm4NCf3241))/subdirectory/Default.aspx</p></blockquote>
<p>I found out that this works on any IIS server.   Even on www.microsoft.com.  I have no idea what this is.  I do know it is a bad thing for SEO and any site hosted on IIS needs to address this.  This goes back to what I say about site architecture.  Your site needs to have a URL policy set up and enforced.  Nobody can go to any page unless that URL is already known to the site owner.  This means no page can be access from 2 or more differnt urls.  The site owner needs to redirect any rogue URL to the correct one and 404 anything you can&#8217;t predict.  What this does is create duplicate content that the search engines do not like and can even hurt a sites rankings.</p>
<p><span id="more-184"></span></p>
<p>From my testing I found that it follows rules.  (A(this-is_a-test)  The capital A can be any capital letter but will not work with lower case letters. You can put that inbetween any 2 forward slashes in a URL on IIS. Here are some tests using www.microsoft.com</p>
<style type="text/css">
table.ogletree {
        width: 95%;
	margin: 1.2em 20px 1.2em 20px;
	padding-top: 0.1em 20px 0.1em 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: transparent;
	background-image: url(/wp-content/themes/ocadia144/images/commentalt.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 0.9em;
}</p>
<p>table.ogletree td {
	border: none
	margin: 5px;
	padding: 5px;
}
</style>
<table class="ogletree" >
<tr valign="top">
<td>
<b>Works</b></p>
<p><a href="http://www.microsoft.com/en/(A(asdfa-123))/us/Default.aspx">(A(asdfa-123))</a></p>
<p><a href="http://www.microsoft.com/en/(A(asdfa-sdf))/us/Default.aspx">(A(asdfa-sdf))</a></p>
<p><a href="http://www.microsoft.com/en/(C(asdfasdf))/us/Default.aspx">(C(asdfasdf))</a></p>
<p><a href="http://www.microsoft.com/en/(A(asdfA_123))/us/Default.aspx">(A(asdfA_123))</a>
		</td>
<td>
<b>Does not work</b></p>
<p><a href="http://www.microsoft.com/en/(c(asdfasdf))/us/Default.aspx">(c(asdfasdf))</a><br />
</p>
<p><a href="http://www.microsoft.com/en/(())/us/Default.aspx">(())</a><br />
</p>
<p><a href="http://www.microsoft.com/en/(Z()a)/us/Default.aspx">(Z()a)</a><br />
</p>
<p><a href="http://www.microsoft.com/en/(A(#$%))/us/Default.aspx">(A(#$%))</a><br />
</p>
<p><a href="http://www.microsoft.com/en/(1(asdfasdf))/us/Default.aspx">(1(asdfasdf))</a><br />
</p>
<p><a href="http://www.microsoft.com/en/((A(asdfa-sdf)))/us/Default.aspx">((A(asdfa-sdf)))</a>
		</td>
</tr>
</table>
<p>You can do this on any IIS website from what I can see.  I even got it to work on myspace.</p>
<blockquote><p><a href="http://www.myspace.com/(A(asdfa-123))/Modules/Search/Pages/Search.aspx?t=208,&#038;q=related:www.microsoft.com/default.aspx">http://www.myspace.com/(A(asdfa-123))/Modules/Search/Pages/Search.<br />
aspx?t=208,&#038;q=related:www.microsoft.com/default.aspx</a></p></blockquote>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tag/IIS+vulnerability" rel="tag"> IIS vulnerability</a>, <a href="http://technorati.com/tag/Google" rel="tag"> Google </a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/184.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New site that shows your search engine rank</title>
		<link>http://www.ogletreeseo.com/180.html</link>
		<comments>http://www.ogletreeseo.com/180.html#comments</comments>
		<pubDate>Tue, 17 Jul 2007 21:51:20 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/180.html</guid>
		<description><![CDATA[I was looking at a clients logs today and saw a referrer from a site named www.rankmon.com. I went there and it showed keywords that I rank for and where I rank on Google, Yahoo, and MSN. I then realized &#8220;hey I just got referrer spammed&#8221;. Oh well at least this time it was something [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking at a clients logs today and saw a referrer from a site named <a href="http://www.rankmon.com/">www.rankmon.com</a>.  I went there and it showed keywords that I rank for and where I rank on Google, Yahoo, and MSN.  I then realized &#8220;hey I just got referrer spammed&#8221;.  Oh well at least this time it was something interesting.  It seems the site spiders the internet reading keyword meta tags and then scrapes the search engines and gives a ranking report.  I really like this.  The site does not have an about page or anything that mentions who they are or how it is done or how you can work with them.  </p>
<div class="simpletags">Technorati Tags: <a href="http://technorati.com/tag/seo" rel="tag">seo</a>, <a href="http://technorati.com/tag/google" rel="tag"> google</a>, <a href="http://technorati.com/tag/yahoo" rel="tag"> yahoo</a>, <a href="http://technorati.com/tag/msn" rel="tag"> msn</a>, <a href="http://technorati.com/tag/live.com" rel="tag"> live.com</a>, <a href="http://technorati.com/tag/ranking+report" rel="tag"> ranking report</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/180.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is &#8220;the Long Tail&#8221; and why is it important?</title>
		<link>http://www.ogletreeseo.com/125.html</link>
		<comments>http://www.ogletreeseo.com/125.html#comments</comments>
		<pubDate>Fri, 12 Jan 2007 19:50:44 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/125.html</guid>
		<description><![CDATA[There has been a lot of talk about the long tail. According to Wikipedia &#8220;The phrase The Long Tail (as a proper noun with capitalized letters) was first coined by Chris Anderson in an October 2004 Wired magazine article&#8221;. I think shoemoney is the one who made it popular for SEO and SEM. The idea [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of talk about <strong>the long tail</strong>.  According to Wikipedia &#8220;The phrase <a href="http://en.wikipedia.org/wiki/Long_tail">The Long Tail</a> (as a proper noun with capitalized letters) was first coined by Chris Anderson in an October 2004 Wired magazine article&#8221;.  I think <a href="http://www.shoemoney.com/">shoemoney</a> is the one who made it popular for SEO and SEM.  The idea behind <em>the long tail</em> is not new just what we call it.  I have talked about it for years.  </p>
<ul>
The Long tail</ul>
<p> to me is a phrase typed into a search engine that is 4 or more words.  3 words I consider medium tail.  There are some 3 word phrases that are easy to get and some that are very hard.  One of the things that goes with long tail is that most of the time you may only get 1 visitor a month or even one visitor from that term ever.  I used to run some pretty busy spam sites that were auto generated from lots of keyword research.  One of the things I would see in the logs was that over 50% of my traffic over a month period were from phrases that were only typed in once that month.<br />
<span id="more-125"></span><br />
One of the armature mistakes that most SEO make is that the focus all their time and effort into ranking for what they think their “money word” is.   People think “man if I could just rank for “auto loan” or “debt consolidation” I would be rich”.  Yes you will get lots of traffic and make some good money but your conversion rate will suck.  It will take a lot of time and effort to get those terms if you can even get them at all.  You could spend your initial time and effort going after lots of smaller terms.  The long tail terms have a much better conversion rate.  Instead of “auto loan” you might go for “no money down auto loans”.  If you know what you are doing and can get the big terms go for it.  Once you get the big term most of the long tail will just happen.  Problem is most people can&#8217;t get the big terms.</p>
<p>There are lots of ways to get your terms.  <a href="http://www.wordtracker.com">Wordtracker</a> is a great place to start.  Also it is worth it to invest in some PPC.  You will lose money on this but the keyword list it will give you will be worth it.  Just make sure you have log files and a program to read them.  You can also build your own keyword list.  You already know the root phrases that are in your industry.  I used MS Access to build keyword lists.  Of course it is always good to have lists of cities, countries, zip codes, states, and neighborhoods. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/125.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internal linking techniques</title>
		<link>http://www.ogletreeseo.com/88.html</link>
		<comments>http://www.ogletreeseo.com/88.html#comments</comments>
		<pubDate>Thu, 18 May 2006 15:50:28 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/88.html</guid>
		<description><![CDATA[Internal linking is very important in SEO. One of the first things you can do is change the link to your front page. Most people put “Home”. You should change that to your keywords like widgets or my service or whatever term you are trying to get on your front page. You could even have [...]]]></description>
			<content:encoded><![CDATA[<p>Internal linking is very important in SEO.  One of the first things you can do is change the link to your front page.  Most people put “Home”.  You should change that to your keywords like widgets or my service or whatever term you are trying to get on your front page.  You could even have a different keyword per page.  Another mistake is people put the link to their home page as /index.html.  Don’t do this your going to be telling search engines you have 2 front pages.  They will see www.domain.com and www.domain.com/index.html as 2 pages and they will see them as duplicates. You will not be passing any of your internal link value to the home page.  I try to use absolute URL’s. (i.e. http://www.domain.com/page.html)  If someone hijacks your site they can only hijack one page this way.  Every so often to hack comes out where somebody can hijack your site.  It does not happen often but why risk it.  Another thing I try to tell people is don’t put a link to your home page on your home page.  You are just wasting space. </p>
<p>Next you want to have all your pages pointing to other pages on your site.  If you have a small site with 10 pages or less you can just have each page point to each page.  If you have more you will need to pick a number of links you want on each page.  Then you will need to make sure that each page has that many internal links plus the link from the front page or directory page.  So if your number is 6 then each page should have at least 7 internal links.  Be sure that the links to each page have the right anchor text for that page.</p>
<p>This will give you the power of keyword rich anchor text to help boost each pages rank.  It will also make sure that when you do rank for something you will get a second indented result in the SERPS because you have that keyword on at least 2 pages.  It is good to organize the links into groups so that you also get more keyword density on the page that has the links.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2372392203906879";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel ="8146253530";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/88.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ask.com and Wikipedia working together</title>
		<link>http://www.ogletreeseo.com/87.html</link>
		<comments>http://www.ogletreeseo.com/87.html#comments</comments>
		<pubDate>Mon, 15 May 2006 20:20:22 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/87.html</guid>
		<description><![CDATA[I was looking over at www.ask.com and noticed that several terms brought up a special Wikipedia result at the top of the page above the ads. search engine marketing maritime law data structures Mathematical logic Also DaveN on the Webmasterradio show www.strikepoint.co.uk pointed out that Ask is now showing the ads with a blue background [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking over at www.ask.com and noticed that several terms brought up a special Wikipedia result at the top of the page above the ads.  </p>
<p><a href="http://www.ask.com/web?q=search+engine+marketing&#038;qsrc=1&#038;o=0">search engine marketing</a><br />
<a href="http://www.ask.com/web?q=maritime+law&#038;qsrc=1&#038;o=0">maritime law</a><br />
<a href="http://www.ask.com/web?q=data+structures&#038;qsrc=1&#038;o=0">data structures</a><br />
<a href="http://www.ask.com/web?q=Mathematical+logic&#038;ed=12831497600059512226">Mathematical logic</a></p>
<p>Also <a href="http://www.davidnaylor.co.uk/">DaveN</a> on the Webmasterradio show <a href="http://www.strikepoint.co.uk/">www.strikepoint.co.uk</a> pointed out that Ask is now showing the ads with a blue background instead of making them look like the organic results.  I have no idea what kind of deal Ask has with Wikipedia but I think this is new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/87.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My list of On-Page SEO for Google</title>
		<link>http://www.ogletreeseo.com/74.html</link>
		<comments>http://www.ogletreeseo.com/74.html#comments</comments>
		<pubDate>Fri, 10 Mar 2006 07:02:11 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmasterworld]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/74.html</guid>
		<description><![CDATA[This is from a thread I posted on www.webmasterworld.com in the Supporters section on Nov 29, 2004. Many people talk about backlinks and anchor text and that it is the most important aspect of SEO for the Google search engine. Don&#8217;t get me wrong they are important but on-page SEO is still very important. If [...]]]></description>
			<content:encoded><![CDATA[<p>This is from a thread I posted on <a href="http://www.webmasterworld.com">www.webmasterworld.com</a> in the Supporters section on <font size="2" face="verdana" color="#000000" class="mtf">Nov 29, 2004</font>.</p>
<p>Many people talk about backlinks and anchor text and that it is the most important aspect of SEO for the Google search engine. Don&#8217;t get me wrong they are important but on-page SEO is still very important. If you do the on page stuff right you will need much less PR and anchor text.</p>
<p>Here is a list of important factors. I will discuss each one further down. They are not in any particular order. Some people like to order them and give the values of how important they are but I just make a list and do all of them.</p>
<p><span id="more-74"></span></p>
<ul>
<li>Title Tag</li>
<li>H tags</li>
<li>kw early in the content</li>
<li>kw repetition (I don&#8217;t worry about kw density)</li>
<li>kw in <strong>bold, </strong><em>italics</em><strong>, </strong><u>underline</u></li>
<li>Content that supports the kw (relevance, themeing)</li>
<li>Grammatically correct</li>
<li>Internal linking</li>
<li>Stemming</li>
</ul>
<p><strong>Title Tag</strong><br />
I cannot stress how important this tag is. If you don&#8217;t have a good title tag you will not get traffic. You want to get your kw in the tag. Some people like to stuff this tag and I can&#8217;t say if that is good or bad. I generate a lot of pages that are extremely targeted to one kw phrase so I never worry about it. I would not repeat any word more than twice.</p>
<p><strong>H Tags</strong><br />
I try to get a H1 tag to be the first thing on a page. I just put the same thing that is in the title. If you are making pages by hand it is good to put more than just the H1 tag. If you generate pages like I do that is much harder to do. It is also good to have H2 and H3 tags further down the page if your content warrants it.</p>
<p><strong>KW early in the content</strong><br />
Try to have your kw&#8217;s early in the first sentence but try to keep it at least several words from the beginning of the first sentence. This is very important in optimizing for your Google snippet. Once you see your snippet indexed in Google try to make changes that make it read better. This is going to be part of why people click on your URL.</p>
<p><strong>KW repetition</strong><br />
I would not worry about kw density unless your sites are just pure SE spam. It just does not help that much and is very ugly and hard to read. If you have an adsense sight you will get an email from them asking you to make changes if your kw density is too high. Trust me I got one. Just try to repeat the word several times. Write an article first then go back and add your kw in places where it fits. Don&#8217;t just repeat it a bunch of times trying to get 50% kw density or whatever. Don&#8217;t buy those programs that tell you use your judgment. KW density plays such a tiny tiny role in rank. Plus it can hurt your conversion. You can rank number one for your term but if everybody leaves your site without doing anything what have you gained.</p>
<p><strong>KW in bold, </strong><em>italics</em><strong>, </strong><u>underline</u><br />
This is not huge factor but hey how hard is it do this. Just look through your page and randomly add these tags to some of your kw&#8217;s.</p>
<p><strong>Content that supports the kw</strong><br />
This is very important these days. You need to write an article then take out your kw&#8217;s and ask somebody to read it and see if they can guess what your kw is. Your content needs to match your kw&#8217;s. If you are auto generating lots of pages separate your kw&#8217;s into categories and write articles for that category. When you are auto generating you can&#8217;t be perfect but try to be on topic and not just say &#8220;learn more about kw&#8221;, &#8220;kw&#8217;s are great&#8221; , I love my &#8220;kw&#8221;. Write an article and try to keep your pages at least 15% different.</p>
<p><strong>Grammatically correct</strong><br />
This goes along with the last point. Write a real article about your subject. There is evidence that Google is looking at grammar or will be in the near future.</p>
<p><strong>Internal linking</strong><br />
This is another very important factor. It is one of the most ignored on site SEO tactics out there. It can also help with themeing. If you have one page that you want to rank well write 10 more pages about the same subject but emphasize longer kw&#8217;s. Have each of the 11 pages use the same root general kw but come up with 10 more kw phrases using programs like word tracker. On the bottom of each of those pages link to each of the other pages. You can just separate them by commas or pipes. Don&#8217;t link a page to itself. So if you have 11 pages there will be 10 links at the bottom of each. This will give you some more kw repetition and internal anchor text. You would be amazed how useful this is. Try not to have too many links. I keep it at 10.</p>
<p><strong>Stemming</strong><br />
Stemming is where an SE will consider all words that share the same &#8220;stem&#8221; or root of a word to be similar. So try to use your kw&#8217;s different ways. Singular, Plural, add ing, ed, or ly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/74.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SEO and Marketing tips for your sites front page</title>
		<link>http://www.ogletreeseo.com/73.html</link>
		<comments>http://www.ogletreeseo.com/73.html#comments</comments>
		<pubDate>Wed, 08 Mar 2006 07:32:11 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Other Search Engines]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.ogletreeseo.com/73.html</guid>
		<description><![CDATA[I am writing this article to be a guide on the proper way to set up the front page of a website. There are two things to consider when creating a front page: getting visitors to your site and getting them to do something on your site. One of the biggest mistakes that most web [...]]]></description>
			<content:encoded><![CDATA[<p>I am writing this article to be a guide on the proper way to set up the front page of a website.  There are two things to consider when creating a front page: getting visitors to your site and getting them to do something on your site. One of the biggest mistakes that most web designers and company owners make is that they think a website is similar to other media like TV, magazine, and radio.  Most people are on the web to find information quickly.  They are moving from site to site and spend very little time deciding if your site is worth using.  I have some rules about what to do with your front page.  Some are general website rules and some are SEO (Search Engine Optimization) rules.</p>
<p><span id="more-73"></span></p>
<h3>General front page rules</h3>
<p>When most business owners decide they want a web page they go with the attitude that they want a site that they think is cool.  They want to show their friends and others.  If somebody asks you what you think of their site you look at it differently than if you were on a mission to find something.  So don’t ask somebody what they think of your site.  Instead tell them to go to your site and try to sign up or do whatever your call to action is.  Your goal is to accomplish your call to action not to get someone to tell you how cool your site looks.  This does not mean you need to have a text only site using only basic html.  Just don’t do anything that gets in the way of your goals.  Your goal should be to get visitors to click on something, call a phone number,  leave a comment, submit a form, download something, or do whatever your call to action is.  Please don’t forgot a call to action.  I have been to sites that have elaborate front pages extolling the virtues of the company but I can’t find out how to contact them or do what they have talked me into.</p>
<p>Before you put anything on the page you need to ask yourself, “Does this distract from the call to action?”  One of the worst things that people do is put music on their front page.  Please don’t do this.  People hate this.  Plus the music adds to the download size of the page.  This brings me to page size.  Load time should be important to you.  According to <a href="http://www.cnn.com/2006/TECH/internet/02/27/rural.internet.ap/">CNN</a> 76% of Internet users in rural areas still use dial up and 61% of urban users are on dial up.  The amount of text and image size are one part of a pages load time.  The number of objects that load is the other.  One hundred 1K files load a lot slower than one 100K file.  Google has 3 requests and  13,757 bytes and loads in 2.74 seconds on a 56K dial up modem.  This is the best case scenario but most people want a little more on their front page.  Amazon has 50 requests and 212,760 bytes and loads in 42.6 seconds. That would be the max I would have on my site.  There would have to be a very good reason to have a site this big or bigger.  Amazon can get away with it because people are going to put up with it because they really want to come to that site.  Some people will say that dial up users are used to this so why be different.  The only way to stick  out is to be different.  If your site is just like some major site then why would somebody come to your site.</p>
<p>Be careful not to overwhelm the visitor with too much stuff on the front page.  Very few people are going to read a bunch of text.  If they want more information they can go to  sub pages.  Link to sub pages with more information on your site.  This is one point where your site is like a TV commercial or radio ad.  You want to get their attention and convince them not to hit the back button.  Also while we are at it don’t make a page that  breaks the back button.  Don’t do anything that will make the visitor mad.  When a visitor is looking for something they are visiting several sites until they find what they want.  You may not be the first site they have been to.  You want them to stop searching.  If I am looking for something I will skip over sites that have tons of text and links.  People have very short attention spans.  You need 4 bullets or 4 things that are easy to read.  You don’t have to use bullets.  I am using that term generically. It just has to be 4 things visitors will see that gets their attention quickly.  Your call to action needs to be very easy to find and use.  If you have a phone number don’t have your line set up to reject anonymous phone calls.  If you have a phone number or you get emails respond to them now or very quickly.  People want help now.  Live chat works as well.  A lot of people will go down the list until the first person answers the phone or gets back with them.  If you have a large site and need a big menu that is ok just make sure it does not get in the way.  If you have an ecommerce site then have the main category headings easy to find.  It is ok to use those DHTML menus but make sure you have them repeated in text at the bottom of the page in a tasteful way.</p>
<h3>SEO Rules</h3>
<p>There are many ways to get visitors to your site like links from other sites, type-in traffic, and of course search engines.  One part of SEO or search engine optimization is to design your site so that search engines know you exist and what your site is about.  For this to happen you have to have text on your page.  You can’t have a splash page comprised of one image or flash.  Search engines can’t read pictures or flash.  They can only see text.</p>
<p>You have to decide what keywords you are going to optimize for.  If you think you can rank for your big money term then by all means pick that term to optimize for.  Don’t try to optimize your front page for a bunch of terms.  It is best to pick one term to focus on.  It is pretty hard to rank for most 2 or 3 word money terms.  I try to optimize for a term that my site ranks well for already just from text on my front page or some sub page.  I might be low on the first page or on page two on the search engines for this term.  I can use the high link popularity of my front page on that term.  Why waste your front page.? You can easily rank for some terms with your front page.  They may not be your big high traffic money terms but you probably will not get that anyhow.</p>
<p>The most important thing you can do to rank for a term is to put it in your    title. Every web page has a title so use them. I went to Google and typed in    <a href="http://www.google.com/search?q=allintitle%3A++%22untitled+document%22">allintitle:    &#8220;untitled document&#8221;</a> and there were 87 million results. There are a lot of    people out there wasting the traffic they could be getting to their front page.    It is possible to rank for a term without having it in your title. You have    to get a lot of links with the term as the anchor text of those links to do    this.. Next you need to repeat that term on your page. You don’t need to spam    your site up by repeating the term a ton of times or getting some magic keyword    density. Just repeat the term where it fits. You can create a heading tag. The    tags are quite ugly so it is best to use some CSS to make them look like you    want them to. Use a h1 and a h2 tag. Don’t just copy the title. Use the tags    as headings like they were designed to be used. You can also use them at the    beginning of a section or group of bullets. If you have any images on the page    use the alt tags. Don’t stuff them with keywords. Make sure the alt text is    appropriate; just fit it in the root of the phrase or the whole phrase. If you    have images as your navigation, put what is written on the image in the alt    tag. Put the keyword you are trying to optimize for in the alt tag with what    is on the image unless what is on the image already has the keyword in it.</p>
<h3>Conclusion</h3>
<p>Each site is different.  A lawyers site or dentists site will be much different than an ecommerce website.  Remember to keep it simple. People are in a hurry and want to get in and out.  Your links to sub pages that have more information are for the people who want to hang out and read more.  Put those links on the side or top of the front page.  The middle of the screen is where their eyes hit first.  Put the stuff that grabs them there.  Design the page in such a way that the search engines can find it.   The title is very important.  It is the first step to any SEO work.  Make your pages easy to find and easy to use.  Of course there are exceptions to these rules but they should work for most people.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/73.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yahoo, AOL, and MSN gave in to the government</title>
		<link>http://www.ogletreeseo.com/27.html</link>
		<comments>http://www.ogletreeseo.com/27.html#comments</comments>
		<pubDate>Fri, 20 Jan 2006 06:48:00 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Other Search Engines]]></category>

		<guid isPermaLink="false">http://www.vsns.com/ogletreeseo/wordpress/2006/01/20/yahoo-aol-and-msn-gave-in-to-the-government/</guid>
		<description><![CDATA[Well I guess the Bush administration is hell bent on being big brother. I read an article where everybody else has given in to the government. This so disturbs me. They know what we type into the Internet they know what we say on the phone. Anybody who knows the Star Wars plot knows this [...]]]></description>
			<content:encoded><![CDATA[<p>Well I guess the Bush administration is hell bent on being big brother.  I read an <a href="http://www.boingboing.net/2006/01/19/_doj_search_requests.html">article</a> where everybody else has given in to the government.   This so disturbs me.  They know what we type into the Internet they know what we <a href="http://www.cnn.com/2005/POLITICS/12/17/bush.nsa/">say on the phone</a>.   Anybody who knows the Star Wars plot knows this is the first step in getting rid of a pesky republic.  We will give Bush more and more power until he does not need to ask us before he does anything.  He does not want the war to end.  He has so much power and wants more and more.  All they have to do is decide that you are a threat and they can do whatever they want to you.  The Clintons and Gore have all said negative things about his running of the way.  Would that be considered enough for them to listen to their phone calls and see what they type in a search engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/27.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find all sites on single IP with MSN</title>
		<link>http://www.ogletreeseo.com/45.html</link>
		<comments>http://www.ogletreeseo.com/45.html#comments</comments>
		<pubDate>Tue, 10 Jan 2006 08:03:03 +0000</pubDate>
		<dc:creator>ogletree</dc:creator>
				<category><![CDATA[Other Search Engines]]></category>

		<guid isPermaLink="false">http://www.vsns.com/ogletreeseo/wordpress/2006/01/10/03/</guid>
		<description><![CDATA[I read on seoroundtalbe that MSN lets you find all the websites hosted on the same IP. All you do is type in IP: then the IP like ip:64.236.116.57. I thought this was quite neat.]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.seroundtable.com/archives/003089.html">read on seoroundtalbe</a> that MSN lets you find all the websites hosted on the same IP.  All you do is type in IP: then the IP like <a target="_blank" href="http://search.msn.com/results.aspx?q=ip%3A64.236.116.57&#038;FORM=QBRE">ip:64.236.116.57</a>.  I thought this was quite neat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ogletreeseo.com/45.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

