<?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 Cash &#187; seo</title>
	<atom:link href="http://www.earn-web-cash.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earn-web-cash.com</link>
	<description>Writing, Designing, and Making Money Online</description>
	<lastBuildDate>Sun, 04 Dec 2011 22:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Spread the Love: Intersite Linking</title>
		<link>http://www.earn-web-cash.com/2008/03/27/intersite-linking-seo/</link>
		<comments>http://www.earn-web-cash.com/2008/03/27/intersite-linking-seo/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 00:31:44 +0000</pubDate>
		<dc:creator>Walkere</dc:creator>
				<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.earn-web-cash.com/2008/03/27/intersite-linking-seo/</guid>
		<description><![CDATA[I recently started working on a new website &#8211; the one I mentioned in the article on creating individual 301 redirects for WordPress. I got the site up and running, updated some content, and then submitted my sitemap information to the Google Webmaster Tools. As usual, the next step is to wait and see how [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started working on a new website &#8211; the one I mentioned in the article on creating <a href="http://www.earn-web-cash.com/2008/03/23/moving-wordpress-individual-301-redirects-with-php/">individual 301 redirects for WordPress</a>.</p>
<p>I got the site up and running, updated some content, and then submitted my sitemap information to the Google Webmaster Tools.  As usual, the next step is to wait and see how long it takes Google to start regularly indexing the site.<br />
<span id="more-183"></span></p>
<h4>Instant Indexing</h4>
<p>When I checked my site&#8217;s info in Webmaster Tools the next day, I found something strange &#8211; a page in the site was already cached in the index.</p>
<p>I had included a link to the site in the article here.  This site has a decent reputation with Google.  According to <a href="http://www.seometer.com">SEO Meter</a>, this site gets crawled every 1 to 2 days.</p>
<p>Apparently, Google crawled the site, followed the link, and cached that page in the index.  It has yet to sort through the new links and the sitemap, but the home page is accessible through a Google search.</p>
<h4>Get Articles Listed Quickly</h4>
<p>This leads me to a pretty useful bit of information.  If you have a link on a trusted site to an page that is previously unknown to Google, it will quickly get stored in the index.</p>
<p>I&#8217;ve never found this type of quick response with directory listings or forum links.  I suppose the difference here is that it&#8217;s a direct content to content link that carries some real weight.</p>
<p>If you already run a website &#8211; or if you write articles at <a href="http://www.associatedcontent.com">Associated Content</a> or a similar site &#8211; this seems like a pretty good strategy for jump-starting the crawling process.  Choose some of your main landing pages and link to them immediately from other sites that you own and write for.</p>
<p>This will send Google your way, get your pages indexed, and start bringing in a modicum of search engine traffic.  From there, you can wait for the rest of your link building strategy to help improve your SERP and Page Rank.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.earn-web-cash.com/2008/03/27/intersite-linking-seo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moving WordPress: Individual 301 Redirects with PHP</title>
		<link>http://www.earn-web-cash.com/2008/03/23/moving-wordpress-individual-301-redirects-with-php/</link>
		<comments>http://www.earn-web-cash.com/2008/03/23/moving-wordpress-individual-301-redirects-with-php/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 01:51:58 +0000</pubDate>
		<dc:creator>Walkere</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.earn-web-cash.com/2008/03/23/moving-wordpress-individual-301-redirects-with-php/</guid>
		<description><![CDATA[I recently decided to move part of an old blog to an independent site. In order to maintain the meager search engine and referral traffic that the old pages had, I planned on using 301 Redirects. I figured that I would re-create each of the old articles (~10 total articles) on the new site and [...]]]></description>
			<content:encoded><![CDATA[<p>I recently decided to move part of an <a href="http://walkere.frih.net/issues">old blog</a> to an <a href="http://rolling-horde.net">independent site</a>.</p>
<p>In order to maintain the meager search engine and referral traffic that the old pages had, I planned on using 301 Redirects.  I figured that I would re-create each of the old articles (~10 total articles) on the new site and set up an individual 301 Redirect to send users and search engine spiders to the new location.</p>
<p>The problem, however, was that the standard .htaccess rewrite that WordPress uses was conflicting with the 301 Redirects.  For some reason, they just weren&#8217;t working &#8211; so I turned to a PHP-based solution.<br />
<span id="more-180"></span></p>
<h4>301 Redirects In htaccess</h4>
<p>Normally, you can handle a 301 Redirect with a .htaccess file.  You can do this with a single line in your .htaccess file.</p>
<pre>redirect 301 /path/to/old/file.html http://newdomain.com/file.html</pre>
<p>The first part &#8220;redirect 301&#8243; indicates the <strong>type</strong> of redirect.  This tells the browser (or the search engine spider) that the page has <strong>permanently</strong> moved to the new location.  HTTP has several other options.  The 302 Redirect, for example, indicates that the move is <strong>temporary</strong>.</p>
<p>The next two parts indicate the old path to the file and the URL of the new location.</p>
<p>Normally, that&#8217;s all there is to it.  However, WordPress adds its own layer to the .htaccess file which makes your pretty URLs work.  The URL that you request is really just a bunch of variables that tell WordPress what article to pull out of the database and display in the template.</p>
<p>Although you should be able to get the two to work together, I couldn&#8217;t.  The server was ignoring my 301 Redirect and going directly to the other rewrite rules.</p>
<h4>Using PHP to 301 Redirect a WordPress Page</h4>
<p>The solution?  PHP.</p>
<p>Creating a 301 Redirect in PHP is fairly simple.  I&#8217;d read about it before, and just the other day I came across a <a href="http://www.electrictoolbox.com/php-301-redirect/">brief article about it</a> in one of my regular RSS feeds.</p>
<p>You use the header() function to send custom headers to the user&#8217;s browser.  With these, you can tell the browser that you want to initiate a 301 Redirect.  You can then tell the browser where to go to find the article.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;HTTP/1.1 301 Moved Permanently&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Location: http://newdomain.com/article.html&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Simply replace the URL with the URL you want to redirect to.</p>
<h4>Making It Work With WordPress</h4>
<p>If you look in your site&#8217;s directory structure, you may realize that the path to your article doesn&#8217;t really exist.</p>
<p>Let&#8217;s say we want to redirect the article located at <a href="http://www.earn-web-cash.com/2008/03/20/useful-wordpress-plugins/">http://www.earn-web-cash.com/2008/03/20/useful-wordpress-plugins/</a>.  To use PHP, we&#8217;d need to create a PHP file to replace the article that is being redirected, and include the snippet of code above.</p>
<p>The problem is that the directory /2008/03/20/useful-wordpress-plugins/ doesn&#8217;t exist.  Those are parameters sent to the WordPress script to fetch information out of the database.</p>
<p>To make this type of redirect work, we need to <strong>create</strong> this directory structure.  Start at your root, and create the directory &#8220;2008.&#8221;  Create a directory &#8220;03&#8243; inside that.  Create a directory &#8220;20&#8243; inside that.  Finally, create the directory &#8220;useful-wordpress-plugins&#8221; inside that.</p>
<p>You&#8217;ll notice that there is a trailing slash in the URL.  In a normal directory structure, &#8220;useful-wordpress-plugins&#8221; is a directory, even though it would seem to represent the file where your article resides.  To get the browser to access a PHP file at this location, we place an index.php file in that directory.  Then, accessing the URL will automatically pull up index.php.</p>
<p>In short, create /2008/03/20/useful-wordpress-plugins/index.php, add the snippet of code above, and your redirect should work flawlessly.</p>
<p>This is a good way to move a few articles on a site to a new site.  If you&#8217;re moving an entire site, you&#8217;d definitely want to look into using the .htaccess method, or creating a PHP file that dynamically chooses what page to redirect the user to.  I only had to move 10 articles, so I created ten php files to do the work for me.</p>
<p>There is one caveat to keep in mind.  If your installation of WordPress uses the URL http://www.earn-web-cash.com/2008 to access the yearly archives, you&#8217;ll run into a problem.  /2008 will now be an actual directory &#8211; so the server will try to serve up the directory.  You&#8217;ll need to change your settings so that the archives are located in something like http://www.earn-web-cash.com/archives/2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.earn-web-cash.com/2008/03/23/moving-wordpress-individual-301-redirects-with-php/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>More Backlinks, More Cash with Squidoo</title>
		<link>http://www.earn-web-cash.com/2008/02/15/backlinks-cash-squidoo/</link>
		<comments>http://www.earn-web-cash.com/2008/02/15/backlinks-cash-squidoo/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:25:35 +0000</pubDate>
		<dc:creator>Walkere</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Sundry Musings]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[squidoo]]></category>

		<guid isPermaLink="false">http://www.earn-web-cash.com/2008/02/15/backlinks-cash-squidoo/</guid>
		<description><![CDATA[I&#8217;d seen this idea suggested on a forum, and it&#8217;s about time I got around to it. I created my first lens at Squidoo. Why? I was able to work in a few nice backlinks to my site and my articles. I&#8217;ll earn some cash if it gets traffic of its own. How Does Squidoo [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d seen this idea suggested on a forum, and it&#8217;s about time I got around to it.  I created my first lens at <a href="http://www.squidoo.com/lensmaster/referral/Walkere">Squidoo</a>.</p>
<p>Why?  I was able to work in a few nice backlinks to my site and my articles.  I&#8217;ll earn some cash if it gets traffic of its own.<br />
<span id="more-115"></span></p>
<h5>How Does Squidoo Work?</h5>
<p><a href="http://www.squidoo.com/lensmaster/referral/Walkere">Squidoo</a> is another writing site online &#8211; with a bit of a twist.</p>
<p>Squidoo isn&#8217;t about articles&#8230; it&#8217;s about &#8220;lenses.&#8221;  Each lens is a mini-website.  It&#8217;s longer and more in depth than an article &#8211; but it&#8217;s only one page.</p>
<p>You add all the content you want about your topic &#8211; writing, pictures, polls, link lists, etc &#8211; and hope users come a knockin.  If you do get traffic, you get a portion of the advertising revenue.</p>
<p>You can eke out a few extra bucks by including items for sale on your lens &#8211; like books at Amazon.com.</p>
<h5>Why Did I Write a Lens at Squidoo?</h5>
<p>I&#8217;m pretty sure my lens (<a href="http://www.squidoo.com/xml-php">XML Through PHP</a>) isn&#8217;t going to make a ton of money.  That&#8217;s no reason to scoff at the idea, though.</p>
<p>The lens I created was (as you might have guessed from the title) about XML and PHP.  In the past week or so, I&#8217;ve written three articles here about working with XML.  Do you see where I&#8217;m going with this?</p>
<p>The lens is an overview of working with XML.  Three parts of the lens are hooks to get the reader to come read an article here about a particular application of XML in PHP.</p>
<p>In writing this lens, I accomplished a number of tasks.  I created a useful online resource &#8211; it should be educational for someone that&#8217;s new to working with XML and PHP together.  I created some advertisement for my site &#8211; any readers of the lens should be enticed to click on one or another of my links.  I also improved the SEO of my site by including five targeted backlinks from the lens to content on my own site.</p>
<h5>You Should Join Too!</h5>
<p>I don&#8217;t see any reason <strong>not</strong> to join Squidoo and make a lens or two about your niche.</p>
<p>You can create optimized links to your site and also capture some extra search engine traffic and direct it back to your site.  There&#8217;s a decent referral system in place &#8211; you get $5 if a referree makes $15.  You can also diversify your online writing portfolio and make a little more loot every month.</p>
<p>So head on over to Squidoo, <a href="http://www.squidoo.com/lensmaster/referral/Walkere">sign up, and write your own lens</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.earn-web-cash.com/2008/02/15/backlinks-cash-squidoo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Xomba.com to Generate Backlinks for SEO</title>
		<link>http://www.earn-web-cash.com/2008/02/11/xomba-backlinks-seo/</link>
		<comments>http://www.earn-web-cash.com/2008/02/11/xomba-backlinks-seo/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:22:17 +0000</pubDate>
		<dc:creator>Walkere</dc:creator>
				<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[xomba]]></category>

		<guid isPermaLink="false">http://www.earn-web-cash.com/2008/02/11/xomba-backlinks-seo/</guid>
		<description><![CDATA[Here's another quick tip for creating targeted, dofollow backlinks - write Xomblurbs and Xombytes at Xomba.com.

What is Xomba.com?  It's just another site you can write for on the 'net - and get a share of the revenue through your AdSense account.  This makes it ripe for writing short articles that feature your own website - full of targetted backlinks.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another quick tip for creating targeted, dofollow backlinks &#8211; write Xomblurbs and Xombytes at Xomba.com.</p>
<p>What is Xomba.com?  It&#8217;s just another site you can write for on the &#8216;net &#8211; and get a share of the revenue through your AdSense account.  This makes it ripe for writing short articles that feature your own website &#8211; full of targetted backlinks.<br />
<span id="more-110"></span><br />
There are two types of articles on Xomba &#8211; Xombytes and Xomblurbs.</p>
<p>Xombytes are typical articles.  They should be a couple hundred words (or more).  If I write a Xombyte about one of my websites, I use the same tactic that I use on Associated Content &#8211; I write an overview of a topic and include links to two or three of my own articles.  For optimal SEO, I usually try to sneak in a link to my front page as well on a targeted keyword like &#8220;PHP,&#8221; &#8220;programming,&#8221; or &#8220;web design.&#8221;</p>
<p>Xomblurbs are even simpler.  They seem ripe for backlink generation.  They&#8217;re essentially social bookmarking articles &#8211; you submit a link and a short description.  That description can contain html.</p>
<p>So in a Xomblurb I write a short title, add the link to my own article, write a two sentence intro, and then end with something like &#8220;This is one of many web design and traffic improvement articles located at the site.&#8221;  In the last sentence, I link to two of the categories on my blog.</p>
<p>Although I only write a couple of sentences, I can quickly generate three backlinks to my site &#8211; two with nicely targeted keywords that are good for SEO.</p>
<p>There&#8217;s probably not a whole lot of PR in these pages, but it&#8217;s a ridiculously simple and easy way to generate backlinks to your site.  I&#8217;m going through and writing one or two Xomblurbs a day on my old articles, and I plan on posting most of my new articles there as well.  Seems well worth the investment in time for a bit of SEO.</p>
<p>Here&#8217;s a <a href="http://www.xomba.com/tip_to_increase_traffic_to_blogs_articles" rel="nofollow">sample Xomblurb</a> if you want to check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.earn-web-cash.com/2008/02/11/xomba-backlinks-seo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

