<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Getting to Page One of Google</title>
	<atom:link href="http://www.landersweb.com/wordpress/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.landersweb.com/wordpress</link>
	<description>A blog to discuss Search Engine Optimization tips and tricks to get to Page One of Google</description>
	<lastBuildDate>Mon, 07 Dec 2009 20:44:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SEO Tool &#8211; Search Engine Friendly Redirects</title>
		<link>http://www.landersweb.com/wordpress/?p=93</link>
		<comments>http://www.landersweb.com/wordpress/?p=93#comments</comments>
		<pubDate>Mon, 07 Dec 2009 19:01:33 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[ASP tip]]></category>
		<category><![CDATA[Google Page Rank]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=93</guid>
		<description><![CDATA[If you need to move a webpage or website and don't want to lose your page ranking, then use a 301 redirect. It is extermely easy to implement and will help you retain your Search ranking even though the URL has changed.]]></description>
			<content:encoded><![CDATA[<p>If you need to move a webpage or website and don&#8217;t want to lose your page ranking, then use a 301 redirect. It is extermely easy to implement a 301 redirect and will help you retain your Search ranking even though the URL has changed.</p>
<p>Below are examples in different languages</p>
<p><strong>ASP</strong><BR><br />
<font class=defaultfont><br />
&lt;%@ Language=VBScript %&gt;<br />
&lt;%<br />
Response.Status=&#8221;301 Moved Permanently&#8221;<br />
Response.AddHeader &#8220;Location&#8221;,&#8221;http://www.your_new_url.com/&#8221;<BR><br />
%&gt;<br />
</font></p>
<p><strong>ASP .NET</strong><BR><br />
<font class=defaultfont><br />
&lt;script runat=&#8221;server&#8221;&gt;<br />
private void Page_Load(object sender, System.EventArgs e)<br />
{<br />
Response.Status = &#8220;301 Moved Permanently&#8221;;<br />
Response.AddHeader(&#8221;Location&#8221;,&#8221;http://www.your_new_url.com&#8221;);<br />
}<br />
&lt;/script&gt;<br />
</font></p>
<p><strong>JSP (Java)</strong><BR><br />
<font class=defaultfont><br />
&lt;%<br />
response.setStatus(301);<br />
response.setHeader( &#8220;Location&#8221;, &#8220;http://www.your_new_url.com/&#8221; );<br />
response.setHeader( &#8220;Connection&#8221;, &#8220;close&#8221; );<br />
%&gt;<br />
</font></p>
<p>strong>ColdFusion</strong><BR><br />
<font class=defaultfont><br />
&lt;.cfheader statuscode=&#8221;301&#8243; statustext=&#8221;Moved permanently&#8221;&gt;<br /> <br />
&lt;.cfheader name=&#8221;Location&#8221; value=&#8221;http://www.your_new_url.com&#8221;&gt;<br />
</font></p>
<p><strong>PHP</strong><BR><br />
<font class=defaultfont>&lt;?<br />
    Header( &#8220;HTTP/1.1 301 Moved Permanently&#8221; ); <br />
    Header( &#8220;Location: http://www.your_new_url.com&#8221; ); <br />
?&gt;<br />
</font></p>
<p><!--</p>
<p>Below is a tool writen by the SEO folks at Webconfs.com that will help you test the success of your 301 redirect.</p>
<table style="border-collapse: collapse" border="1" cellspacing="3" cellpadding="5" width="500" bgcolor="#f3f3f3" bordercolor="#808080">
<tbody>
<tr>
<td>
<form action="http://www.webconfs.com/redirect-check.php" enctype="application/x-www-form-urlencoded" method="post"><span style="font-size: 11pt;"><strong>Search Engine Friendly Redirect Check</strong></span></p>
<p class="defaultfont">
<strong>Enter the URL whose Redirect you want to check</strong></p>
<input name="url" size="60" type="text" />
<input name="submit" type="hidden" value="submit" />
<input name="submit" type="submit" value="submit" />
</form>
</td>
</tr>
</tbody>
</table>
<p>&#8211;></p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google WebMaster Tools &#8211; SiteMap Submission</title>
		<link>http://www.landersweb.com/wordpress/?p=83</link>
		<comments>http://www.landersweb.com/wordpress/?p=83#comments</comments>
		<pubDate>Sat, 05 Dec 2009 02:18:02 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Page One]]></category>
		<category><![CDATA[Google Webmaster tools]]></category>
		<category><![CDATA[SiteMap]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=83</guid>
		<description><![CDATA[I had a little trouble submitting my sitemap successfully so I thought I would share a little information to maybe save you a little time.
The goal for my website and this blog is to get my site to Page One of Google and ultimately be the number one listing among the more than 23 million [...]]]></description>
			<content:encoded><![CDATA[<p>I had a little trouble submitting my sitemap <strong>successfully</strong> so I thought I would share a little information to maybe save you a little time.</p>
<p>The goal for my website and this blog is to get my site to <strong>Page One of Google</strong> and ultimately be the number one listing among the more than 23 million results for <strong>&#8220;Professional Website Maintenance&#8221;</strong>. Currently <strong>I am on Page One and ranked number 8</strong> which is quite impressive but I am not getting a lot of hits as of yet.</p>
<p>A few months back I had registered a sitemap using the Google Webmaster tools. If you are not setup with that yet, I strongly recommend you sign up (It&#8217;s free!!) as your first and most important step to Google SEO success. I googled <strong>&#8220;how to create a google sitemap file&#8221;</strong> and created a sitemap. I submitted the site and moved on to other aspects of Google optimization. I just noticed yesterday that my sitemap was not correct, Google found problems with it and it was not accepted.</p>
<p>The first error I got was:</p>
<div><em><strong>Paths don&#8217;t match</strong></em></div>
<p><em>We&#8217;ve detected that you submitted your Sitemap using a URL path that doesn&#8217;t include the www prefix (for instance, http://example.com/sitemap.xml). However, the URLs listed inside your Sitemap do use the www prefix (for instance, </em><a href="http://www.example.com/myfile.htm"><em>http://www.example.com/myfile.htm</em></a><em>).</em></p>
<p>When I  registered my site with Google WebMaster tools, I entered</p>
<p><strong>http://landersweb.com</strong></p>
<p>but my sitemap was referencing</p>
<p><strong>http://www.landersweb.com</strong></p>
<p>Editing my sitemap to reference http://landersweb.com (no www) fixed this problem.</p>
<p>Except now I had a new error.</p>
<p><em><strong>Incorrect namespace</strong><br />
Your Sitemap or Sitemap index file doesn&#8217;t properly declare the namespace.</em></p>
<p>The fix for that one was to edit the urlset declaration from</p>
<p>&lt;urlset xmlns=&#8221;<a href="http://sitemaps.org/schemas/sitemap/0.9">http://sitemaps.org/schemas/sitemap/0.9</a>&#8221; xmlns:xsi=&#8221;<a href="http://w3.org/2001/XMLSchema-instance">http://w3.org/2001/XMLSchema-instance</a>&#8221; xsi:schemaLocation=&#8221;<a href="http://sitemaps.org/schemas/sitemap/0.9">http://sitemaps.org/schemas/sitemap/0.9</a> <a href="http://sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">http://sitemaps.org/schemas/sitemap/0.9/sitemap.xsd</a>&#8220;&gt;</p>
<p>to</p>
<p><strong>&lt;urlset xmlns=&#8221;<a href="http://sitemaps.org/schemas/sitemap/0.9">http://sitemaps.org/schemas/sitemap/0.9</a>&#8221; &gt;</strong></p>
<p> voila, my sitemap is submitted, will keep you posted on how much it helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google SEO effort is working</title>
		<link>http://www.landersweb.com/wordpress/?p=82</link>
		<comments>http://www.landersweb.com/wordpress/?p=82#comments</comments>
		<pubDate>Thu, 03 Dec 2009 05:40:29 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=82</guid>
		<description><![CDATA[An update to my Search engine optimizaion efforts. I just searched &#8220;Professional Web Maintenance&#8221; on Google and we are number 8 out of over 27 million results. this is working, stay tuned for more tips and tricks to get your site on Page One.
]]></description>
			<content:encoded><![CDATA[<p>An update to my Search engine optimizaion efforts. I just searched &#8220;Professional Web Maintenance&#8221; on Google and we are number 8 out of over 27 million results. this is working, stay tuned for more tips and tricks to get your site on Page One.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic ASP &#8211; Sending Mail using CDO</title>
		<link>http://www.landersweb.com/wordpress/?p=73</link>
		<comments>http://www.landersweb.com/wordpress/?p=73#comments</comments>
		<pubDate>Mon, 22 Jun 2009 04:29:32 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Web Development Tips]]></category>
		<category><![CDATA[ASP tip]]></category>
		<category><![CDATA[CDOMail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[send mail]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=73</guid>
		<description><![CDATA[this is a basic example that shows you how to implement the CDO mailer object in Classic ASP]]></description>
			<content:encoded><![CDATA[<p>I needed this ASP tip for a client the other day, thought I&#8217;d post it for my future reference and to help others that need to send an email on a classic ASP site, this is a basic example that shows you how to implement the CDO mailer object in Classic ASP, hope this helps, it&#8217;ll help me every once in awhile, there are still a lot of sites using classic ASP.     </p>
<p><%<br />
' Set contents of email body<br />
body = "Thank you for your interest in LandersWeb.com Web 2.0 site overhaul. We'll contact you shortly. Please call us at 1-503-347-4515" </p>
<p>             Dim objCDOMail<br />
	Set objCDOMail = Server.CreateObject("CDO.Message")<br />
	objCDOMail.From = "Kevin Landers" &#038; "<klanders@landersweb.com>&#8221;<br />
	objCDOMail.To = &#8220;Recipient Name&#8221; &#038; &#8220;<user@yourURL.com>&#8221;<br />
	objCDOMail.Subject = &#8220;Web Development test email&#8221;<br />
	objCDOMail.TextBody = body &#8216;body is a variable that is set above<br />
	objCDOMail.Bcc = &#8220;Support&#8221; &#038; &#8220;<support@chowbaby.com>&#8221; &#8216; Copy Email<br />
	&#8216;objCDOMail.Bcc = &#8220;Kevin&#8221; &#038; &#8220;<kevin@landersweb.com>&#8221; &#8216;Blind Copy Email<br />
	objCDOMail.Send<br />
	Set objCDOMail = Nothing<br />
           Response.Redirect &#8220;http://www.LandersWeb.com&#8221; &#8216; I usually don&#8217;t redirect the, rather I show a message<br />
    %> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Watching an interesting video on keyword&#8230;</title>
		<link>http://www.landersweb.com/wordpress/?p=52</link>
		<comments>http://www.landersweb.com/wordpress/?p=52#comments</comments>
		<pubDate>Tue, 16 Jun 2009 03:33:03 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=52</guid>
		<description><![CDATA[Watching an interesting video on keywords by the guys over at TakeOverPageOne.com, they know their stuff. I will definitely be using some of their suggestions when coming up with my list of Google keywords.
]]></description>
			<content:encoded><![CDATA[<p>Watching an interesting video on keywords by the guys over at TakeOverPageOne.com, they know their stuff. I will definitely be using some of their suggestions when coming up with my list of Google keywords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chapter 2 Landersweb.com SEO &#8211; Keywords, keywords, keywords, the start of any SEO effort</title>
		<link>http://www.landersweb.com/wordpress/?p=42</link>
		<comments>http://www.landersweb.com/wordpress/?p=42#comments</comments>
		<pubDate>Fri, 12 Jun 2009 19:00:49 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[keyword]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=42</guid>
		<description><![CDATA[Today's topic is website keyword selection, this is a fundamental and very important step to your website optimization efforts, if you are off on your keywords, then every SEO step afterwards will be adversely affected.]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s topic is <strong>website keyword selection</strong>, this is a fundamental and very important step to your website optimization efforts, if you are off on your keywords, then every SEO step afterwards will be adversely affected. As always, I will share what I plan on doing, will sign off for a day or two and then finish the post with results of my research. I will include the websites I found useful along with tips and tricks I found along the way.</p>
<p><strong>The  Plan</strong><br />
I plan on using the Google Keyword Tool as a first destination to picking keywords. I have some keywords in mind including “<strong>Professional Web Maintenance</strong>“ or even the more aggressive &#8220;<strong>Web Maintenance</strong>“. Those may or may not change based on my analysis. There are also some great blogs and Tweets from other SEO professionals that I will refer to as well and will be giving kudos to those whose advice seems knowledgeable and more importantly provides positive results.</p>
<p><strong>The results</strong><br />
As mentioned above, my first task was to check out the <a href="https://adwords.google.com/select/KeywordToolExternal" target=_blank>Google Keyword Tool</a>. I entered <strong>&#8220;Web Maintenance&#8221;, &#8220;Professional Web maintenance&#8221;, &#8220;Kevin Landers&#8221; and &#8220;Web 2.0&#8243;</strong> into the tool and it listed out a few hundred keywords to choose from.<br />
<strong>These keywords caught my eye as strong possibilities. </strong> I&#8217;m going to start by targeting the keywords in bold, but will be keeping an eye on these daily, look for posts as I learn what keywords are working and why.<br />
maintaining websites<br />
professional web design<br />
<strong>professional web maintenance</strong><br />
web 2.0 company<br />
web 2.0 consulting<br />
web 2.0 content<br />
web 2.0 developers<br />
<strong>web 2.0 development</strong><br />
web 2.0 marketing<br />
web 2.0 services<br />
web 2.0 technology<br />
web 2.0 templates<br />
<strong>web 2.0 tools</strong><br />
web 2.0 websites<br />
web design company<br />
web design maintenance<br />
web maintenance<br />
web maintenance services<br />
web page maintenance<br />
<strong>web site maintenance</strong><br />
webpage maintenance<br />
website maintenance<br />
<strong>kevin landers</strong></p>
<p>I plan on writing another article on this subject in a few days as I now realize there is much more to keyword selection than I previously thought. I have much research to do to get a better understanding of the following questions I have, I will probably write new posts on each of these questions.<br />
<strong>
<ul>
<ol>What makes a good keyword?</ol>
<ol>Do I target large traffic keywords or more targeted keywords?</ol>
<ol>What SEO tools are best?</ol>
<ol>Do I group like keywords together?</ol>
<ol>What are keyword add-ons?</ol>
<ol>Do I want to consider listing misspellings?</ol>
<ol>Who do I trust to give good advice (1000s of free and pay &#8220;SEO experts&#8221;</ol>
<ol>What should I look for in my competition?</ol>
<ol>Other than adding to the META tags on my webpages, what else do I do with my keywords?</ol>
</ul>
<p></strong></p>
<p>Basically, I have more questions about keywords than when I started. As mentioned in my initial post <a href="http://www.landersweb.com/wordpress/?p=3">http://www.landersweb.com/wordpress/?p=3</a>, I already achieved Google Page One for the search term of <strong>&#8220;Portland Web Maintenance&#8221;</strong> so I know that some of what I m doing is working. </p>
<p>My goal is to get to Page One on Google for some more popular searches, resulting in more click throughs of quality leads that are truly interested in my services which is Website Maintenance including (upgrading sites to using 2.0 tools, Search engine optimization, Data Conversions and .NET/PHP/Classic ASP programming). </p>
<p>I already know that I have a lot of work to do in getting more effective keywords, but I am learning as I go and entering in my blog, hopefully that will let others learn from my successes and mistakes (hopefully more of the former). </p>
<p>This is my initial list of keywords, I am adding them to my site as I speak and will be changing them often. Thankfully I built a nifty tool that allows me to <strong>edit my keywords and content in real time without moving a webpage</strong>.  I simply login to my admin tool and edit away, changes to my site are instant, a necessity to stay fresh in a Web 2.0 world. (yes, this is a plug of a cool tool I built that may be of interest to those wanting an easy way to manage their website).</p>
<p>Thanks for giving me a portion of your day, I encourage and strive for reactions, comments, suggestions etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Chapter 1 LandersWeb.com SEO &#8211; Google SiteMap</title>
		<link>http://www.landersweb.com/wordpress/?p=20</link>
		<comments>http://www.landersweb.com/wordpress/?p=20#comments</comments>
		<pubDate>Sun, 07 Jun 2009 17:10:29 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=20</guid>
		<description><![CDATA[This is the first day of my SEO campaign for LandersWeb.com. As mentioned in the last post, I am already Number 1 in Google search of  &#8220;Web Maintenance Portland&#8221; which is nice and shows that META tags work, but how many people actually type that in their Google search? Looking at my Statistics program, [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first day of my <strong>SEO campaign for LandersWeb.com</strong>. As mentioned in the last post, I am already <strong>Number 1 in Google search of  &#8220;Web Maintenance Portland</strong>&#8221; which is nice and shows that META tags work, but how many people actually type that in their Google search? Looking at my Statistics program, not many. So I have set a much loftier goal which is to get on Page One of Google when searcing for &#8220;<strong>Professional Web Maintenance</strong>&#8220;. There are over 27 million results on that search, how great would that be and how much traffic would that bring my site? Stay tuned. </p>
<p>Each day I am going to apply an SEO strategy to <strong>improve the Google placement of LandersWeb.com</strong>, I encourage you to follow along and work with me as we get our sites on Page One. </p>
<p><strong>Using Google Optmization and Analysis tools, classic SEO techniques and leveraging WEB 2.0 tools and websites</strong>, I will work to my goal of getting on Page One of Google. Each article will begin by mentioning what I plan on doing and discuss how I am going to go about it. </p>
<p><strong>Day 1 Plan</strong><br />
My first task is to put together a Google Site Map. Looking at my Google WebMaster tools, that appears to be the first logical step in SEO. This post will discuss the creation of a sitemap for LandersWeb.com. I&#8217;ll be back in an hour to finish this post.</p>
<p><strong>Day 1 results</strong><br />
Ok, I&#8217;m back, that was a fairly easy task, a few comments though. There are several free SiteMap creation tools out there, I can see some value if you have a huge site, but they don&#8217;t handle how often your content changes that well so I created my own. Here is an example node in the XML &#8211; </p>
<p>&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/&lt;/loc&gt;<br />
	&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
&lt;/url&gt;</p>
<p>This is for the front page, the important part here is the <strong>changefreq</strong> node. <strong>It is very important that you let Google know how often to expect this page to change</strong>. This is my front page, I change it daily using a tool I built where I can login to my Admin Panel, select the page and make changes to it. I&#8217;ll be writing an article about this tool I created and if interested <a href=mailto:klanders@landersweb.com>email me</a> to discuss and a demo. <strong>Changing content is key to Google placement</strong>, this tool I built will come in handy in quickly updating content and addding content throughout my site. </p>
<p>Currently my website is a sleek 10 pages but it will be growing as I add Web 2.0 information and articles that will assist my clients at the Google SEO game.</p>
<p><strong>Below is my complete Sitemap and I have just submitted it to Google</strong>, they say it will take a few hours to index. It seems a bit backward that I did not go in and optimize my pages for the search term &#8220;<strong>Professional Web Maintenance</strong>&#8221; but I wanted to get the sitemap uploaded to Google. I did add that keyword to my front page and a few other pages. Tomorrow I&#8217;ll be working on more keyword optimization of my pages.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243; ?&gt;<br />
&lt;urlset xmlns=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9&#8243; xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221; xsi:schemaLocation=&#8221;http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&#8221;&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/&lt;/loc&gt;<br />
	&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/testimonials_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/MicrosoftDotNet_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/SEO_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/webdesign_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/webdevelopment_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/webhosting_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/Security_Secunia_page.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/default.aspx&lt;/loc&gt;<br />
	&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;url&gt;<br />
	&lt;loc&gt;http://www.landersweb.com/WordPress&lt;/loc&gt;<br />
	&lt;changefreq&gt;daily&lt;/changefreq&gt;<br />
&lt;/url&gt;<br />
&lt;/urlset&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Welcome fellow Google Page One seekers</title>
		<link>http://www.landersweb.com/wordpress/?p=3</link>
		<comments>http://www.landersweb.com/wordpress/?p=3#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:22:15 +0000</pubDate>
		<dc:creator>webdevkev</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[FaceBook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Rank]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web Maintenance]]></category>

		<guid isPermaLink="false">http://www.landersweb.com/wordpress/?p=3</guid>
		<description><![CDATA[This is the first post in a series of several as I start a few SEO campaigns for my web site and those of my clients. I will be writing articles about my experiences using different SEO techniques including

Google Optimization Tools (Sitemap, Google Analytics)
Web 2.0 tools (Twitter, FaceBook, Blogs, Dynamic Web Pages)
Link Building Strategies
Keyword Targeting]]></description>
			<content:encoded><![CDATA[<p>Ending up at my blog, you are probably interested in getting your web site, your companies web site or a clients web site listed higher in the search engines, specifically <strong>getting to Page One on Google</strong>. We share an interest as I am now seeking to more fully understand what is involved in getting high Google rankings, my goal being to get my web site (<a href="http://www.LandersWeb.com">www.LandersWeb.com</a>) and those of my clients ranked higher in Google.</p>
<p>This is the first post in a series of several as I start a few SEO campaigns for my web site and those of my clients. I will be writing articles about my experiences using different SEO techniques including</p>
<ul>
<li><strong>Google Optimization Tools</strong> (Sitemap, Google Analytics)</li>
<li><strong>Web 2.0 tools</strong> (Twitter, FaceBook, Blogs, Dynamic Web Pages)</li>
<li><strong>Link Building Strategies</strong></li>
<li><strong>Keyword Targeting</strong></li>
</ul>
<p><strong>The First Step</strong> &#8211; A few months back I trimmed my cluttered website down to a few pages so I could focus on message, content and keywords. I edited the titles, edited the keywords to focus on a certain searches and edited the content to make it more interesting and keyword rich. A few weeks later a search on Google for &#8220;<strong>Web Maintenance Portland</strong>&#8221; my website comes up <strong>first on Page One of Google</strong>. That is a nice small win, but how many people are searching &#8220;<strong>Web Maintenance Portland</strong>&#8220;. This is however a good example that setting up a website for certain keywords does in fact work, now it is time to focus on less targeted keywords that will result in signigicantly more traffic.</p>
<p>A good goal for my website is to get listed on Google Page One for &#8220;<strong>Web Maintenance</strong>&#8220;, that is a much more realistic search. Plus, my services (web development, design, maintenance and hosting) are services I can provide to companies around the globe not just those in the Portland OR area. The problem is that I will have a lot more competition for Page One, more poeple will be searching that term so there will be more effort (dollars, SEO experts, consultants) spent by my competition in getting that Page One listing.</p>
<p>I have just set a lofty goal for myself, check in to this blog occasionally for posts on what is working, not working and even offer me some advice to me as I compete against all web maintnenace and development companies for Page One of Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.landersweb.com/wordpress/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
