<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>shendison's Gooruze Blog</title>
	<link>http://www.gooruze.com/members/shendison/blog/</link>
	<description>shendison's Gooruze Blog</description>
	<copyright>Copyright 2008 Gooruze</copyright>
	<language>en-uk</language>
		<item>
			<title>Further Beyond the Top 10 SEO Factors</title>
			<author>shendison</author>
			<description>Last week as I was writing &amp;#8220;Beyond the top 10 SEO Factors - http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/&amp;#8221; I realized that it was either going to have to be a novel, or I was going to have to follow up quickly with a second post, which is what this is.
In the case of the suggestions below, some are based on proven facts, and there&amp;#8217;s ...</description>
			<content:encoded><![CDATA[<p>Last week as I was writing &#8220;<a href="http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/" target="_blank">Beyond the top 10 SEO Factors</a>&#8221;  I realized that it was either going to have to be a novel, or I was going to have to follow up quickly with a second post, which is what this is.</p>
<p>In the case of the suggestions below, some are based on proven facts, and there&#8217;s a little bit of theory,  some actually still under debate, but it&#8217;s my belief that they are all accurate, worth the effort, and solidly white hat, and you can count on this page being updated if anything changes.</p>
<p><strong>21. Canonical Issues - The www.vs non www</strong><br />
Google sees subdomains as separate domain names, and the www prefix is just another subdomain. Therefore, it&#8217;s important to remove any possible confusion on their part by eliminating one of the two versions from displaying at all. My own preference is to always use the www.</p>
<p>Inside Google Webmaster tools, you can go to your domain account, then go to Tools and to &#8220;set preferred domain&#8221; which will let them know that you would prefer to use the www.</p>
<p>This step is not enough on its own however, (some people are even skeptical that this works at all) and it&#8217;s best to take care of it at the source, on your server, by simply not allowing the duplicate version to show in the first place.</p>
<p>On an Apache server using mod rewrite, I have placed the following code in MY .htaccess file to eliminate the appearance of the non www version of any page.  You can do the same, (but using your OWN DOMAIN NAME)</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} ^pdxtc.com [NC]<br />
RewriteRule ^(.*)$ http://www.pdxtc.com/$1 [L,R=301]</p>
<p>If you&#8217;re running your domain on a Windows server, see the next item, because just like everything else on a Windows server, it&#8217;s a far bigger pain in the neck.</p>
<p><strong>22. Windows Servers - Canonical issues &amp; Page versions</strong><br />
Besides needing to be rebooted all the time, and being a general pain in the neck to work on, Windows servers have their own unique issues when it comes to canonicalization and content duplication.</p>
<p>Since there&#8217;s no such thing as an .htaccess file, there is no easy and quick fix to the www vs. non www  issue, and there&#8217;s also a whole host of other problems that can come up.</p>
<p>In many cases I have seen websites that have multiple versions of the same page, depending on whether or not capitalization was used in the URL, or depending on which designer may have created any certain<br />
link on the site based on their personal style.</p>
<p>Some designers will use a capital letter for the first letter in a file name, some designers will use capitals for every word  in the file name, and some will make things simple by never capitalizing filenames,  (which is my preference).</p>
<p>For example, these may all be meant to display the same page, but to the search engines they are completely different, they can be the source of the duplicate content, and I&#8217;ve even seen them end up with different PageRank and inbound link counts -</p>
<p>http://www.domain.com/PageName.asp<br />
http://www.domain.com/Pagename.asp<br />
http://www.domain.com/pagename.asp</p>
<p>If you&#8217;re running your site on a Windows server you can resolve these problems by becoming best friends with a program called <a href="http://www.seoconsultants.com/windows/isapi/" target="_blank">ISAPI Rewrite 2.0 - URL Rewriting for Windows Server IIS</a> -</p>
<p>That program will allow you to create and implement the proper rules, to avoid duplication of page names with capital letters, and removal of the www. subdomain issue.</p>
<p>Learning exactly how to use it is your problem though, and I find it far easier to simply avoid hosting on a Windows server altogether <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>23. Bloated Code and Poor Load Times</strong><br />
Besides the obvious, (like not putting high-resolution large photos on your page) there are other things that can slow down the loading of a webpage, and just like most people, search engines absolutely hate slow webpages.</p>
<p>With all of the cool stuff we&#8217;re adding to our sites and blogs these days, including multimedia, tracking software, and even certain forms of advertisements, the code on some websites can become so bloated,<br />
that it overwhelms the actual content in  not only load times, but in actual volume too.</p>
<p>I&#8217;ve looked at the source code of webpages before, and literally had to <em>scroll more than halfway</em> before even getting to the <em>first real word of actual text</em> on the page. This is really a bad thing for the search engines.</p>
<p>I&#8217;m certainly not claiming that I know specifics, like the &#8220;<a href="http://sphinn.com/story/55610" target="_blank">magic ratio of code to text is 17%</a>&#8221; that Google considers to be &#8220;optimal&#8221;, but I do know that having too much code is a serious problem.</p>
<p>Be sure to make use of include files to call your scripts wherever possible, and just <em>clean up or take out all  of your unnecessary code</em>.</p>
<p>Scroll line by line through your templates or pages, and see what can be removed or can be called from an external file. You would really be surprised what you can live without, and how it might speed load times.</p>
<p>A great tool for evaluating your site is a Firefox extension called <a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> , which is  used in conjunction with <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a>.  It&#8217;s detailed analysis can be quite helpful in improving your site performance, without having to guess at various solutions.</p>
<p><strong>24. Intelligent use of  rel= &#8220;nofollow&#8221; - a.k.a. Sculpting</strong><br />
One of the primary ways Google works is that it passes PageRank through link text, from one page to another, and it also assigns relevancy to the landing page based on what words are used for the anchor text, and even what words are surrounding that anchor text.</p>
<p>The more pages on the Web that link to a specific page with a certain phrase, the more Google believes that page is &#8220;important&#8221; and should higher for that phrase.</p>
<p>This is standard operating procedure for Google, and you&#8217;ll know the day that ever changes, <em>because the download page for Adobe Acrobat reader will no longer rank #1 for the phrase &#8220;click here&#8221;.</em></p>
<p>Put simply, some pages simply were not meant to rank, like your site&#8217;s privacy policy, security policy, member login pages, and possibly lots of other things that only exist for the users benefit, but are definitely not something you want to waste your PageRank on.</p>
<p>Therefore, an effective tactic to prevent wasting your &#8220;Link Juice&#8221;,  is the use of the rel= &#8220;nofollow&#8221; tag. Google does not pass PageRank through no followed links, and that&#8217;s why people call no follow tags &#8220;link condoms&#8221;.</p>
<p>Proper implementation of this tag would look like this -<br />
&lt;a href=&#8221;http://www.domain.com/&#8221;  rel= &#8220;nofollow&#8221;&gt;anchor text&lt;/a&gt;</p>
<p>I&#8217;ve always believed that you are far better off ensuring that <em>the only link that&#8217;s followed is one that has the appropriate anchor text</em>. That&#8217;s why on the homepage of my own blog, the permalink title to each post is normal, but the &#8220;read more&#8221; link is  rel= &#8220;nofollow&#8221;.</p>
<p>Some might say this is a completely unnecessary, and in fact it was at Searchfest 2008 that I first heard &#8220;officially&#8221; that the search engines will only follow the first link they come to on a page.</p>
<p>I heard it from Rand Fishkin, and until that point it was always my assumption that unless it was no followed, all links passed juice.</p>
<p>However, even though Rand made it clear that it seems to be  only the first instance of any link on a page was followed, I still don&#8217;t want to risk wasting my PageRank through that incorrect text just in case Rand is wrong, or in case Google changes the rules of the game, so I still use it.</p>
<p>*note - At this point in time, there are some conflicting viewpoints, and conflicting tests about this theory, so be warned that <a href="http://sphinn.com/story/56834" target="_blank">following this link</a> will lead to at least a half hour of reading.</p>
<p>As for me, I&#8217;m still going to rely on my own sculpting, but I&#8217;m making this an official request to <a href="http://blog.seorevolution.com/" target="_blank">Jerry West</a> of Web Marketing Now (my own SEO mentor &amp; the original source for some of these tips) to <strong>please</strong> put his testing staff on this one, and publish the results in <a href="http://www.pdxtc.com/jw" target="_blank">his SEO newsletter</a>.</p>
<p><strong>26. Image Links all nofollowed</strong><br />
Where do your image links go? Are they represented equally by text?  You&#8217;re going to be far better off using  rel= &#8220;nofollow&#8221; on any image links in your header, your menus, or pretty much anywhere else throughout the site, and instead ensuring that the same page you are linking to is represented elsewhere by good anchor text.</p>
<p>This isn&#8217;t &#8220;cheating&#8221; or &#8220;black hat&#8221;, it&#8217;s just good common sense.  If intelligent use of the nofollow attribute is one of the few advanced SEO tactics still available, then why <em>wouldn&#8217;t </em>someone make use of it?   Matt Cutts has already stated publicly  that there&#8217;s no such thing as an &#8220;over optimization&#8221; penalty to Google, so it just seems logical to me.</p>
<p>Also, if Rand Fishkin is correct, (see item 24 above) then this is suddenly even <em>more</em> important, since you&#8217;re not getting any of your own text link love for anything that might be represented by an image on the page that&#8217;s  appearing before a text link.</p>
<p><strong>26. Keep Your Content Updated</strong><br />
On a large website, once a page is created, it can sit for months or even years before anything changes on it at all, and I think this is a mistake.</p>
<p>Adding a dynamic component to your website that will add or change content on regular basis is a good way to freshen your page, and appear to the search engines as if the information is more current.</p>
<p>The easiest way I know of to do this is through the use of RSS feeds, which will allow you to have news or strategic items of interest appear automatically, each time the source is updated.</p>
<p>In an ideal situation, your own original content would be used to change information on these pages. However, the lazy way out is to just use subject relevant industry news feeds from other sources.</p>
<p>A basic example would be the top right section of this blog, where my most recent blog posts freshen the content of every single page on the entire blog.</p>
<p>Another example of this in action, this time delivering more targeted and page relevant content, would be on my <a href="http://www.searchcommander.com/public-speaking/" target="_blank">Search marketing speaker</a> page, where I have the RSS feed of my &#8220;Public Speaking&#8221; category feeding below the contact form.</p>
<p>Every time I add a new post to that particular category of my blog, the content on that speaking page changes, even though I never have to touch it manually.</p>
<p>Depending on how your website is designed there are multiple ways to add RSS feeds, but we created a tool about a year ago that is versatile enough to allow you to <a href="http://www.feedcommander.com/category/free/" target="_blank">add RSS feeds</a> to any website.</p>
<p><strong>27.  Leverage your older links</strong><br />
I guarantee that you would be surprised at how much control you might have over some of the links you have obtained in the past, simply by contacting the webmaster or business in question, and asking them to make a change for you.</p>
<p>Let&#8217;s say you have a link from another local business that is pointing to your homepage, but it just looks like this http://www.domain.com.  Since you already have a relationship with them, and they have recommended you with a link,  do you really think it would be that difficult to get them to give you decent anchor text, or perhaps link to a more relevant (deeper) page in your site?</p>
<p>What about getting them to allow you to provide them with a unique article, giving you perhaps 2 or 3 different inbound links to deeper landing pages with the anchor text of your choice?</p>
<p>It&#8217;s far easier to contact the webmaster of a site that is already linking to you and get them to improve upon your existing link, than it is to try to get a new link.</p>
<p><strong>28. Build links to your links</strong><br />
Have you ever done some link building for your own backlinks? If you have an opportunity to strengthen a page that already has an inbound link to you, then you can make the most of it by linking back to it from your domain and other sites too.</p>
<p>For example, if you&#8217;re a local plumber, and you&#8217;ve gained inbound links from your local Chamber of Commerce and your state Plumbers Association, then take advantage of the opportunity to strengthen those particular pages by sending them inbound links from not only your own domain but from anywhere else you might have the opportunity.</p>
<p>If you&#8217;re writing a profile about yourself or company to display somewhere else on the web, be sure to link not only to your own site, but mention these relevant associations that you belong to and link to your own profile pages.</p>
<p>Boosting the visibility (and PageRank) of any page that already links to you, will then benefit you directly through their links back to you. This is precisely why, on the left side of my blog, in most cases, those &#8220;association&#8221; links go to my individual profile pages, rather than just the homepage of whatever association I&#8217;m linking to.</p>
<p><strong>29. Harvest your own Low Hanging Fruit</strong><br />
Many websites often have desirable rankings lurking on page 2 of the search results, and may not even be aware that they exist. This is because so few people ever click through to page 2, and many bacic stats programs only show the most popular referring key phrases. This is a huge area of missed opportunity.</p>
<p>Determining what phrases your website ranks for on page 2 is made easy with a free tool called SEODigger, which allows you to put in a domain name, then quickly see all of the phrases for which that website ranks, as well as the Wordtracker/Overture data for each phrase.  Typically the results are from data 3 to 5 weeks old, but it can still be very useful for identifying that low hanging fruit.</p>
<p>How do you move a phrase from page 2 to page 1? Well, aside from developing more extra links to those pages with proper anchor text, take a look at the next item for an easy bump.</p>
<p><strong>30. Drink your own Link Juice</strong><br />
Looking back at your old pages, your old blog posts, and even blog categories or archived months, you can typically find pages with decent PageRank that you can exploit to your own benefit.</p>
<p>To spell it out more clearly, I&#8217;m suggesting that you go into some of your older pages, and add or edit some links with good anchor text pointing to critical areas of your own site that you wish to improve.</p>
<p>If you want to know exactly which pages on your website would be best suited for adding your own internal link to another section, then simply use Google to do a site: search for that particular phrase, and Google will tell you by order of those results which are the most valuable.</p>
<p>For example, if I do this search at Google, site:www.searchcommander.com ppc panagement I can see that I have five pages that rank for PPC management (yuck).</p>
<p>By going back in and editing some text links into the content of the other pages, all pointing at my most desirable search result, it&#8217;s highly likely that I can improve my own ranking for that phrase. (But I won&#8217;t, because I hate managing PPC).</p>
<p>(It&#8217;s important to note that if you search your own domain on Google for a phrase, and get no results, then you have a bigger problem.)</p>
<p>Once again, please keep in mind that the items on this list are all just pieces of the pie, and and no single tactic or strategy is going to make or break you.</p>
<p>By combining these items with what&#8217;s in my first two articles, <a href="http://pdxtc.com/seo101/scotts-articles/organic-search/top-ten-seo-factors.html" target="_blank">Top 10 SEO Factors</a> and <a href="http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/" target="_blank">Beyond the Top 10 SEO Factors</a> you should have quite an arsenal that will put you ahead of the competition.   At that point, it should pretty much just be creating great content and generating links that can become your focus.</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/further-beyond-the-top-10-seo-factors/">Further Beyond the Top 10 SEO Factors</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/329873759" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/121624/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/121624/</guid>
			<pubDate>Tue, 08 Jul 2008 07:47:08 -0700</pubDate>
		</item>
		<item>
			<title>Beyond the Top 10 SEO Factors</title>
			<author>shendison</author>
			<description>When I first wrote my article called a proper foundation for search results - http://www.pdxtc.com/200411-seofoundation.htm back in 2004, I admit that really had no idea that there were so many other factors involved in rankings. That article morphed into an entire SEO 101 - http://www.pdxtc.com/seo101 section in 2006, but even that isn&amp;#8217;t complete, because things are always changing, and there&amp;#8217;s ...</description>
			<content:encoded><![CDATA[<p>When I first wrote my article called <a href="http://www.pdxtc.com/200411-seofoundation.htm" target="_blank">a proper foundation for search results</a> back in 2004, I admit that really had no idea that there were so many other factors involved in  rankings. That article morphed into an entire <a href="http://www.pdxtc.com/seo101" target="_blank">SEO 101</a> section in 2006, but even that isn&#8217;t complete, because things are always changing, and there&#8217;s always more to learn.</p>
<p>What follows here are 10 more search ranking factors for the intermediate level SEO, and should be easy to understand.  However, please leave any questions or comments for clarification, or feel free to offer more input if you like&#8230;</p>
<p><strong>11. Robots.txt - </strong><br />
The robots.txt file has become a standard way of giving instructions to the search engines concerning your website, and it&#8217;s also an effective way of telling them where your XML site map is. You can read a lot more <a href="http://www.robotstxt.org/robotstxt.html" target="_blank">about the robots file here</a> but the most important thing to remember, is simply that you need to have one.</p>
<p>If you have a robots.txt file, then your site won&#8217;t be generating 404 errors every time the search engines look for the file, and fewer 404 errors are a good thing.</p>
<p>A typical robots.txt file will show the spiders the location for the XML site map, and then disallow any directories that the site owner doesn&#8217;t want crawled, by either all spiders, or just certain user agents. For example, the following three lines may constitute an entire robots file:</p>
<p>Sitemap: http://www.pdxtc.com/sitemap.xml<br />
User-agent: *<br />
Disallow: /cgi-bin</p>
<p>If you&#8217;re not comfortable with the syntax, here is a free tool for <a href="http://www.sitemapdoc.com/" target="_blank">generating your own Robots file</a>&#8230;</p>
<p><strong>12. Use an XML Sitemap -</strong><br />
The XML site map has become the de facto standard for ensuring all that of your pages get crawled. There are multiple free utilities and websites available for creating your XML site map, like&#8230;<br />
<a href="http://www.xml-sitemaps.com/" target="_blank">http://www.xml-sitemaps.com/</a><br />
<a href="http://www.auditmypc.com/free-sitemap-generator.asp" target="_blank">http://www.auditmypc.com/free-sitemap-generator.asp</a><br />
<a href="http://www.sitemapdoc.com/" target="_blank">http://www.sitemapdoc.com/</a><br />
but you need to keep in mind that this is<em> NOT</em> the same thing as number 7 in my <a href="http://www.pdxtc.com/seo101/scotts-articles/organic-search/top-ten-seo-factors.html" target="_blank">top 10 SEO factors</a>; a static site map.</p>
<p>No human will likely ever look at this file, and instead, you will upload it to your website, and then &#8220;tell&#8221; the search engines that it exists via your robots.txt file, and by manually submitting it through Google&#8217;s Webmaster tools.</p>
<p><strong>13. Permanent 301 Redirects -</strong><br />
The actual file names (pagename.html) should not be changed if it can be avoided, and pages &amp; sections should <strong>NEVER</strong> be deleted entirely from your website  without redirecting spiders and humans to another page on your site.</p>
<p>Missing pages create 404 (page not found) errors, so it&#8217;s important to do a permanent redirect (301) to a similar or corresponding area of your website.</p>
<p>For example if you sell widgets, and a particular model of blue widgets is no longer carried, don&#8217;t just delete the page, but instead created 301 redirect pointing back to your blue widget category. This retains the value of any inbound links you may have obtained for that product, and prevents pages from showing up in the searc hindex that no longer exist.</p>
<p><strong>14. Avoid 404 errors - </strong><br />
This item is more theoretical than fact, but nowadays, (especially with Google), &#8220;trust and credibility&#8221; weigh heavily in your ranking factors. Therefore, it&#8217;s my belief that the search engines do not look favorably upon sites with continual 404 errors.</p>
<p>If you are constantly changing your website, and visitors or spiders are coming up with 404 errors on a regular basis, then it&#8217;s possible (and I believe, likely) that the search engines could see that as &#8220;somewhat flaky&#8221; and lower your ranking.  Again I have no proof here, but to me it&#8217;s logical, and I&#8217;ve always insisted that 404 errors be taken care of when evaluating a website.</p>
<p>There are tools you can use to find broken links, which are the most common source of 404 errors, and my preferred tool of choice is called <a href="http://home.snafu.de/tilman/xenulink.html" target="_blank">Xenu Link Sleuth</a>. You can also look at your own internal stats program to see what 404 errors may be getting generated, and while Google analytics does NOT show you your 404 errors, (how stupid is that?) most likely, your own web hosting internal web statistics do.</p>
<p>It&#8217;s important to track down and eliminate your 404 errors by either fixing the broken link, replacing the missing file(s), or by adding a 301 redirect for the missing URL to another relevant area of your site.</p>
<p><strong>15. DocType statement in .html code -</strong><br />
Some people may think this is silly, but I&#8217;ve seen it help before.  At the very top of your code, I recommend placing a DOCTYPE statement in the HTML code. A DOCTYPE statement in an HTML document declares the document type and level of HTML syntax. While no human visitor will ever see this, the statement is read by Web browsers, software, and even search engine spiders.</p>
<p>Again, this may be more theory than fact, but I can tell you that in my experience, with all other things being equal, a webpage with this statement will outrank a page without it more often than not.</p>
<p>If you care to learn more about the technical aspects of this DOCTYPE statement,  <a href="http://www.december.com/html/tutor/doctype.html" target="_blank">read this</a>, but otherwise feel free to &#8220;view source&#8221; here on my site and see what one looks like.</p>
<p><strong>16. Valid .html code -</strong><br />
Requiring valid HTML code in my opinion is <em>way overrated as a search ranking factor</em>, but it is still worth looking at to catch the biggest errors.</p>
<p>If you really want to drive yourself crazy, and ensure hours and hours of work for your Web developer, then you insist that all of your code is &#8220;valid&#8221; when run through a validator such as the <a href="http://validator.w3.org/" target="_blank">W3C validator tool</a>.</p>
<p>It has been my experience that minor errors showing up here will not affect your ranking, however, I do believe that it is still a good idea to run your site through this validator, so that you can pick up any glaring or dramatic errors.</p>
<p>Most web developers, when shown the list of errors that will undoubtedly appear, will be able to cherry pick their way through them and fix a large quantity.  Sometimes these errors can be major, and fixing them can be done easily, and doing so can improve your search rankings.</p>
<p>Other times these errors can be minor, take hours and hours to track down, and in the end they&#8217;ll have no significant impact on your search rankings.</p>
<p>My recommendation is to verify that major errors get cleaned up, and simply ignore the rest, unless your goal is just to keep a web developer busy digging through the code.</p>
<p><strong>17. Clean URL&#8217;s - </strong><br />
Try to stay away from using long URL strings that contain ugly characters, and make no sense to humans. While the search engines have gotten far better at spidering and indexing them, people are still wary of clicking on them.</p>
<p>Whenever possible, try to use relevant keywords in your page names and directory names, and separate them by dashes, rather than the underscore character.</p>
<p>There is some evidence that doing so can improve your ranking for individual phrases, but there&#8217;s even more evidence showing that you are <em>far more likely to get a click through</em> when someone can tell that the URL is relevant to their search. Furthermore, as people share URLs via emails and bookmarks, &#8220;people friendly&#8221; URL&#8217;s are again, far more likely to get the click.</p>
<p>To illustrate, let me ask you which you of the following two URLs are you more likely to click on, if someone sends you a link, or you see them in a search result?</p>
<p>http://www.domain.com/1743233_uld.asp/cid=7344/?item=4330<br />
or<br />
http://www.domain.com/perfect-shirt-red/</p>
<p><strong>18. Avoid Session ID&#8217;s - </strong><br />
While this is related to the previous item, clean URLs, it&#8217;s worth mentioning on its own. If you have a website that sells something, it&#8217;s likely that your users may be assigned session IDs when they visit for tracking purposes.</p>
<p>A session ID is appended to the URL, and makes a new or temporary set of URLs for the users entire visit. This can be excellent for monitoring site visitor statistics and user behavior, but can be detrimental to your search rankings, if your system is assigning session IDs to the search engine crawlers as well.</p>
<p>You need to ensure that session ID&#8217;s are not being assigned to search engine robots that are visiting your website, and to stop it,  <a href="http://www.seomoz.org/blog/controlling-search-engine-access-with-cookies-session-ids" target="_blank">have your developer read this</a></p>
<p><strong>19. Site Structure - </strong><br />
Your site should have a logical structure, with individual sections or categories for specific types of information and products. Doing so will allow users to easily determine where they are at any given time, it allows the search engine spiders to see a well-organized site,  and it also allows you to develop your site in a &#8220;theme based&#8221; manner when it comes to adding content and developing inbound links.</p>
<p>A quick example would be that if your website sells cars, you have your top-level pages, including home, about us, contact, new cars, and used cars.</p>
<p>Underneath your new cars and used cars categories, you can break it down into brands, years and models, and as you get to specific cars, you would have photos, spec sheets etc about each given car.</p>
<p>Different search marketers call this type of structure something different, but setting things up this way creates a nice <a href="http://www.bruceclay.com/newsletter/volume29/themepartone.html " target="_blank">&#8220;Pyramid&#8221; or &#8220;Theme&#8221; or &#8220;Silo&#8221; structure</a> to your website that lends itself to excellent search rankings.</p>
<p>Using a graphic tool for charting your websites structure is an excellent way to visualize what your site structure looks like, and for that <a href="http://www.mindomo.com" target="_blank">I use Mindomo</a></p>
<p><strong>20. Page file size-</strong><br />
Just like your actual web visitors, the search engines like pages that load quickly, and don&#8217;t make them wait for files &amp; graphics to download. Keep your entire page size as small as possible, and I prefer to see most be under 100k total. The faster they load, the better.</p>
<p>Web developers and graphic artists frequently want to impress visitors and clients with their graphics or their flash files, but great care should be taken to make sure that a balance is achieved between how a page looks, and how long it takes to load.</p>
<p>You have to remember that pages are over 150K are often not even fully cached by the search engines, and Google considers page loading time so important that it has now become <a href="http://adwords.blogspot.com/2008/06/landing-page-load-time-now-affects.html" target="_blank">a factor for Googles Ad Words quality score</a>.</p>
<p>They know that user response to slow loading pages produces a negative experience, so they are actually making you pay more for the slow loading pages, so it&#8217;s logical that this would extent to organic serps, as they try to improve the user experience.</p>
<p><strong>To be continued</strong> -<br />
This certainly isn&#8217;t everything but it&#8217;s a good start, so this article <span style="text-decoration: line-through;">will be continued</span> has been continued, with <a href="http://www.pdxtc.com/wpblog/seo/further-beyond-the-top-10-seo-factors/" target="_blank">10 more advanced SEO tips</a>.<span style="text-decoration: line-through;"><br />
</span></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/">Beyond the Top 10 SEO Factors</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/323303251" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/121423/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/121423/</guid>
			<pubDate>Mon, 30 Jun 2008 07:58:49 -0700</pubDate>
		</item>
		<item>
			<title>Portland Online Marketing Summit</title>
			<author>shendison</author>
			<description>It&amp;#8217;s not often that a world-class Internet marketing event comes to Portland, but on August 5th, I&amp;#8217;ll be at the Online Marketing Summit - http://www.onlinemarketingsummit.com/portland/default.php, taking place here at the Portland zoo.
Whether you&amp;#8217;re looking for best practices in search marketing or e-commerce, analytics and measurement, testing and behavior targeting, or even e-mail marketing, there&amp;#8217;s bound to be sessions that will ...</description>
			<content:encoded><![CDATA[<p>It&#8217;s not often that a world-class Internet marketing event comes to Portland, but on August 5th, I&#8217;ll be at the <a rel="nofollow" href="http://www.onlinemarketingsummit.com/portland/default.php" target="_blank">Online Marketing Summit</a>, taking place here at the Portland zoo.</p>
<p>Whether you&#8217;re looking for best practices in search marketing or e-commerce, analytics and measurement, testing and behavior targeting, or even e-mail marketing, there&#8217;s bound to be sessions that will educate and enlighten key members of your staff.</p>
<p>If your company is a member of SEMpdx, you can get a discount on attendance too, by visiting the SE <a href="http://www.semportland.com/sempdx-member-discounts/" target="_blank">SEMpdx member discount page</a>.</p>
<p>Take a look at the agenda, and I hope to see you there!</p>
<p style="text-align: center;"><img class="aligncenter" style="margin: 5px; vertical-align: middle; border: 0px;" src="http://www.pdxtc.com/wpblog/wp-content/uploads/2008-oms-agenda.jpg" alt="" width="487" height="1453" /></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/general-interest/portland-online-marketing-summit/">Portland Online Marketing Summit</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/320613528" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/121313/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/121313/</guid>
			<pubDate>Thu, 26 Jun 2008 08:45:23 -0700</pubDate>
		</item>
		<item>
			<title>SEO Review - PrecisionNorthwest.com</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/This is a regional remodeling and construction firm located in Vancouver Washington. I covered most of the basics from my SEO101 area, and pointed out an error in the robots.txt file. I hope you find this helpful, and if you have any questions at all please be sure to leave them here, so that everyone may benefit.
Original content ...</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/" rel="bookmark" title="Watch Video for: SEO Review - PrecisionNorthwest.com"><img src="http://frame.revver.com/frame/170x128/990389.jpg" width="170" /></a></div><p>This is a regional remodeling and construction firm located in Vancouver Washington. I covered most of the basics from my SEO101 area, and pointed out an error in the robots.txt file. I hope you find this helpful, and if you have any questions at all please be sure to leave them here, so that everyone may benefit.</p>
<span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/">SEO Review - PrecisionNorthwest.com</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/320078844" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/121281/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/121281/</guid>
			<pubDate>Wed, 25 Jun 2008 16:30:59 -0700</pubDate>
		</item>
		<item>
			<title>10 Commandments of WordPress</title>
			<author>shendison</author>
			<description>Over the past couple of years, we&amp;#8217;ve become quite dependent upon WordPress because of the versatility of this open source management system, allowing us to do nearly anything we can imagine.
In many cases WordPress can be a good supplement to existing website, allowing users to easily add and manage search engine friendly content without the need of the Web designer.
In ...</description>
			<content:encoded><![CDATA[<p>Over the past couple of years, we&#8217;ve become quite dependent upon WordPress because of the versatility of this open source management system, allowing us to do nearly anything we can imagine.</p>
<p>In many cases WordPress can be a good supplement to existing website, allowing users to easily add and manage search engine friendly content without the need of the Web designer.</p>
<p>In other cases, entire project  developments can be done in WordPress, allowing the site to be managed well by non-technical users, with all of the &#8220;SEO&#8221; aspects happening in the background.</p>
<p>In addition to recommending WordPress for clients, we&#8217;ve built dozens of our own affiliate websites on the platform, and have even launched a separate business, <a href="http://www.getwordpressed.com/about/site-matched-themes-wordpress-conversions/" target="_blank">matching WordPress themes to the look and feel</a> of existing sites.</p>
<p>Regardless of what the purpose of the WordPress site is going to be, or what particular plug-ins may help the owner meet those needs, there are some fundamental steps that need to be taken regarding WordPress, and I&#8217;ve outlined them for you here.</p>
<p><strong>1. Host on your own domain</strong><br />
The free version of Wordpress that&#8217;s hosted at Wordpress.com is fine for familiarizing yourself with the functionality of writing posts and trying it out, but I recommend never using it for anything permanent. Here are just a few of the reasons&#8230;</p>
<p>On Wordpress.com hosted sites, you cannot use any plugins, since you have no FTP access. That means that you can&#8217;t use any of the cool things that have been developed, or any of the things that will be developed next.</p>
<p>Even though you own the content, you can&#8217;t monetize the site with ads, since it&#8217;s against WordPress rules.</p>
<p>Most important of all, since you don&#8217;t own the domain, if you one day decide that you&#8217;d like to host on your own domain, you can&#8217;t 301 redirect all of your old URL&#8217;s to your new location.</p>
<p><em>After you install WordPress -</em></p>
<p><strong>2. Change the Admin Password -</strong><br />
Change your administrator password immediately after installation. Sometimes things are just flaky, and the admin email doesn&#8217;t arrive for hours,  and in some cases, it never arrives.</p>
<p>I&#8217;ve also seen servers where the &#8220;lost / change password&#8221; function doesn&#8217;t work either. There is no way you&#8217;re ever going to remember that autgenerated password, so as soon as you see the splash screen showing you a successful install and the password, log right in and change it to a familiar and<br />
secure one that you can remember.</p>
<p><strong>3. Change your permalink structure</strong><br />
Search engines have gotten much better about crawling dynamic URL&#8217;s but it&#8217;s my belief that it&#8217;s still slightly beneficial to have keywords in them.</p>
<p>Not to mention that search engines are far less important than actual humans, aren&#8217;t they?   Let&#8217;s face it - People are more likely to share and click on links that have decent URL&#8217;s, where they can tell what the item is about. For example, which of these two URL&#8217;s would attract your interest?</p>
<p><em>http://www.domain.com/free-superbowl-tickets </em>or<br />
<em> http://www.domain.com/?p=32 ?</em></p>
<p>There are many options for permalinks, but my choice is this&#8230;<br />
%category%/title%</p>
<p>Change by going to options - permalinks - and paste that code into the bottom line.  If you get a message telling you that you need to update your HT access, then you should either do that manually,  or simply change the permissions (CHMOD) for your .htaccess file so it&#8217;s writable.</p>
<p>If for some reason your posts don&#8217;t work after that just returned to the options section and recheck the default box, putting it all back to normal while you troubleshoot.</p>
<p><strong>4. Make your display decisions - </strong><br />
If you&#8217;re using WordPress as a static site, then you need to decide whether you want to display your most recent articles (posts) on the homepage, or you want to have a separate homepage, and display your blog posts elsewhere. These options are chosen in WordPress admin at the settings - reading menu.</p>
<p>By default the homepage will show your latest posts, but if you prefer, you can choose to select a static page as your homepage, and a different page to show your posts.</p>
<p>Of course if you choose this latter option then you&#8217;ll first need to go create a new page as &#8220;Home&#8221;, and probably create a &#8220;news and articles&#8221; page as well, for the blog posts. You can also use the existing About page that comes added by default,  but if you do that, I recommend you change the permalink for it as well.</p>
<p><strong>5. Edit your title tag preferences - </strong><br />
(THIS IS THEME SPECIFIC)<br />
By default, the WordPress titles are sort of weird. To better optimize them, here&#8217;s my solution. Just replace the &lt;title&gt; calls in header.php of your theme with the following code&#8230;</p>
<p>&lt;title&gt;&lt; ?php if ( is_single() ) { ?&gt;&lt; ?php } ?&gt;&lt; ?php wp_title(&#8221;); ?&gt; &lt; ?php if (is_home()) { ?&gt;&lt; ?php } else { ?&gt; | &lt; ?php } ?&gt; &lt; ?php bloginfo(&#8217;name&#8217;); ?&gt; &lt;/title&gt;</p>
<p>This does a couple of things -<br />
a. It places the individual post title at the beginning of the tag</p>
<p>b. It adds  a &#8220;pipe&#8221; character | , or you might prefer to use a dash instead, but either one will have the desired effect of separating the title of the post from the title of the blog.</p>
<p>c. It gets rid of the &gt;&gt;blog archive &gt;&gt; that ends up going into many of the Wordpress URLs</p>
<p><strong>6. Change or delete &#8220;Hello World&#8221; post, permalink, and comment - </strong><br />
The first post that is installed by default for you is called &#8220;Hello World&#8221;. If you do a search on Google for &#8220;Hello World&#8221; or &#8220;Welcome to Wordpress, this is your first post&#8221; and you&#8217;ll see how many people don&#8217;t even do that first part.</p>
<p>I also recommend changing the permalink to that post, which otherwise,  will forever read /hello-world no matter WHAT the actual post title gets changed to. This is easily done on the right of the edit post screen.</p>
<p><strong>7. Change &#8220;Uncategorized&#8221; category &amp; permalink</strong><br />
By default, the name AND permalink to the first category is &#8220;uncategorized&#8221;, so you want to change that, by going to Manage &gt; Categories in the admin panel.  Be sure to choose  a good master category name that will cover your bases for the occasional post you accidentally leave uncategorized, since this will become the default.</p>
<p>You&#8217;ll also want to be certain to edit the permalink at the same time, since that category is going to become a part of the URL.</p>
<p><strong>8. Change &#8220;About&#8221; page title &amp; Permalink</strong><br />
Depending on how you use static pages in your blog, this may not be necessary, but for me, it can&#8217;t be overlooked. Since I frequently use Wordpress for static sites, the first thing I dio is go to the edit &gt; pages - and change the title of &#8220;About&#8221; to Home, and make it the home page. Unless I forever want the permalink to be, /about I change that at the same time to home.</p>
<p><strong>9. Update your ping list</strong><br />
Every time a new page or post is added, WordPress can notify multiple services that you have new content. Doing so will be spidered and visited more frequently improving your rankings. These options can be found in the Admin section,  by going to settings &gt; writing, and scrolling to the bottom.</p>
<p>Instead of using just the one service provided by default, (Pingomatic), I prefer to paste about 100 known and functional ping sites in the list, and I&#8217;ve made my entire <a href="http://www.getwordpressed.com/learning-wordpress/the-big-wordpress-ping-list/" target="_blank">WordPress big ping list</a> available</p>
<p><strong>10. Install your first plugin - BACKUP</strong><br />
This takes under 60 seconds, and can potentially save you a lot of misery. After the blog is going, I like to use the Wordpress automatic backup plug-in, that will email your entire database to you on a regular basis, and even keep a copy on the server too - <a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">Download it here</a></p>
<p>Some people may argue that blocking or nofollowing your monthly archives (or even your category archives) belongs on this list,  but I think those choices are to be made on an individual basis, and chose not to include them on this list. Personally, I have not blocked either one on my blog, and Google seems to be figuring it out just fine.</p>
<p>It&#8217;s only after all these steps above are done that I&#8217;s recommend beginning to make your plugin choices and installing them.  Since there are literally hundreds of plugins that are rock solid, and will make Wordpress do amazing things, I&#8217;m not going to get into them here.</p>
<p>I will say though, that If you want your site to be found, and you want it to perform well, then you need to do some reading. Talented developers all over the world are creating little miracle plug-ins every day, and you should make your choices wisely, and do lots of homework&#8230;</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/">10 Commandments of WordPress</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/319746306" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/121255/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/121255/</guid>
			<pubDate>Wed, 25 Jun 2008 07:23:41 -0700</pubDate>
		</item>
		<item>
			<title>SMX Advanced 2008 - Was it Worth the Trip?</title>
			<author>shendison</author>
			<description>In a word - yes. I finally just completed my post about attending the SMX Advanced conference - http://searchmarketingexpo.com/advanced/2008/full_agenda.php in Seattle. It was long overdue, having been nearly a week since I returned, but I have lots of other priorities right now including wrapping up my end of month client reporting, and attending games and practices for both of my ...</description>
			<content:encoded><![CDATA[<p>In a word - yes.  I finally just completed my post about attending the <a href="http://searchmarketingexpo.com/advanced/2008/full_agenda.php" target="_blank">SMX Advanced conference</a> in Seattle. It was long overdue, having been nearly a week since I returned, but I have lots of other priorities right now including wrapping up my end of month client reporting, and attending games and practices for both of my kids baseball teams.</p>
<p>I had every intention of posting the wrapup here, but frankly, the SMX blog gets a lot more exposure in the Internet marketing community than I do, and I thought it was pretty good, so that&#8217;s where I&#8217;ve put it.</p>
<p>I&#8217;ve got four or five half finished posts that I would like to get up, along with nearly 20 barely begun ideas sitting in my Wordpress drafts, but I just don&#8217;t seem to have the time. Maybe someday I&#8217;ll have the luxury of writing all day long, but in the meantime, I&#8217;m doing my best&#8230;</p>
<p>Maybe I&#8217;ll get lucky, and <a href="http://www.mattcutts.com/blog/" target="_blank">Matt Cutts</a> will answer these questions I posed in #9&#8230;</p>
<blockquote>
<ol>
<li>Does the age of the anchor text matter? - It&#8217;s long been established practice to review your own inbound link profile, and go back to some of your old partners, and try to get the anchor text changed, but might that be &#8220;resetting the clock&#8221; somehow? Bad idea?</li>
<li>Does changing the URL of an inbound link matter? - If you can somehow actually get a link partner to change the inbound link text, then it&#8217;s probably no more difficult to get them to change the target. Anyone that&#8217;s tried it has seen that help in the past. However, does changing the target URL to a deeper link but would that &#8220;reset the clock&#8221; somehow?</li>
<li>What about changing the domain entirely for that old link? Does that &#8220;reset the clock&#8221; too?</li>
</ol>
</blockquote>
<p>Please head over to the SEMpdx blog, and read my <a href="http://www.semportland.com/events/smx-advanced-2008-top-10-nuggets-of-knowledge/" target="_blank">SMX Advanced Top 10 nuggets of knowledge</a>, and if you like it, please be sure give it a <a href="http://www.sphinn.com" target="_blank">Sphinn</a>!</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/events/smx-advanced-2008-was-it-worth-the-trip/">SMX Advanced 2008 - Was it Worth the Trip?</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/309718580" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/120819/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/120819/</guid>
			<pubDate>Wed, 11 Jun 2008 08:54:17 -0700</pubDate>
		</item>
		<item>
			<title>Site Review - Potomac-Writing-Service.com</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/This is a website for authors, copywriters and editing help, that is missing a couple of the key fundamentals that I outline in my SEO101 - http://pdxtc.com/seo101 section. The review is just 12 minutes long, but provides important information to the site owner.
No Video Responses have been posted yet.Click here to post a video response. - http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/#respond
Original content ...</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/" rel="bookmark" title="Watch Video for: Site Review - Potomac-Writing-Service.com"><img src="http://frame.revver.com/frame/170x128/897607.jpg" width="170" /></a></div><p>This is a website for authors, copywriters and editing help, that is missing a couple of the key fundamentals that I outline in my <a href="http://pdxtc.com/seo101">SEO101</a> section. The review is just 12 minutes long, but provides important information to the site owner.</p>
<h3>No Video Responses have been posted yet.</h3><p><a href="http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/#respond">Click here to post a video response.</a></p><span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/">Site Review - Potomac-Writing-Service.com</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/293772019" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/120156/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/120156/</guid>
			<pubDate>Mon, 19 May 2008 14:00:59 -0700</pubDate>
		</item>
		<item>
			<title>Website Review - slmediasource.com</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/The owner of this site wants to be found for more &amp;#8220;Second Life&amp;#8221; related search terms, and In the 10 minute video I offer some intermediate level suggestions that may help with overall visibility.
Original content from: Search Commander Blog - http://www.pdxtc.com/wpblog
Website Review - slmediasource.com - http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/" rel="bookmark" title="Watch Video for: Website Review - slmediasource.com"><img src="http://frame.revver.com/frame/170x128/892063.jpg" width="170" /></a></div><p>The owner of this site wants to be found for more &#8220;Second Life&#8221; related search terms, and In the 10 minute video I offer some intermediate level suggestions that may help with overall visibility.</p>
<span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/">Website Review - slmediasource.com</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/292045514" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/120087/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/120087/</guid>
			<pubDate>Fri, 16 May 2008 19:59:59 -0700</pubDate>
		</item>
		<item>
			<title>SEMpdx Featuring Matt McGee Tuesday</title>
			<author>shendison</author>
			<description>I&amp;#8217;m honored to be a part of next tuesday evenings SEM Hotseat - http://www.sempdx.org/Events/, because we have another guest star coming in from out of town to speak.
I&amp;#8217;m going to go out on a limb and risk embarrassment by admitting that I did not recognize the name Matt McGee - http://www.smallbusinesssem.com/about-small-business-sem/ when Todd Mintz - http://www.sempdx.org/Events/Sponsor_Bios/Todd_Mintz/ mentioned him about 18 ...</description>
			<content:encoded><![CDATA[<p>I&#8217;m honored to be a part of next tuesday evenings <a href="http://www.sempdx.org/Events/" target="_blank">SEM Hotseat</a>, because we have another guest star coming in from out of town to speak.</p>
<p>I&#8217;m going to go out on a limb and risk embarrassment by admitting that I did not recognize the name <a href="http://www.smallbusinesssem.com/about-small-business-sem/" target="_blank">Matt McGee</a> when <a href="http://www.sempdx.org/Events/Sponsor_Bios/Todd_Mintz/" target="_blank">Todd Mintz</a> mentioned him about 18 months ago in a discussion about &#8220;people we&#8217;d like to get to Portland some day&#8221; while we were at an <a href="http://www.sempdx.org/" target="_blank">SEMpdx</a> board meeting.  (Sorry Matt <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Even Todds s mention of <a href="http://www.smallbusinesssem.com/" target="_blank">Small Busines SEM</a> didn&#8217;t directly ring a bell, although once I saw the graphics I recognized it as something I had indeed read before, and  was looking forward to meeting him.</p>
<p>Since hearing his name for the first time, I&#8217;ve seen Matt speak twice, and hung out with him at <a href="http://www.pdxtc.com/wpblog/google/matt-cutts-attacks-graywolf-after-ses-session/" target="_blank">SES San Jose</a>, at <a href="http://www.pdxtc.com/wpblog/conferences/pubcon-2007-nuggets/" target="_blank">Pubcon 2007</a> (was it twice?) at <a href="http://www.pdxtc.com/wpblog/technology-articles/smx-pre-show-party/" target="_self">SMX Advanced in Seattle</a> I think, and most recently here at Portlands&#8217;  <a href="http://www.pdxtc.com/wpblog/local-news/searchfest-2008-signup-is-live/" target="_blank">SearchFest 2008</a>.</p>
<p>Unfortunately for me, I did not get to hear his SearchFest presentation because I was presenting in the other room and I really wanted tobecause he had recently released something he called the <a href="http://www.smallbusinesssem.com/the-seo-success-pyramid/971/" target="_blank">SEO Success Pyramid</a>.</p>
<p>On my long-time list of &#8220;things I should do&#8221; was to create something like that , which provided a fantastic graphical overview of things you must do, complete with visuals. You can download a <a href="http://www.smallbusinesssem.com/img/pyramid-print.jpg" target="_blank">full color copy</a> here.</p>
<p>Next Tuesday is a rare opprtunity to meet Matt in person, and be treated to his knowledge and expertise in his presentation. Afterward, I&#8217;m honored to get to be on the panel with him, as we present another round of SEM Hot Seat.</p>
<p><strong>Where? When? How Much?</strong><br />
Next Tuesday night 5/20/08 at the Hotel deLuxe from 6 to 8pm, with the after hours party at&#8230; ?</p>
<p><a href="http://www.sempdx.org/Events/?launch_pg=EventPage&amp;launch_sel=1000156&amp;launch_pg_sp=true&amp;title=May+2008+Hot+Seat+%2B+Matt+McGee+%26amp%3B+The+SEO+Success+Pyramid" target="_blank">Find out more, and register here</a> and if you&#8217;re going, please drop a comment here, or be sure to say hello.</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/public-speaking/sempdx-featuring-matt-mcgee/">SEMpdx Featuring Matt McGee Tuesday</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/291959664" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/120086/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/120086/</guid>
			<pubDate>Fri, 16 May 2008 16:25:42 -0700</pubDate>
		</item>
		<item>
			<title>Social Convergence is Coming FAST</title>
			<author>shendison</author>
			<description>Google, Facebook and Myspace have all made announcements this month that continue to lead us down the road of social convergence.
Advertising Age magazine just published an article called, &amp;#8220;A Web-Wide social network - http://adage.com/digital/article?article_id=127012&amp;#8220;, and it&amp;#8217;s really worth a read for clients that don&amp;#8217;t get it many people that are in &amp;#8220;social denial&amp;#8221; and still think the answer to everything ...</description>
			<content:encoded><![CDATA[<p>Google, Facebook and Myspace have all made announcements this month that continue to lead us down the road of social convergence.</p>
<p>Advertising Age magazine just published an article called, &#8220;<a href="http://adage.com/digital/article?article_id=127012" target="_blank">A Web-Wide social network</a>&#8220;, and it&#8217;s really worth a read for <span style="text-decoration: line-through;">clients that don&#8217;t get it</span> many people that are in &#8220;social denial&#8221; and still think the answer to <strong><em>everything</em></strong> is going to be found in higher search engine rankings.  That&#8217;s very short sighted, in my opinion.</p>
<p>I think that if you really value your business over the years to come, and you have the foresight to look past next months SERPs and your sales figures, then it&#8217;s really helpful to understand how all this stuff is going to continue to morph your world as you know it.</p>
<p>At the <a href="http://www.pdxtc.com/wpblog/education/elite-retreat-2008-day-1/" target="_blank">Elite Retreat</a> in San Francisco, <a href="http://en.wikipedia.org/wiki/Matt_Mullenweg" target="_blank">Matt Mullenweg</a> of <a href="http://www.wordpress.org" target="_blank">Wordpress</a> and <a href="http://automattic.com/" target="_blank">Automattic</a> talked about where he thought things were going to go in the future, and what he envisioned for his company and for the evolution of Wordpress.</p>
<p>He explained that in the same way most of us began with AOL, (or in my case, Prodigy), he thought that today&#8217;s communities that we&#8217;re all joining, like <a href="http://www.myspace.com" target="_blank">MySpace</a> and <a href="http://www.facebook.com" target="_blank">Facebook</a>,  are all just temporary placeholders, until  better options become available.</p>
<p>True sharing of information and data becoming available across common websites and platforms (like Wordpress for example) is going to change the way our kids look at things.   Do you think they&#8217;re going to have the patience to sit down and fill out 35 profiles? Highly unlikely, wouldn&#8217;t you say?</p>
<p>In the lower right side of my blog you&#8217;ll see a social community called <a href="http://www.mybloglog.com" target="_blank">My Bloglog</a>, where people that choose to share and show their information will appear on my site with photos,   and I would appear on theirs, and it&#8217;s all pretty cool.  If anyone wants to find out more about a particular visitor, they can go to his profile and find it.</p>
<p>Another example or this sort of &#8220;interconnected sociality&#8221; that I&#8217;m using on this blog would be the <a href="http://en.gravatar.com/site/implement/wordpress" target="_blank">Gravatar plugin</a>, which stands for Globally Recognized Avatars.</p>
<p>This means that anyone who&#8217;s Gravatar member that comments on this blog instantly has their picture up here by their comment, allowing for true sharing of information.  Gravatar Accounts are free, and you can <a href="http://en.gravatar.com/site/signup" target="_blank">sign up for one here</a>.  There are no real profile pages there to speak of, but I would guess there&#8217;s something in the works.</p>
<p>The author of the Advertising Age story, Abbey Klassen, quotes another blogger talking about how &#8220;<a href="http://blogs.forrester.com/charleneli/2008/03/the-future-of-s.html" target="_blank">social networks will be like air</a>, saying this&#8230;</p>
<blockquote><p>&#8220;I thought about my grade-school kids, who in 10 years will be in the midst of social network engagement. I believe they (and we) will look back to 2008 and think it archaic and quaint that we had to go to a destination like Facebook or LinkedIn to &#8216;be social.&#8217;</p></blockquote>
<p>Even if you don&#8217;t have time to read the whole article, then I recommend you at least scroll to the part where it says &#8220;<a href="http://adage.com/digital/article?article_id=127012" target="_blank">Listen Up Marketers</a>&#8220;, because this is affecting our future faster than we think.</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/social-networking/social-convergence-is-coming-fast/">Social Convergence is Coming FAST</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/289728577" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119993/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119993/</guid>
			<pubDate>Tue, 13 May 2008 14:42:21 -0700</pubDate>
		</item>
		<item>
			<title>Virus in a Wordpress Post</title>
			<author>shendison</author>
			<description>I was at a friends home a couple of weeks ago, and he was complaining about a virus on his computer. Try as he might, he could not get rid of this virus. I total look and thought I was able to remove it, but he said that the next day it came back.
Ultimately he ended up having a local ...</description>
			<content:encoded><![CDATA[<p>I was at a friends home a couple of weeks ago, and he was complaining about a virus on his computer.  Try as he might, he could not get rid of this virus. I total look and thought I was able to remove it, but he said that the next day it came back.</p>
<p>Ultimately he ended up having a local computer repair person come out, who cleaned up his system and a couple of hours and the problem went away., but today,we talked by phone, and he told me he got the warning again when he viewed his own blog.</p>
<p>I took a look at his blog and here&#8217;s what I saw -</p>
<p><a href="http://www.pdxtc.com/wpblog/wp-content/uploads/wp-virus-memo1.jpg"><img class="aligncenter size-full wp-image-686" title="wp-virus-memo1" src="http://www.pdxtc.com/wpblog/wp-content/uploads/wp-virus-memo1.jpg" alt="" width="374" height="294" /></a></p>
<p>Interesting! I recognize the IP address from the file that I couldn&#8217;t seem to get rid of while I was visiting, so now we had our culprit. We knew where his virus came from&#8230; it came from his own WordPress blog!</p>
<p>At that point I did little bit of research, and found a post on the WordPress support forum talking about this very issue, where it seemed that someone had inserted this code into one of someone else&#8217;s old posts.</p>
<p>&lt;!&#8211; Traffic Statistics &#8211;&gt; &lt;iframe height=&#8221;1&#8243; width=&#8221;1&#8243; frameBorder=&#8221;0&#8243; src=&#8221;http://www.wp-stats-XXXphp.info/iframe/wp-stats.XXXphp&#8221;&gt;&lt;/iframe&gt;&lt;!&#8211; End Traffic Statistics &#8211;&gt;</p>
<p>At that point it was a matter of picking through all of his posts manually, and viewing the html code of each one, before finding and deleting it. Of course, in his case, <strong>it was found in 8 different posts! </strong>It was coming from  http://61.155.8.157/iframe/wp-stats.php and was a VBS Malware-gen</p>
<p>Luckily he&#8217;s an infrequent poster, but can you imagine how difficult this may have been if there were multiple users posting everyday?</p>
<p>The moral of the story? Moderate your new users, use a secure password, keep your Wordpress current (his was not) and watch out for strange e-mail addresses signing up as new users!</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/viruses-and-scams/virus-in-a-wordpress-post/">Virus in a Wordpress Post</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/282289677" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119624/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119624/</guid>
			<pubDate>Fri, 02 May 2008 11:56:01 -0700</pubDate>
		</item>
		<item>
			<title>Keyword Mashup Tool Launched</title>
			<author>shendison</author>
			<description>Pay per click campaigns can be somewhat tedious to set up, primarily because all the data that you get from the keyword research tools need to be reworked into a more useful list.
By that, I mean you need to consider every variation that might be possible, whether that be by city name or even a synonym for a certain service ...</description>
			<content:encoded><![CDATA[<p>Pay per click campaigns can be somewhat tedious to set up, primarily because all the data that you get from the keyword research tools need to be reworked into a more useful list.</p>
<p>By that, I mean you need to consider every variation that might be possible, whether that be by city name or even a synonym for a certain service or occupation,  and it always seems that many get overlooked.</p>
<p>For example, let&#8217;s say you &#8216;re doing a PPC campaign for plumber in the San Fernando valley, down in Southern California.</p>
<p>You&#8217;ve used all your different keyword research tools, and now you have dozens or even hundreds of primary key phrases, like Plumbing, Plumber, clogged drain, sink repair, unplug my toilet in, etc.</p>
<p>You know that there are an almost endless number of cities and towns that people are searching besides Los Angeles, like Woodland Hills, Tarzana, Encino, Calabasas, etc.</p>
<p>Manually putting that list together was a pain in the neck,  and a couple of years ago while performing this tedious task, it crossed my mind that this job could likely be accomplished in an Excel spreadsheet.</p>
<p>Now I know nothing about writing macros, so the first person that crossed my mind, was Karen Westermann, the <a href="http://www.occa.org/sobi2/ksw-consulting-inc.html" target="_blank">Excel Queen</a>, and in a few short days, I had my tool. (Thanks, Karen!)</p>
<p>Fast forward to 2008, in a recent discussion with my best programmer about various projects, I asked her if she could turn the spreadsheet into a web application that would run inside a WordPress page.</p>
<p>Much to my delight, she said &#8220;sure, in a snap&#8221; so the <a href="http://www.searchcommander.com/seo-tools/keyword-list-mashup/" target="_blank">keyword mashup tool</a> was born.  I suppose it&#8217;s a little bit like <a href="http://www.keywordtumbler.com/" target="_self">keyword tumbler</a>, but I think it&#8217;s far less complicated.</p>
<p>All you have to do is take one group, and put them on the left side, and another group on the right side, and press the button to combine your list. That&#8217;s it.</p>
<p>You can also use the tool more than once, which is something you might do for an attorney with more than one type of practice, or a contractor, with many different specialties and departments..</p>
<p>For example, on the left side you might put a few dozen phrases like medical malpractice, product liability, personal injury, etc. and on the right side you might use synonyms, like lawyer, attorney, legal help, law office, etc.</p>
<p>Then you could take the first list you compile and run it again on the left side, putting your geographic locations on the right, and pushing the button one more time.  It&#8217;s very simple, very basic, but saves a pretty fair amount of time.</p>
<p><strong>Try my <a href="http://www.searchcommander.com/seo-tools/keyword-list-mashup/" target="_blank">keyword mashup tool</a> for yourself, and please tell me what you think!</strong></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/general-interest/keyword-mashup-tool/">Keyword Mashup Tool Launched</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/281567887" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119625/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119625/</guid>
			<pubDate>Thu, 01 May 2008 10:08:26 -0700</pubDate>
		</item>
		<item>
			<title>How I Control My Windows Performance</title>
			<author>shendison</author>
			<description>There is nothing worse than computer problems, and there&amp;#8217;s nothing better than free software to prevent them in the first place.
One of my favorite utilities of all time, Winpatrol - http://www.winpatrol.com/,  has just updated to their 2008 version, and the company owner has provided me with an affiliate version that I can give away at no charge.
I used to have ...</description>
			<content:encoded><![CDATA[<p>There is nothing worse than computer problems, and there&#8217;s nothing better than free software to prevent them in the first place.</p>
<p>One of my favorite utilities of all time, <a href="http://www.winpatrol.com/" target="_blank">Winpatrol</a>,  has just updated to their 2008 version, and the company owner has provided me with an affiliate version that I can give away at no charge.</p>
<p>I used to have a computer repair store in Portland, and our shop fixed anywhere from 30 to 60 computers a week that people brought in from various problems.   Additionally, we did a lot of on-site service too, dealing with small businesses, setting up networks, file sharing etc.</p>
<p>While some of the computer work that got done was upgrading or replacing components, the vast majority of our work had to do with &#8220;problems&#8221;,  meaning Windows just wasn&#8217;t behaving the way it was supposed to.</p>
<p>Nine out of ten times the problem was not with Windows, but with third-party software that had been unknowingly starting up on the user&#8217;s system, sucking up all their available memory.</p>
<p>Whether that software was <a href="http://www.pdxtc.com/200201-spyware.htm" target="_self">spyware</a>, or a legitimate piece of software that simply attached itself to the Windows startup process, <strong>making the computer run more  efficiently always involved removing these startup programs from memory</strong>.</p>
<p><a href="http://http//www.pdxtc.com/newsletter-article-tips.php" target="_blank">As far back as 1998</a> I was writing articles not only about the <a href="http://www.pdxtc.com/199804-searchengines.htm" target="_blank">search engines</a>, but about how to <a href="http://www.pdxtc.com/199902-speeditupbuddy.htm" target="_blank">improve performance</a> on your computer, and even how to <a href="http://www.pdxtc.com/20044-beyourownitdept.htm" target="_blank">be your own IT department</a>.    A few years ago a local consultant named <a href="http://www.steveshank.com" target="_blank">Steve Shank</a> told me about a program called Winpatrol, and as soon as I tried it I was hooked.</p>
<p>Everything about Winpatrol is designed to give the user <strong>complete control</strong> over what runs and what doesn&#8217;t run on your system, so you can maximize your performance.</p>
<p>There&#8217;s an easy user interface that lets you see what&#8217;s starting up each time Windows does, and you can remove or disable them as you see fit.  In some cases, the change can be so dramatic, that it will feel like you&#8217;ve got a new computer at your desk.</p>
<p>After my recent hard drive loss I had to reinstall windows, and after completion, here&#8217;s everything that Winpatrol helped me disable with a simple click of the mouse. Do you think my performance improved?</p>
<p style="text-align: center;"><a href="http://www.pdxtc.com/wpblog/wp-content/uploads/startups-disabled.jpg"><img class="aligncenter size-full wp-image-682" title="startups-disabled" src="http://www.pdxtc.com/wpblog/wp-content/uploads/startups-disabled.jpg" alt="" width="500" height="314" /></a></p>
<p>Choosing to &#8220;disable&#8221; something doesn&#8217;t remove any functionality from your system, it just prevents it from starting up when your system boots, so things can be started manually, if needed.  If you&#8217;re not sure what something is, there&#8217;s an info screen that tells more about each individual item, like the company name and when it was added to your system.</p>
<p>The free version gives the same full functionality as the paid version, but the paid version has a few benefits, including <strong>access to a massive knowledgebase</strong> about  nearly every program under the sun,  and <strong>&#8220;real time&#8221;  infiltration detection</strong>. True geeks like me will want that stuff, but for most people, the free version is everything they could want.  (Personally, I still think he gives away far too much for free, but it&#8217;s gained him quite a huge fan base)</p>
<p>It&#8217;s very easy to figure out, with an intuitive user interface, and a quick and easy setup.  However, if you are a complete beginner, here&#8217;s a link to a <a href="http://www.searchcommander.com/vids/winpatrol1/winpatrol1.html" target="_blank">short video</a> demonstrating how I downloaded, installed, and configured it on a system recently.  The video is in Flash, and will open in another window.</p>
<p>When I was interviewed by a local television station a few years ago on the <a href="http://www.pdxtc.com/wpblog/technology-articles/kgw-spyware-story/" target="_blank">dangers of spyware</a> and how users could control it, I recommend the Winpatrol program on the air, and it turned out that Bill Pytlovani (the company owner) had a daughter that lived here in Portland. After seeing the on the news, she phoned him, and he got in touch with me.</p>
<p>Ever since then we&#8217;ve stayed in touch on and off,  and I remain a big fan to this day. Here&#8217;s a link to <a href="http://billpstudios.blogspot.com/" target="_blank">Bill&#8217;s  blog</a>, and here&#8217;s a direct download link to the <a href="http://www.pdxtc.com/downloads/wpsetup.exe" target="_blank">free 2008 version of his software</a>, which <strong>I am 100% certain will improve your computers performance</strong>.  <a href="http://www.pdxtc.com/downloads/wpsetup.exe" target="_blank">Try it</a>, and please comment here and tell me what you think!</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/computers-how-to/how-i-control-my-windows-performance/">How I Control My Windows Performance</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/280154387" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119626/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119626/</guid>
			<pubDate>Tue, 29 Apr 2008 08:18:31 -0700</pubDate>
		</item>
		<item>
			<title>Cloud Computing Yes, but Microsoft Mess? - err, Mesh?</title>
			<author>shendison</author>
			<description>This week, Microsoft announced the launch of &amp;#8220;Live Mesh&amp;#8221; which is going to be their answer to the ultimate computer-nirvana goal of accessing everything you have, from anywhere you may be.
Your files, email, pictures, documents, music, and basically your whole life, can be instantly accessible from anywhere you happen to be, as long as you have an internet connection.
There are ...</description>
			<content:encoded><![CDATA[<p>This week, Microsoft announced the launch of &#8220;Live Mesh&#8221; which is going to be their answer to the ultimate computer-nirvana goal of accessing everything you have, from anywhere you may be.</p>
<p>Your files, email, pictures, documents, music, and basically your whole life, can be instantly accessible from anywhere you happen to be, as long as you have an internet connection.</p>
<p>There are already people doing this with other programs, but Microsoft sees another revenue opportunity, so the&#8217;tve launched the <a href="https://www.mesh.com/Welcome/Welcome.aspx" target="_blank">Microsoft Mesh website</a>, and sent out some private invitations. Here&#8217;s <a href="http://www.readwriteweb.com/archives/microsoft_live_mesh_first_look.php" target="_blank">a first look at Mesh</a> by a brave pioneer.</p>
<p>The first thing I thought when I heard this was, &#8220;what marketing genius thought up that name?&#8221;  Can&#8217;t you hear the inevitable jokes about people blaming lost information and missed appointments etc. on their &#8220;Microsoft Mess&#8221;?</p>
<p>The second thing I thought was, &#8220;Why would I put even more opportunity for frustration into Microsoft&#8217;s hands&#8221; ? Personally, if I were to get an invitation to this program, I&#8217;m afraid it&#8217;s one I would have to decline.</p>
<p>Time after time Microsoft has frustrated us all,  in my case most recently with the <a href="http://www.pdxtc.com/wpblog/microsoft/things-to-hate-about-office-2007/" target="_blank">incredibly stupid office 2007</a>.   The last thing I would ever want to do is to put even more reliance on the Microsoft operating system or any of their software.</p>
<p>Yes Microsoft was really the innovator that brought computers to the world, but because they were the only kid on the block, they&#8217;ve maintained an arrogant indifference to what users have complained about.</p>
<p>For years we haven&#8217;t been screaming for more features, we have been screaming for the existing stuff to <strong>just work the way it&#8217;s supposed to, for crying out loud!</strong></p>
<p>(Did you ever wonder how virus and spyware prevention could  NOT be an integral part of the Microsoft operating system?  It&#8217;s because we let them, and because we had no other choice.)</p>
<p>&#8220;Computing from the cloud&#8221; means being able to access all of your data in all of your files no matter where you are, as long as you have an Internet connection.   Putting all of this responsibility into Microsofts hands seems like it would be a foolish choice on my part.</p>
<p>I have tried to give myself as much versatility as possible, and through a redundant series of file and document backups, I&#8217;m not only able to get back up quickly after disastrous computer crashes (link) but I&#8217;m also able to work efficiently from wherever I may be located.</p>
<p>I carry a small portable hard drive of 250 gigs in my laptop case, and I synch it nightly with my office documents folder.</p>
<p>However, that&#8217;s not computing from the cloud, and in my case, I&#8217;m still in the stone age. When I get back to my office, any changes I may have made to certain documents must be transferred.</p>
<p>Since I still use Outlook in a POP3 setup, any mail I have responded to or not consciously saved for my other PC will not appear at work until I synch things up again with a cable, exporting my sent items folder.</p>
<p>If I were really &#8220;computing from the cloud&#8221;, I could borrow anyone&#8217;s laptop and login somewhere that everything is available.  Cloud computing means that no matter where you are, all of your documents, your files, your folders, and someday even your software applications will be accessible wherever you are.</p>
<p>On May 27th, <a href="http://www.hanselman.com/blog/" target="_blank">Scott Hanselman</a> will be presenting about cloud computing at the <a href="http://www.occa.org/view-board-postings/9911.html" target="_blank">Oregon Computer Consultants Association meeting</a>, which is free and open to the public (You should come).</p>
<p>When we originally discussed organizing a &#8220;cloud computing&#8221; program,  Scott Hanselman came to mind because we knew from an earlier presentation that he had taken his whole family off of Microsoft Office, and put them into Google docs and GMail.</p>
<p>Now however, Scott works at Microsoft, so it will be interesting to see if he&#8217;s still an open-source proponent, or if he&#8217;s planning t oplace his family into Microsoft Mesh.</p>
<p>Personally, I&#8217;m looking forward to the day when I can REALLY be computing from the cloud, and before the end of the summer I intend to have a good handle on <a href="http://www.amazon.com/gp/browse.html?node=3435361" target="_blank">Amazon&#8217;s web services</a>, and I&#8217;ll have a laptop installed with the <a href="http://thinkgos.com/index.html" target="_blank">gOS operating system</a>, exclusively using word processor, spread sheets and presentation software from  <a href="http://www.google.com/google-d-s/intl/en/tour1.html" target="_blank">Google Docs</a>, I&#8217;ll use <a href="http://www.google.com/intl/en/googlecalendar/overview.html" target="_self">Google Calendar</a> for all of my appointments, I&#8217;ll use the <a href="http://www.getfirefox.com" target="_blank">Firefox web browser</a>, and not much else.  As soon as I can have a compatible <a href="http://phandroid.com/" target="_blank">Android phone</a>,  then I&#8217;ll be pretty much done with Microsoft products.</p>
<p>Why don&#8217;t I fear placing all of my valuable data in Google&#8217;s hands, like I do with Microsoft?  Well, think for a minute&#8230; when is the last time you did something at a Google property that failed to work, or caused you to lose time or data?   Exactly.</p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/microsoft/cloud-computing-yes-but-microsoft-mess-err-mesh/">Cloud Computing Yes, but Microsoft Mess? - err, Mesh?</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/277607435" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119627/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119627/</guid>
			<pubDate>Fri, 25 Apr 2008 05:47:25 -0700</pubDate>
		</item>
		<item>
			<title>Why Should Anyone Link to You?</title>
			<author>shendison</author>
			<description>Before you start giving your staff a hard time about not developing links at a faster pace, or you start sending out those link requests to potential &amp;#8220;partners&amp;#8221;, ask yourself what&amp;#8217;s in it for them?
Obviously you can&amp;#8217;t pay (gasp) someone to link to you, so what are you offering their visitors that would make it worth their while to link ...</description>
			<content:encoded><![CDATA[<p>Before you start giving your staff a hard time about not developing links at a faster pace, or you start sending out those link requests to potential &#8220;partners&#8221;, ask yourself what&#8217;s in it for them?</p>
<p>Obviously you can&#8217;t pay (gasp) someone to link to you, so what are you offering their visitors that would make it worth their while to link to you?</p>
<p>Are you offering something hilarious? Are you offering a free giveaway of some sort? Does your website have a valuable resource that they can&#8217;t do without?</p>
<p>I wrote a post last week that actually began as an e-mail to a client. I&#8217;ve placed it on the SEMpdx blog, and I do hope you&#8217;ll read it, and see if your imagination doesn&#8217;t become inspired.</p>
<p>It&#8217;s called <a href="http://www.semportland.com/organic/think-outside-the-link/" target="_blank">Think Outside The Link</a> and while you&#8217;re there reading it, I do hope you feel free to Digg, Stumble,  and especially <a href="http://sphinn.com/story.php?id=40123" target="_blank"><strong>Sphinn</strong></a> it as much as you like, all at no additional charge <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/why-should-anyone-link-to-you/">Why Should Anyone Link to You?</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/270226940" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119628/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119628/</guid>
			<pubDate>Mon, 14 Apr 2008 13:31:01 -0700</pubDate>
		</item>
		<item>
			<title>Portland Oregon Real Estate Site Review</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/seo/portland-oregon-real-estate-site-review/This is an overview of a rural Oregon realtor website, but needs many, if not all, of the basic fundamentals of SEO101. When you&amp;#8217;re trying to build links for a real estate site you have to give people a reason to link to you, by providing valuable information that their own visitors will appreciate.
Original content from: Search Commander ...</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/seo/portland-oregon-real-estate-site-review/" rel="bookmark" title="Watch Video for: Portland Oregon Real Estate Site Review"><img src="http://frame.revver.com/frame/170x128/810487.jpg" width="170" /></a></div><p>This is an overview of a rural Oregon realtor website, but needs many, if not all, of the basic fundamentals of SEO101. When you&#8217;re trying to build links for a real estate site you have to give people a reason to link to you, by providing valuable information that their own visitors will appreciate.</p>
<span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/portland-oregon-real-estate-site-review/">Portland Oregon Real Estate Site Review</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/268775895" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119629/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119629/</guid>
			<pubDate>Fri, 11 Apr 2008 21:26:59 -0700</pubDate>
		</item>
		<item>
			<title>Website Overview for Search - Vigilan.com</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/seo-101/overview-for-search-vigilan/This business is a maker of a software product for retirement communities, yet the search engines seem to be having problems understanding that. This video points out exactly why, with some very basic fundamental search marketing principles.
Original content from: Search Commander Blog - http://www.pdxtc.com/wpblog
Website Overview for Search - Vigilan.com - http://www.pdxtc.com/wpblog/seo-101/overview-for-search-vigilan/</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/seo-101/overview-for-search-vigilan/" rel="bookmark" title="Watch Video for: Website Overview for Search - Vigilan.com"><img src="http://frame.revver.com/frame/170x128/807174.jpg" width="170" /></a></div><p>This business is a maker of a software product for retirement communities, yet the search engines seem to be having problems understanding that. This video points out exactly why, with some very basic fundamental search marketing principles.</p>
<span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo-101/overview-for-search-vigilan/">Website Overview for Search - Vigilan.com</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/267943197" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119630/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119630/</guid>
			<pubDate>Thu, 10 Apr 2008 12:56:59 -0700</pubDate>
		</item>
		<item>
			<title>Site Review of Portland Directory PDXStump</title>
			<author>shendison</author>
			<description>- http://www.pdxtc.com/wpblog/seo/site-review-pdxstump/This website is basically a Portland, Oregon business directory, but many of the individual pages are not being found in the search engines.
This applies not only to queries for phrases, but for specific URLs to0, which indicates a potential structural problem. This video points out some possibilities why, and also covers some fundamental search marketing issues.
No Video Responses ...</description>
			<content:encoded><![CDATA[<div class="revver-video-thumb"><a href="http://www.pdxtc.com/wpblog/seo/site-review-pdxstump/" rel="bookmark" title="Watch Video for: Site Review of Portland Directory PDXStump"><img src="http://frame.revver.com/frame/170x128/807191.jpg" width="170" /></a></div><p>This website is basically a Portland, Oregon business directory, but many of the individual pages are not being found in the search engines.</p>
<p>This applies not only to queries for phrases, but for specific URLs to0, which indicates a potential structural problem. This video points out some possibilities why, and also covers some fundamental search marketing issues.</p>
<h3>No Video Responses have been posted yet.</h3><p><a href="http://www.pdxtc.com/wpblog/seo/site-review-pdxstump/#respond">Click here to post a video response.</a></p><span class='revver-after-video'></span><p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/site-review-pdxstump/">Site Review of Portland Directory PDXStump</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/267943196" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/119631/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/119631/</guid>
			<pubDate>Thu, 10 Apr 2008 12:56:59 -0700</pubDate>
		</item>
		<item>
			<title>Innotech Portland Website Reviews</title>
			<author>shendison</author>
			<description>I&amp;#8217;ll be on a panel at Innotech - http://www.innotechconference.com/ this year, because for the first time, there will be live website reviews taking place at the conference,  here in Portland Oregon.
The entire conference is scheduled for next Wednesday, April 16th and Thursday April 17th,  but the live SEM Hotseat is Thursday April 17 3:30 PM in Room D135
Three members of ...</description>
			<content:encoded><![CDATA[<p>I&#8217;ll be on a panel at <a href="http://www.innotechconference.com/" target="_blank">Innotech</a> this year, because for the first time, there will be live website reviews taking place at the conference,  here in Portland Oregon.</p>
<p>The entire conference is  scheduled for next Wednesday, April 16th and Thursday April 17th,  but the <strong>live SEM Hotseat is Thursday April 17 3:30 PM in Room D135</strong></p>
<p>Three members of <a href="http://www.sempdx.org" target="_blank">SEMpdx</a>,  <a href="http://www.innotechconference.com/pdx//Speaker/Portland_Speakers/Ben_Lloyd.php" target="_blank">Benjamin Lloyd</a> of <a href="http://www.amplify-interactive.com" target="_blank">Amplify Interactive</a>,  <a href="http://www.innotechconference.com/pdx//Speaker/Portland_Speakers/Kent_Schnepp.php" target="_blank">Kent Schnepp</a> of <a href="http://www.engineworks.com/" target="_blank">Engine Works</a>, and myself, <a href="http://www.innotechconference.com/pdx//Speaker/Portland_Speakers/Scott_Hendison.php" target="_blank">Scott Hendison</a>, will be on the panel critiquing participants websites, answering specific questions, and providing specific information to the site owner,  as well as to conference attendees.  The panel will be moderated by SEMpdx president <a href="http://www.innotechconference.com/pdx/Speaker/Portland_Speakers/Kent_Lewis.php" target="_blank">Kent Lewis</a>, of <a href="http://www.anvilmediainc.com/" target="_blank">Anvil Media</a>.</p>
<p>While it is not necessary to pay to attend the &#8220;Hot Seat&#8221; event beyond your <a href="http://www.innotechconference.com/pdx/registration.php" target="_blank">Innotech pass</a>,  if you&#8217;d like to have YOUR website reviewed, then that is something extra, but at a ridiculously low price&#8230; <a href="http://www.innotechconference.com/pdx/Event/Portland_Events/Hot_Seat_Panel.php" target="_blank"> Register your website to be reviewed here</a></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/seo/innotech-portland-website-reviews/">Innotech Portland Website Reviews</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/266649698" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/118845/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/118845/</guid>
			<pubDate>Tue, 08 Apr 2008 16:08:28 -0700</pubDate>
		</item>
		<item>
			<title>Elite Retreat 2008 - Day 2</title>
			<author>shendison</author>
			<description>I showed up late for breakfast, at about 7:40, which was only 20 minutes before the day was supposed to begin. The buffet (again spectactular) was set up in the hall, so with my backpack over my shoulder, I made my plate, and went inside to try and get a seat.
Much to my surprise, I found that there were less ...</description>
			<content:encoded><![CDATA[<p>I showed up late for breakfast, at about 7:40,  which was only 20 minutes before the day was supposed to begin. The buffet (again spectactular) was set up in the hall, so with my backpack over my shoulder, I made my plate, and went inside to try and get a seat.</p>
<p>Much to my surprise,  I found that there were less than a dozen people there, compared to the 35 from the previous day.  That&#8217;s when I realized that my decision to go back to the room at about 11:30 the night before had been the right one, instead of back to the bar. These people were going to miss the beginning&#8230;</p>
<p>Scarfing down my food, I went into the main presentation room, and found that yes, there were a lot of people missing; including some of the speakers.  In the end, the day didn&#8217;t get going until 8:35. That&#8217;s not a complaint or a criticism, just a fact.</p>
<p>We started with a discussion about something I already knew&#8230; an added value to the Elite Retreat.  Every Tuesday afternoon at 4:30 Pacific Time, there is a conference call with a mastermind group, made up exclusively of elite retreat veterans. As attendees we were now going to be invited to that call.  Sweet - Now I have to push back the time for my sons team little league practice <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>My decision to come to <a href="http://www.pdxtc.com/eliteretreat" target="_blank">Elite Retreat</a> was made back in December, after talking for over an hour one night to a previous attendee while I was at <a href="http://www.pubcon.com/blog/" target="_blank">Pubcon</a>.  He had told me that while the Elite Retreat itself was fantastic,  that being on those conference calls and really been what changed his life.</p>
<p>First up to speak was Brian Clark from <a href="http://www.copyblogger.com" target="_blank">Copyblogger</a>, who did a really great job. In my opinion, he was as well-prepared and as polished a speaker at Andy from yesterday, but he spoke about something I was passionate about.</p>
<p>He&#8217;s a former lawyer, and he gave some  personal history,  then talked about a couple of of his new business models,  including <a href="http://teachingsells.com/" target="_blank">Teaching Sells</a> and a new-yet-unnamed venture that&#8217;s going to be sort of a direct marketing channel for celebrities.</p>
<p>He reminded us of many the opportunities we have and how things are changing so dramatically.  It was a short inspirational bit, that would&#8217;ve been well-suited for a keynote speech, and then he launched into some juicy details and specifics on how to improve what we were doing now.</p>
<p>He talked about conversion, and how things are changing, and how to do well with permission based marketing, which is really the way things are headed.</p>
<p>&#8220;Conversion has to be baked into every aspect of your business model, and if you&#8217;re not thinking about it, you&#8217;re probably wasting your time.&#8221; Smart marketers are getting into more relationship marketing, repeat sales.</p>
<p>He used the phrase &#8220;hope marketing&#8221; to define simple one-off sales,  but pounded into our brains that permission based marketing gets us way past these crappy 1% conversion rates we&#8217;ve come to accept.</p>
<p>He also mentioned that he thinks &#8220;some day the word &#8216;blog&#8217; is going to go away&#8221;,  and I agree totally.  For a long long time I&#8217;ve been trying to point out to clients that a blog post is just a web page, and vice-versa, and explaining the &#8220;difference&#8221; between them is silly Websites ARE becoming interactive.</p>
<p>He talked about <a href="http://www.earlytorise.com/" target="_blank">Early to Rise</a> to illustrate a good example of giving people what they want, and how it&#8217;s (past) time to start thinking about affiliate marketing  as a way of market testing to see what people really want to buy. He gave some specific dollar figures related to their numbers and affiliates that were astounding</p>
<p>He then got much more specific,  talking about the three phases of a business, which he called attention, authority, and acceleration, giving us everything from a few book recommendations to specific steps about conversion,  establishing authority, and even developing an exit strategy and outsourcing.</p>
<p>That&#8217;s  as specific as I&#8217;m going to get about Brians talk&#8230;  Come yourself next time <img src='http://www.pdxtc.com/wpblog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://blog.guykawasaki.com/" target="_blank">Guy Kawasaki</a> was the keynote speaker, and the first thing he said was &#8220;I don&#8217;t really have anything prepared&#8221; - THAT&#8217;s when I knew it was going to be good&#8230;  He talked a little bit about his history and his current projects, specifically one called <a href="http://www.alltop.com" target="_blank">Alltop</a>.</p>
<p>Although some people have been critical of Alltop, I &#8216;m not here to debate whether or not it&#8217;s an original idea or not.  The point is, that Alltop is a needed service,  and with Guy Kawasaki&#8217;s reach and influence, I suspect it&#8217;s going to be huge success.</p>
<p>As Guy pointed out, if you don&#8217;t agree, then go call your Mom or Dad and walk them through setting up an RSS reader, and telling them how to find and add her favorirte subject feeds.</p>
<p>I will say that something amazing happened during his presentation&#8230; When he started talking about how Altop top was created,  he said that he had discovered <a href="http://popurls.com/" target="_blank">Pop URLs</a>,  which is a similar service, but much more subject specific.</p>
<p>Guy found the idea fascinating - to aggregate the RSS content of others in one place and make it available for easier public consumption.   Guy said he looked up who owned PopUrls, then picked up the phone, and called the owner, Thomas Marban.</p>
<p>Recounting his conversation with Mr. Marban, he claims he said, something like &#8220;so basically Thomas,  the way I see it, your goal is just to sit around in your underwear and cash checks&#8221;, whereupon Thomas Marban and replied something like, &#8220;Yep!&#8221;.</p>
<p>The guy sitting next to me then popped open his <a href="http://twitter.com" target="_blank">Twitter</a>, and tweeted something like - &#8220;Popurls.com creator Thomas Marban has a life goal to sit around in his underwear and cash checks&#8221;.</p>
<p>Within a span of less than five minutes, he then got an e-mail from Thomas Marban, whom he did not know,  and neither is a follower of each others Twitter, saying something like &#8220;Who are you and how did you know what my life&#8217;s goal is&#8221;?</p>
<p>He wrote him back to explain, and within a half an hour, they were Facebook and linked in connected too. I found this to be a fascinating demonstration of the power of the Internet and the global instant reach of Twitter.</p>
<p>Just like always, Guy&#8217;s presentation was educational and entertaining, and although I had seen him speak twice before, it was never in a room with under three dozen people, where he talked was one-on-one with us, and was asking for questions.  He basically talked until we were out of questions and had nothing else to ask. He&#8217;s a remarkable guy, and it was thoroughly enjoyable.</p>
<p>There was some time to kill before lunch, so Jeremy filled it up with some specific details  about pay per click, AdWords, and the content network, and then through the floor open to questions for all the panelists.</p>
<p>Although the nondisclosure did not say anything about locking those questions and answers later, in my opinion,  doing so would be nothing but stupid. I&#8217;ll just say that it was a great impromptu session before lunch, that included participation from all the panelists,  from Jeremy&#8217;s programmer Dillsmack, and even from a few in the audience.</p>
<p>After lunch <a href="http://www.shoemoney.com/">Jeremy</a> introduced <a href="http://www.seobook.com/blog" target="_blank">Aaron Wall</a>, claiming to have &#8220;saved the best for last&#8221;, and Aarons presentation certainly did not disappoint anyone.</p>
<p>I&#8217;ve always considered my biggest strength to be organic search, so this was the session I was really waiting for, and Aaron was a huge draw for me to attend&#8230;</p>
<p>Aaron talked about an algorithm anomaly that&#8217;s been going on for about four months, and how to specifically take advantage of it. I&#8217;m afraid I won&#8217;t be talking about it here, sorry.</p>
<p>He talked about being a thought leader in your industry and being uber-creative for expanding your network and getting links. In the few times I&#8217;ve heard Aaron speak I don&#8217;t think he ever mentioned being creative and social as much as he did here.</p>
<p>He talked about a great article to read called, &#8220;Is Justin Timberlake a result of cumulative advantage&#8221; and explained the philosophy and concept of &#8220;things spread because they spread&#8221;.</p>
<p>On the plane ride home, I was &#8220;reading&#8221; Seth Godins book &#8220;All marketers are Liars,&#8221; that basically illustrated Aarons point over and over again.</p>
<p>He recommended several books and blog articles, talked about writing persuasively and creatively with your headlines and content, and gave specific examples of other sites and companies doing it well.</p>
<p>Then he got to his Powerpoints with his specific ideas and tactics about mixing up our processes, being less than perfect with your SEO, how Google is getting smarter, and then he talked about some tools, and how to use them wisely.</p>
<p>I took a full page of notes before anyone even started asking questions, and once he began answering questions, he exhausted everyone&#8217;s curiosity to their full satisfaction.  It was an absolutely amazing way to end the formal presentations.</p>
<p>With three hours left to kill, and much to my surprise (since it wasn&#8217;t on the schedule) all the attendees were THEN offered face-to-face time with any or all the panelists.</p>
<p>This was great because there may be certain things you don&#8217;t want to announce, or domains you don&#8217;t want to mention in front of 32 of the most ambitious Internet marketers in the world.</p>
<p>We were able to sit down face-to-face while each presenter had a laptop in front of him, and show specific websites, ask specific questions, and solve specific problems.  These one-on-one sessions when on past the 5 p.m. closing time, and ultimately, even though the room closed, never really stopped the entire two days.</p>
<p><a href="http://www.purposeinc.com/pwp/about/" target="_blank">DK</a> scheduled a post conference dinner for us all at an <a href="http://www.anamandara.com/" target="_blank">amazingly good restaurant</a> for anyone who wanted to attend,  and  I&#8217;ll talk more about that in a wrap up post. However,  that may take another day or two because I have a lot of catching up to do.</p>
<p>For now I&#8217;ll just say that it ranked among one of the top dozen meals I&#8217;ve ever eaten in my life, and was a perfect way to wrap up three  incredible days with some extraordinary people.</p>
<p><a href="http://www.pdxtc.com/wpblog/education/elite-retreat-2008-day-0/" target="_blank">Elite Retreat Day 0</a><br />
<a href="http://www.pdxtc.com/wpblog/education/elite-retreat-2008-day-1/" target="_blank">Elite retreat Day 1</a></p>
<p>Original content from: <a href="http://www.pdxtc.com/wpblog">Search Commander Blog</a></p>
<p><a href="http://www.pdxtc.com/wpblog/education/elite-retreat-2008-day-2/">Elite Retreat 2008 - Day 2</a></p>
<img src="http://feeds.feedburner.com/~r/searchcommander/~4/265728575" height="1" width="1"/>]]></content:encoded>
			<link>http://www.gooruze.com/members/shendison/blog/118748/</link>
			<guid isPermaLink="true">http://www.gooruze.com/members/shendison/blog/118748/</guid>
			<pubDate>Mon, 07 Apr 2008 07:17:56 -0700</pubDate>
		</item>
</channel>
</rss>
