<?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>media&#124;extranet &#187; SEO</title>
	<atom:link href="http://www.mediaextra.net/category/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mediaextra.net</link>
	<description>campaign, connect and conquor</description>
	<lastBuildDate>Thu, 04 Mar 2010 05:23:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick trick for Pretty URLs</title>
		<link>http://www.mediaextra.net/2009/seo/quick-trick-for-pretty-urls/</link>
		<comments>http://www.mediaextra.net/2009/seo/quick-trick-for-pretty-urls/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 05:48:54 +0000</pubDate>
		<dc:creator>Jack Keller</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.mediaextra.net/?p=39</guid>
		<description><![CDATA[Most people utilize a CMS or Weblog software that automatically handles url rewrites, but what if you have a simple website that doesn't need quite the same treatment?
I came up with a quick down and dirty little trick to help overcome such an instance and I think you may find this useful.
Fire up your favorite [...]]]></description>
			<content:encoded><![CDATA[<p>Most people utilize a CMS or Weblog software that automatically handles url rewrites, but what if you have a simple website that doesn't need quite the same treatment?</p>
<p>I came up with a quick down and dirty little trick to help overcome such an instance and I think you may find this useful.</p>
<p>Fire up your favorite text editor and open up create a .htaccess file (or modify the file that may be sitting in your root directory) and paste these lines in. Feel free to tweak them a bit to suit your needs, maybe you'll even find a better use for this method.</p>
<div class="igBar"><span id="lhtml-2"><a href="#" onclick="javascript:showPlainTxt('html-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-2">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#444444;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteEngine On</div>
</li>
<li style="font-weight: bold;color:#D7D7D7;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteBase /</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#444444;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule ^admin/.*$ — [PT]</div>
</li>
<li style="font-weight: bold;color:#D7D7D7;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># Use the above line for a folder that you DON'T want to follow these rules</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#444444;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">RewriteRule ^/?([a-zA-Z0-9-_/]+)/$ $1.php [L]</div>
</li>
<li style="font-weight: bold;color:#D7D7D7;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># Here's where the "magic" happens</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#444444;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># http://www.example.com/page.php — OLD</div>
</li>
<li style="font-weight: bold;color:#D7D7D7;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"># http://www.example.com/page/ — NEW </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>And that's it! Pretty URL's on the easy.</p>

<div class="sociable">
<div class="sociable_tagline">
Share?
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F&amp;t=Quick%20trick%20for%20Pretty%20URLs" title="Facebook"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F&amp;title=Quick%20trick%20for%20Pretty%20URLs" title="Design Float"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F&amp;title=Quick%20trick%20for%20Pretty%20URLs&amp;notes=Most%20people%20utilize%20a%20CMS%20or%20Weblog%20software%20that%20automatically%20handles%20url%20rewrites%2C%20but%20what%20if%20you%20have%20a%20simple%20website%20that%20doesn%27t%20need%20quite%20the%20same%20treatment%3F%0A%0AI%20came%20up%20with%20a%20quick%20down%20and%20dirty%20little%20trick%20to%20help%20overcome%20such%20an%20insta" title="del.icio.us"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F&amp;title=Quick%20trick%20for%20Pretty%20URLs" title="StumbleUpon"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F" title="Technorati"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mediaextra.net%2F2009%2Fseo%2Fquick-trick-for-pretty-urls%2F&amp;title=Quick%20trick%20for%20Pretty%20URLs&amp;bodytext=Most%20people%20utilize%20a%20CMS%20or%20Weblog%20software%20that%20automatically%20handles%20url%20rewrites%2C%20but%20what%20if%20you%20have%20a%20simple%20website%20that%20doesn%27t%20need%20quite%20the%20same%20treatment%3F%0A%0AI%20came%20up%20with%20a%20quick%20down%20and%20dirty%20little%20trick%20to%20help%20overcome%20such%20an%20insta" title="Digg"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mediaextra.net/2009/seo/quick-trick-for-pretty-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for Optimizing Your SEO</title>
		<link>http://www.mediaextra.net/2008/workflow/tips-optimizing-seo/</link>
		<comments>http://www.mediaextra.net/2008/workflow/tips-optimizing-seo/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:20:18 +0000</pubDate>
		<dc:creator>Jenna Gruhala</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[SEF]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.mediaextra.net/2008/workflow/tips-optimizing-seo/</guid>
		<description><![CDATA[ We came across a great article on the do’s and don’ts of Google search engine optimization (SEO). The beef of the article is included below.
DO

Have other quality, relevant sites link to yours
Submit a site map using your Google Webmaster Tools account
Submit your site to quality, high authority directories in the appropriate category
Make a site [...]]]></description>
			<content:encoded><![CDATA[<h3 class="post-title entry-title"> We came across a <a href="http://seonoobs.com/exclusive-google-seo-advice-breaking-news/">great article </a>on the do’s and don’ts of Google search engine optimization (SEO). The beef of the article is included below.</h3>
<p><span style="font-weight: bold">DO</span>
<ol>
<li>Have other quality, relevant sites link to yours</li>
<li>Submit a site map using your Google Webmaster Tools account</li>
<li>Submit your site to quality, high authority directories in the appropriate category</li>
<li>Make a site with text links and a clear hierarchy, and make sure every page is reachable by at least one static text link</li>
<li>Create useful, unique and clearly written content</li>
<li>Make sure your title tags and ALT tags are descriptive and accurate</li>
<li>Maintain clean HTML code</li>
<li>Keep the outgoing links on a page under 100</li>
<li>Make it easy for search bots to crawl your site without error</li>
<li>Make use of the robots.txt file to limit crawling on pages that aren’t useful to visitors</li>
<li>Make pages for users, not search engines</li>
</ol>
<p><span style="font-weight: bold">DON’T</span>
<ol>
<li>Don’t include broken links on your site</li>
<li>Don’t use hidden text or links</li>
<li>Don’t cloak or use sneaky redirects</li>
<li>Don’t load pages with keywords or phrases a.k.a spam</li>
<li>Don’t send automated queries to Google</li>
<li>Don’t create duplicate content</li>
<li>Don’t create pages that install Trojans, viruses, etc.</li>
<li>If you participate in an affiliate program, don’t provide duplicate, run-of-the-mill content</li>
<li>Don’t participate in linking schemes – bloggers are watching you!</li>
</ol>
<p>Source: <a href="http://www.seonoobs.com">seonoobs.com</a></p>

<div class="sociable">
<div class="sociable_tagline">
Share?
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F&amp;t=Tips%20for%20Optimizing%20Your%20SEO" title="Facebook"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.designfloat.com/submit.php?url=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F&amp;title=Tips%20for%20Optimizing%20Your%20SEO" title="Design Float"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/designfloat.png" title="Design Float" alt="Design Float" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F&amp;title=Tips%20for%20Optimizing%20Your%20SEO&amp;notes=%20We%20came%20across%20a%20great%20article%20on%20the%20do%E2%80%99s%20and%20don%E2%80%99ts%20of%20Google%20search%20engine%20optimization%20%28SEO%29.%20The%20beef%20of%20the%20article%20is%20included%20below.DO%09Have%20other%20quality%2C%20relevant%20sites%20link%20to%20yours%09Submit%20a%20site%20map%20using%20your%20Google%20Webmaster%20Tools%20a" title="del.icio.us"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F&amp;title=Tips%20for%20Optimizing%20Your%20SEO" title="StumbleUpon"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F" title="Technorati"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.mediaextra.net%2F2008%2Fworkflow%2Ftips-optimizing-seo%2F&amp;title=Tips%20for%20Optimizing%20Your%20SEO&amp;bodytext=%20We%20came%20across%20a%20great%20article%20on%20the%20do%E2%80%99s%20and%20don%E2%80%99ts%20of%20Google%20search%20engine%20optimization%20%28SEO%29.%20The%20beef%20of%20the%20article%20is%20included%20below.DO%09Have%20other%20quality%2C%20relevant%20sites%20link%20to%20yours%09Submit%20a%20site%20map%20using%20your%20Google%20Webmaster%20Tools%20a" title="Digg"><img src="http://www.mediaextra.net/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mediaextra.net/2008/workflow/tips-optimizing-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
