<?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>Adam Miller Online&#187;  | Adam Miller Online</title>
	<atom:link href="http://adammilleronline.com/feed" rel="self" type="application/rss+xml" />
	<link>http://adammilleronline.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 25 Jan 2010 22:22:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Magento URL Suffix: How to Add a Trailing Slash</title>
		<link>http://adammilleronline.com/seo/site-architecture/magento-url-suffix-how-to-add-a-trailing-slash</link>
		<comments>http://adammilleronline.com/seo/site-architecture/magento-url-suffix-how-to-add-a-trailing-slash#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Architecture]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[search friendly URLs]]></category>

		<guid isPermaLink="false">http://adammilleronline.com/?p=20</guid>
		<description><![CDATA[After more playing around with search friendly URLs in Magento I came across a bug in the rewrite management. Essentially, changing the URL suffix on category and product URLs to &#8216;/&#8217; (slash character) generates a 404 page on all URLs. To make this work, change line 178 in &#8220;app/code/core/Mage/Core/Model/Url/Rewrite.php&#8221; from $requestPath = trim($request-&#62;getPathInfo(), &#8216;/&#8217;); to: [...]]]></description>
			<content:encoded><![CDATA[<p>After more playing around with search friendly URLs in Magento I came across a bug in the rewrite management. Essentially, changing the URL suffix on category and product URLs to &#8216;/&#8217; (slash character) generates a 404 page on all URLs.</p>
<p>To make this work, change line 178 in &#8220;app/code/core/Mage/Core/Model/Url/Rewrite.php&#8221; from</p>
<blockquote><p>$requestPath = trim($request-&gt;getPathInfo(), &#8216;/&#8217;);</p></blockquote>
<p>to:</p>
<blockquote><p>$requestPath = ltrim($request-&gt;getPathInfo(), &#8216;/&#8217;);</p></blockquote>
<p> </p>
<p>Works fine for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://adammilleronline.com/seo/site-architecture/magento-url-suffix-how-to-add-a-trailing-slash/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Changing Directory Location Using .htaccess</title>
		<link>http://adammilleronline.com/seo/site-architecture/changing-directory-location-using-htaccess</link>
		<comments>http://adammilleronline.com/seo/site-architecture/changing-directory-location-using-htaccess#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:07:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Architecture]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://adammilleronline.com/?p=18</guid>
		<description><![CDATA[I&#8217;ve been playing around with Magento and WordPress recently (more specifically trying to integrate both in design and navigation) and decided to move the installations of WordPress and Magento into seperate directories in a site root using .htaccess This should work for any dynamic content cms/ecommerce platform (depending on their internal URL structure and customisability), [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with Magento and WordPress recently (more specifically trying to integrate both in design and navigation) and decided to move the installations of WordPress and Magento into seperate directories in a site root using .htaccess</p>
<p>This should work for any dynamic content cms/ecommerce platform (depending on their internal URL structure and customisability), try it out in .htaccess:</p>
<blockquote><p>Options +FollowSymLinks<br />
RewriteEngine on</p>
<p>#rewrite everything to index.php apart from blog pages</p>
<p>RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_URI} !^/blog/<br />
RewriteRule . /shop/index.php [L]</p>
<p>DirectoryIndex shop/index.php</p></blockquote>
<p>This basically rewrites all URLs that aren&#8217;t physical files or directories to &#8216;shop/index.php&#8217;, with the exception of any URIs starting with &#8216;/blog/&#8217;.</p>
<p>The last statement tells the root to serve &#8216;shop/index.php&#8217; (this can cause duplicate content between root and &#8216;shop/index.php&#8217; so add a RewriteRule to prevent it).</p>
<p><strong>Why Would I Want to Do This?</strong></p>
<p>My only reason for doing so was to move seperate installations into subfolders (while serving /shop/index.php at the root) &#8211; just helps keep everything tidy and segmented in the server root directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://adammilleronline.com/seo/site-architecture/changing-directory-location-using-htaccess/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Facebook Profiles &amp; Vanity URLs For Reputation Management</title>
		<link>http://adammilleronline.com/facebook/facebook-urls-and-reputation-management</link>
		<comments>http://adammilleronline.com/facebook/facebook-urls-and-reputation-management#comments</comments>
		<pubDate>Sat, 13 Jun 2009 10:47:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Reputation Management]]></category>
		<category><![CDATA[facebook profile]]></category>
		<category><![CDATA[facebook urls]]></category>

		<guid isPermaLink="false">http://adammilleronline.com/?p=9</guid>
		<description><![CDATA[As most of you know Facebook changed their policies on vanity URLs, and it appears some of you have been click to get in on it! (Some b*****d beat me to it, so with a little creative enginuity [read typing] I&#8217;ve managed to create the next best thing). It seems to me Facebook have made [...]]]></description>
			<content:encoded><![CDATA[<p>As most of you know Facebook changed their policies on vanity URLs, and it appears some of you have been click to get in on it! (Some b*****d beat me to it, so with a little creative enginuity <em>[read typing]</em> I&#8217;ve managed to create the next best thing).</p>
<p>It seems to me Facebook have made this a little difficult to change, as the options aren&#8217;t within the settings of your profile account (or at least I had difficulty finding them anyway).</p>
<p>I&#8217;d like to demonstrate how to change these URLs and make your profile public (so you stand a greater chance of ranking your profile for your name)- personal reputation management if you will.</p>
<p><strong>Changing Facebook Vanity URLs</strong></p>
<p>You would&#8217;ve thought Facebook would add the settings to changing this from within the privacy options in your profile, right? Not the case. <a href="http://blog.facebook.com/blog.php?post=90316352130" target="_blank">This blog post</a> points you to this page to <a href="http://www.facebook.com/username/" target="_blank">change facebook URLs</a>. Unfortunately you can&#8217;t use hyphens or underscores as seperators, so if someone already has your name (like the b*****d who beat me to it!) I recommend subtle changes (drop your initial or something in there), as long as your name is in the URL (or whichever name you are providing remedial reputation management for).</p>
<p>Great!</p>
<p>The next step if you haven&#8217;t already done so is to make your profile visible to search engines.</p>
<p><strong>Making Facebook Profile Visible to Google &amp; Other Search Engines</strong></p>
<p>Again, you would&#8217;ve thought Facebook would make this easy, right? Took me ages <em>[read 'a search on Google']</em> to find this out. Whilst still logged into your account, head over to the <a href="http://www.facebook.com/privacy/?view=search" target="_blank">Facebook Search Privacy page</a> and change &#8216;Search Visibility&#8217; to &#8216;Everyone&#8217;.</p>
<div id="attachment_14" class="wp-caption alignnone" style="width: 431px">
	<img class="size-full wp-image-14" title="Making a Facebook profile available to search engines" src="http://adammilleronline.com/wp-content/uploads/2009/06/facebook_public_profile.jpg" alt="Make Facebook Profile Public" width="431" height="300" />
	<p class="wp-caption-text">Make Facebook Profile Public</p>
</div>
<p>To keep things a little more private I&#8217;ve only selected &#8216;My Profile Picture&#8217;, &#8216;<label id="label_search_filter_friend" for="search_filter_friend">A link to add me as a friend</label>&#8216; and &#8216;A link to send me a message&#8217;. I haven&#8217;t tested this, but if you had a fan page <em>&#8230;say a client fan page you&#8217;re trying to rank above negative results?</em>, in theory this would be an easy link through to their fan page which would now become visible to Google with a little crawling? (let me know your views on this below).</p>
<p>I&#8217;ve also checked &#8216;Create a <a onclick="return wait_for_load(this, event, function() { privacy_view_public_listing_pop_message(); return false; });">public search listing</a> for me and submit it for search engine indexing (see preview)&#8217; and click &#8216;Save Changes&#8217;, and voila, you now have a public facebook page with a keyword rich URL on a strong domain with an optimised title tag. I suggest interlinking this page with other profile pages on your other networks (Twitter, Flickr etc&#8230; you know the rest!), maybe point a few extra anchor text links at the page (like this shameless example for <a href="http://www.facebook.com/adam.m.miller" target="_blank">Adam Miller</a>) and with little effort you should have your Facebook profile ranking easily.</p>
<p>Got questions? Let me know below.</p>
]]></content:encoded>
			<wfw:commentRss>http://adammilleronline.com/facebook/facebook-urls-and-reputation-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
