<?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>Music Recording, RecordingReview.com, Web Design / PHP, SEO, and Web Marketing &#187; Search Engine Optimization</title>
	<atom:link href="http://www.brandondrury.com/category/search-engine-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandondrury.com</link>
	<description>Need to do anything online, I can help.</description>
	<lastBuildDate>Sat, 17 Dec 2011 18:12:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Forcing Subdomain Redirect With htaccess</title>
		<link>http://www.brandondrury.com/forcing-subdomain-redirect-with-htaccess/</link>
		<comments>http://www.brandondrury.com/forcing-subdomain-redirect-with-htaccess/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 17:58:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[onsite SEO]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/forcing-subdomain-redirect-with-htaccess/</guid>
		<description><![CDATA[A tremendous duplicate content problem within Google is when a subdomain and a folder on your site contain the exact same content.  This htaccess will use mod_rewrite to force your subdomains with a 301 redirect.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just happened to do a search for my site, recordingreview.com, in Google and I noticed that I had two entries for my forum (which is on a subdomain).</p>
<p>www.recordingreview.com/forum/</p>
<p>and </p>
<p>forum.recordingreview.com/ both appeared.</p>
<p>This is bad news for duplicated content!  So, I immediately hopped on a few forums but none of them seamed to know the answer.  I was also concerned that I would mess something up in vBSEO.  </p>
<p>So here is the solution to force a subdomain to ONLY go to the subdomain.  </p>
<p>Note: </p>
<ul>
<li>This htaccess MUST be in the folder you want to redirect from.</li>
<li>This will only be necessary on servers that allow you to access the subdomain by typing in domain.com/subdomain/</li>
</ul>
<blockquote><p>RewriteCond %{HTTP_HOST} !^forum\.recordingreview\.com<br />
RewriteRule (.*) http://forum.recordingreview.com/$1 [L,R=301]</p></blockquote>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/forcing-subdomain-redirect-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earthlink Disables Mod_Rewrite</title>
		<link>http://www.brandondrury.com/earthlink-disables-mod_rewrite/</link>
		<comments>http://www.brandondrury.com/earthlink-disables-mod_rewrite/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 00:15:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/2007/07/30/earthlink-disables-mod_rewrite/</guid>
		<description><![CDATA[Well, I just wasted a few hours of my life.  I&#8217;m helping a buddy, Eric Conn,  get his Audio Mastering website setup for better onsite search engine optimization.  I spent considerable time getting messing with htaccess to setup search engine friendly URLs.  
After a while, I gave up.  Nothing was [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, I just wasted a few hours of my life.  I&#8217;m helping a buddy, Eric Conn,  get his <a href="http://independentmastering.com">Audio Mastering </a>website setup for better onsite search engine optimization.  I spent considerable time getting messing with htaccess to setup search engine friendly URLs.  </p>
<p>After a while, I gave up.  Nothing was working.  It turns out that the Earthlink hosting disables mod_rewrite.  That&#8217;s right, in 2007 Earthlink has decided to disable the option of search engine friendly URLs.</p>
<p>I was able to get a â€œnext bestâ€ solution.  I added â€œindex.phpâ€ in front of the custom URL / permalink setup in Wordpress.</p>
<p>In this particular case, I just wanted to domain.com/category/blog-title/</p>
<p>For the â€œCustom Structureâ€, I used:   /index.php/%category%/%postname%/</p>
<p>Now everything is working fine,  The URL isn&#8217;t perfect as every URL now has index.php/category/blog-title/ but I think it&#8217;s much better than using index.php?q=5 or whatever.</p>
<p>Brandon</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/earthlink-disables-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Text Link Center</title>
		<link>http://www.brandondrury.com/developing-text-link-center/</link>
		<comments>http://www.brandondrury.com/developing-text-link-center/#comments</comments>
		<pubDate>Tue, 08 May 2007 03:29:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/2007/05/07/developing-text-link-center/</guid>
		<description><![CDATA[I&#8217;m currently busting my tail on a new site called Text Link Center.  The ideas is to revolutionize the way that text links are bought and sold (for search engine optimization purposes) online.  There are some decent systems out there now, but they charge HALF  of your months income.  
So if [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently busting my tail on a new site called <a href="http://www.textlinkcenter.com">Text Link Center</a>.  The ideas is to revolutionize the way that text links are bought and sold (for search engine optimization purposes) online.  There are some decent systems out there now, but they charge HALF  of your months income.  </p>
<p>So if you charge $50 per month for a text link, they are getting $25 each and every month.  We&#8217;d like to see this change so a person could cut their price by 40% and make even more money. </p>
<p>I&#8217;m not exactly an php / mysql badass, so development of textlinkcenter.com has taken longer than it should.  Oh well, I guess that&#8217;s how you learn.  </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/developing-text-link-center/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Austin Texas Recording Studio</title>
		<link>http://www.brandondrury.com/austin-texas-recording-studio/</link>
		<comments>http://www.brandondrury.com/austin-texas-recording-studio/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 22:52:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/2007/01/27/austin-texas-recording-studio/</guid>
		<description><![CDATA[
When I attended the Michael Wagener Recording Workshop, in January 2006 I met Mark Warren.  In 2006, Mark started 5am Studios.  An Austin, Texas recording studio outfitted with Pro Tools HD3, killer rooms, etc.  Basically, a high end facility. 
Anyway, Mark wanted some help to get the top of the search engines. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.brandondrury.com/?attachment_id=14' rel='attachment wp-att-14' title='Austin Recording Studios'><img src='http://www.brandondrury.com/wp-content/uploads/2007/01/5amstudios.jpg' alt='Austin Recording Studios' style='float:left; padding: 10px;'/></a></p>
<p>When I attended the Michael Wagener Recording Workshop, in January 2006 I met Mark Warren.  In 2006, Mark started 5am Studios.  An <a href="http://www.5amstudios.com">Austin, Texas recording studio </a>outfitted with Pro Tools HD3, killer rooms, etc.  Basically, a high end facility. </p>
<p>Anyway, Mark wanted some help to get the top of the search engines.  So for the past few months, we&#8217;ve been watching 5am Studio&#8217;s Rankings increasingly climb to the top of the search engines.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/austin-texas-recording-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missouri Deer Hunting Land</title>
		<link>http://www.brandondrury.com/missouri-deer-hunting-land/</link>
		<comments>http://www.brandondrury.com/missouri-deer-hunting-land/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 21:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/2007/01/27/missouri-deer-hunting-land/</guid>
		<description><![CDATA[I&#8217;ve recorded a lot of musicians, but one of my favorite human beings is Chase Wright.  Chase is in the band Fists of Phoenix whom I&#8217;ve recorded on many occassions.
Chase&#8217;s old man has got some land somewhere here in Southeast Missouri that he offers to people around the universe to go hunting.  Chase&#8217;s [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.brandondrury.com/wp-content/uploads/2007/01/whitetaildeer.jpg' title='White Tail Deer'><img src='http://www.brandondrury.com/wp-content/uploads/2007/01/whitetaildeer.jpg' alt='White Tail Deer' style='float:left; padding: 10px; border:none;'/></a>I&#8217;ve recorded a lot of musicians, but one of my favorite human beings is Chase Wright.  Chase is in the band <a href="http://www.myspace.com/fistsofphoenix">Fists of Phoenix</a> whom I&#8217;ve recorded on many occassions.</p>
<p>Chase&#8217;s old man has got some land somewhere here in Southeast Missouri that he offers to people around the universe to go hunting.  Chase&#8217;s dad (who may not even exist) has remained anonymous so far during the web development process as all my dealings have been with Chase.  </p>
<p>From the way that Chase talks, his dad had never even used the internet until a week ago.  However, this doesn&#8217;t mean that he can&#8217;t have a great website to further promote his business endeavors.  </p>
<p>So Chase, who is a little more up on this whole internet thing, came over and we worked out a site for them in just a couple of hours.</p>
<p>Chase&#8217;s dad didn&#8217;t want to spend a fortune on web design, so I used a freely available script (called Wordpress&#8230;which is the same thing this site uses) to manage the <a href="http://www.whitetailridgeadventures.com/">Missouri Deer Hunting Land </a>site.</p>
<p>Just like with HomesByDHS.com, this is a site that the user can manager entirely themselves.  Just log in to the admin panel and change what you want to change.  It&#8217;s very simple and takes me, the web designer guy, out of the picture.  Of course, I&#8217;m always here if they need me, but it&#8217;s nice for both parties when they can do pretty much everything themselves.</p>
<p>Soon, I will begin the process of ranking in the search engines for Missouri Deer Hunting.</p>
<p>Brandon</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/missouri-deer-hunting-land/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cape Girardeau Real Estate</title>
		<link>http://www.brandondrury.com/cape-girardeau-real-estate/</link>
		<comments>http://www.brandondrury.com/cape-girardeau-real-estate/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 21:36:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.brandondrury.com/2007/01/27/cape-girardeau-real-estate/</guid>
		<description><![CDATA[A buddy of mine, Rick Sample (who owns Distinctive Home Solutions, a Cape Girardeau Home Builder), has been bugging me about getting a kick ass website to show off his home building business.  
It was a big deal to me to build a site that Rick could work himself.  Rick may have a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A buddy of mine, Rick Sample (who owns Distinctive Home Solutions, a <a href="http://www.homesbydhs.com">Cape Girardeau Home Builder</a>), has been bugging me about getting a kick ass website to show off his home building business.  </p>
<p>It was a big deal to me to build a site that Rick could work himself.  Rick may have a mega understanding of studs and insulation, but he&#8217;s ALMOST useless on a computer.  So, I used a little programming (okay, a lot of programming0 to create a site that he could update 99.9% of the time himself.</p>
<p>I&#8217;m a very busy guy and sometimes it&#8217;s hard for me to make time to change a mundane detail on a site for a client who may not know how.  Well, that has all changed.  My programming and site design makes changing, editing, or updating a website about as simple as checking your email at Yahoo or Hotmail.</p>
<p>So what does HomesbyDHS do that a normal site doesn&#8217;t do?</p>
<ul>
<li>When Rick wants to add a house, he logs into his admin section and clicks â€œAdd A Homeâ€. He&#8217;ll be asked the price, square footage, bedrooms, bathroom, etc.  He&#8217;ll then be asked to specify pictures from the house, which will be uploaded, automatically resized, and stored for web use.  If he sells a home, he simply edits the home and changes it&#8217;s status to â€œsoldâ€.  The home no longer shows up on the â€œfor saleâ€ section.  </li>
<li>If Rick wants to announce to the world that he has a new home for sale, he clicks on â€œNewsletterâ€ and types a message (and even includes images).  When he hits send, his entire mailing list (anyone who has ever contacted him via the Homesbydhs.com website) will receive the update of his latest home for sale.  Not everyone will want to receive this updates, so a link is provided in the email to remove a person from the mailing list.</li>
<li>If Rick gets busy and forgets to send a newsletter, I&#8217;ve written a script that will automatically email him if he has not sent an email in 30 days.  Sometimes we all need a reminder for various tasks.  Using programming keeps out site active, alive, and keeps traffic and awareness up without having to waste brain power remembering.  Let my programming take care of that.<br />
Rick can also post updates in the news section of the site.  </li>
<li>If Rick wants to add a new page or section to the site, he simply clicks on â€œcreate new pageâ€ and then writes what he wants to say, adds pictures where he wants to add pictures in a format that feels a lot more like word that some crazy web page programming junk.<br />
If Rick decides that one page doesn&#8217;t fit what he wants to tell the world, he uses the admin tool to remove it.  </li>
<li>Rick always wants to put his best foot forward, so the website is setup to always show his most expensive home at the top of the homepage.  </li>
</ul>
<p>When work completes on the scripting and graphic design of Homesbydhs.com, we will begin the search engine optimization process to get Rick&#8217;s Cape Girardeau Real Estate site to the top of Google and the other search engines.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brandondrury.com/cape-girardeau-real-estate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

