<?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>Web Design Blog &#124; Craig Pennings</title>
	<atom:link href="http://www.craigpennings.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craigpennings.com/blog</link>
	<description>Web Design Blog</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>301 redirect and SEO</title>
		<link>http://www.craigpennings.com/blog/301-redirect-and-seo/</link>
		<comments>http://www.craigpennings.com/blog/301-redirect-and-seo/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 17:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[301 Redirect]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.craigpennings.com/blog/?p=32</guid>
		<description><![CDATA[A 301 redirect is an effective on-page SEO method to let search engines know exactly where your domain is. A great SEO method/trick that I have learned is pointing the url WITHOUT the &#8220;www.&#8221; in front of it, to the url WITH the &#8220;www.&#8221; so that any link pointing to either of those, will be [...]]]></description>
			<content:encoded><![CDATA[<p>A <strong>301 redirect</strong> is an effective on-page SEO method to let search engines know exactly where your domain is. A great SEO method/trick that I have learned is pointing the url WITHOUT the &#8220;www.&#8221; in front of it, to the url WITH the &#8220;www.&#8221; so that any link pointing to either of those, will be credited to the same site. Google will view www.yourdomain.com and yourdomain.com as different sites, so when you have links pointing to both of those, you aren&#8217;t getting full credit for your inbound links. You can accomplish a 301 redirect by creating an .htaccess file with the code below and placing it in your root folder:</p>
<p>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^yourdomain.com [nc]<br />
rewriterule ^(.*)$ http://www.yourdomain.com/$1 [r=301,nc]</p>
<p>Please REPLACE www.yourdomain.com in the above code with your actual domain name.</p>
<p>*This method works for linux servers*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigpennings.com/blog/301-redirect-and-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grand Rapids Web Design</title>
		<link>http://www.craigpennings.com/blog/grand-rapids-web-design/</link>
		<comments>http://www.craigpennings.com/blog/grand-rapids-web-design/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 05:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Grand Rapids]]></category>
		<category><![CDATA[Kalamazoo]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.craigpennings.com/blog/?p=29</guid>
		<description><![CDATA[Hello everyone! I am pleased to announce that I have been working hard on revamping my website over the past few weeks to make it not only better in representing my work, but to be more informational and resourceful on all levels. With that, I have also geared my website to target the Grand Rapids [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>I am pleased to announce that I have been working hard on revamping my website over the past few weeks to make it not only better in representing my work, but to be more informational and resourceful on all levels. With that, I have also geared my website to target the <a href="http://www.craigpennings.com/web-design/web-design-grand-rapids">Grand Rapids web design</a> market along with keeping to my Kalamazoo roots. I have just begun <a href="http://www.craigpennings.com/internet-marketing/link-building">Link Building</a> on my site again, and plan on taking back my #1 rankings in Kalamazoo, as well as take over the #1 rankings in Grand Rapids over the next few months. I am very excited to see how things go as both markets are very competitive, and hope to network with many design firm owners in Grand Rapids as I become part of their web community. I am also looking forward to meeting and working with many new web design clients from the Grand Rapids area. Please <a href="http://www.craigpennings.com/contact-me">contact me</a> for a free quote on your next project. I look forward to hearing from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.craigpennings.com/blog/grand-rapids-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

