<?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>FatCatReport.com &#187; SEO Tools &amp; Tips</title>
	<atom:link href="http://www.fatcatreport.com/category/seo-tools-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatcatreport.com</link>
	<description></description>
	<lastBuildDate>Sat, 22 Jan 2011 06:09:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress URLs and URL Rewritting</title>
		<link>http://www.fatcatreport.com/200812/wordpress-urls-and-url-rewritting/</link>
		<comments>http://www.fatcatreport.com/200812/wordpress-urls-and-url-rewritting/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 04:50:52 +0000</pubDate>
		<dc:creator>fatcat</dc:creator>
				<category><![CDATA[Blog Marketing]]></category>
		<category><![CDATA[SEO Tools & Tips]]></category>

		<guid isPermaLink="false">http://www.fatcatreport.com/?p=30</guid>
		<description><![CDATA[As I mentioned in a recent post, URL Rewriting for SEO, static URLs perform far better in search results than dynamic URLs. Now, let&#8217;s look at URL rewriting for WordPress blogs. The good news? WordPress makes URL rewriting very easy. How to enable URL Rewriting in WordPress 2.6.5 Log in to the admin control panel [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in a recent post, <a href="/200811/url-rewriting-for-seo/">URL Rewriting for SEO</a>, static URLs perform far better in search results than dynamic URLs. Now, let&#8217;s look at URL rewriting for WordPress blogs. The good news? WordPress makes URL rewriting very easy.</p>
<p><strong>How to enable URL Rewriting in WordPress 2.6.5</strong><br />
Log in to the admin control panel and do the following:<span id="more-30"></span></p>
<ol>
<li>Click on &#8216;Settings&#8217; in the top right corner.</li>
<li>Click on &#8216;Permalinks&#8217;</li>
<li>Select the one of the options under &#8216;Common Settings&#8217; besides &#8216;Default&#8217; (&#8216;Default&#8217; is the only option for static URLs.)</li>
<li>Copy the text in the form field at the bottom of the page.</li>
<li>Create a text file called htaccess.txt on your desktop (or anywhere you can get to it easily) and paste the text you just copied into it.</li>
<li>Log in to your hosting account using FTP software. Copy the htaccess.txt file to the root level of your hosting account.</li>
<li>Change the name of the htaccess.txt file to .htaccess. If a .htaccess file already exists in that location, delete it first before changing the name.</li>
</ol>
<p><strong>Including Keywords in Your URL</strong><br />
Like I&#8217;ve done here at FatCatReport.com, I recommend using keywords from the title of your post in the URL. Check out the URL of this page for an example. According to <a href="http://www.searchenginenews.com">SearchEngineNews.com</a>, including keywords in your URL can boost a page in the search results of major search engines.</p>
<p>To add keywords from your post title to the URL, select the &#8216;Custom Structure&#8217; option under &#8216;Common Settings&#8217; (step #3 above) and then enter %postname% in the input field next to it.</p>
<p>After you create a post, you can also manually modify a URL. To do this, go to the edit screen of the post. Near the top of the page, you will see the URL of the post with an &#8216;edit&#8217; button next to it. I like to use this edit feature to shorten my URLs if my post titles are too long.</p>
<p>(Just a note: In my URLs, you may have noticed that I added the numerical values for the month and year before the post title keywords. This way, just by looking at the URL, I can tell the year and month the post was created. There is no SEO benefit to doing this. It&#8217;s simply a matter of personal preference.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatcatreport.com/200812/wordpress-urls-and-url-rewritting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Rewriting for SEO</title>
		<link>http://www.fatcatreport.com/200811/url-rewriting-for-seo/</link>
		<comments>http://www.fatcatreport.com/200811/url-rewriting-for-seo/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:40:53 +0000</pubDate>
		<dc:creator>fatcat</dc:creator>
				<category><![CDATA[SEO Tools & Tips]]></category>

		<guid isPermaLink="false">http://www.fatcatreport.com/?p=21</guid>
		<description><![CDATA[I wrote a post recently called Affiliate Marketing with Worpress Blogs. The explanation about URL rewriting got so lengthy, I thought I would write a separate post on the topic. What is URL Rewriting? Rewriting your URLs involves changing a dynamic URL to a static URL. This is typically done to fool search engines into [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote a post recently called <a href="/200811/affiliate-marketing-wordpress/">Affiliate Marketing with Worpress Blogs</a>. The explanation about URL rewriting got so lengthy, I thought I would write a separate post on the topic. </p>
<p><strong>What is URL Rewriting?</strong><br />
Rewriting your URLs involves changing a dynamic URL to a static URL. This is typically done to fool search engines into thinking your dynamic pages are actually static pages. <span id="more-21"></span></p>
<p><strong><br />
Why is it Important to use URL Rewriting?</strong><br />
Simply put: static URLs perform much better than dynamic URLs in search results. So, if you have a dynamic, database-driven site you need to make the data in your URL appear as if it is calling a static page. URL rewriting helps your pages get better rakings in search results on all the major search engines. It is one of the most important SEO tricks you can know. </p>
<p><strong>What is the Difference Between a Static URL and a Dynamic URL?</strong><br />
In a dynamic URL, the file name of a page on your website is followed by a “?&#8221; and other data. Here is an example from FatCatReport.com. When a user runs a search, this is the dynamic URL that is generated:</p>
<p>http://www.fatcatreport.com/index.php?s=apples</p>
<p>This “other data&#8221; determines what is displayed on the page. In the above example, a list of posts and pages with that contain the word ‘apples’ will be displayed.<br />
A static URL contains only names of folders and files. If I was to rewrite the above URL, I would make it appear as if I have a folder on my site called “apples&#8221; that contains a file called ‘index.php.’ I might rewrite it to look something like the following:</p>
<p>http://www.fatcatreport.com/apples/index.php</p>
<p><strong>How to Rewrite Your URLs</strong><br />
If, like the majority of websites, yours is hosted on a UNIX-based server running Apache Web Server, you’ll use an .htaccess file placed in your root directory to rewrite your URLs. Here’s how to <a href="http://corz.org/serv/tricks/htaccess2.php">recreate your own .htaccess file</a>. However, creating an .htaccess is complex. So if you are not very technically savvy you might want to consider hiring someone on <a href="http://www.elance.com">Elance.com</a> or <a href=http://www.getafreelancer.com>Get a Freelancer.com</a>. I have hired freelancers using both these websites, and you can usually find someone for a very reasonable price.<br />
If you your site is a blog and you use WordPress software, there is good news. URL rewriting is much easier with WordPress. To learn how to do this, visit my post on <a href="">URL rewriting on a WordPress blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatcatreport.com/200811/url-rewriting-for-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visitor Tracking Software for SEO</title>
		<link>http://www.fatcatreport.com/200811/visitor-tracking-software-for-seo/</link>
		<comments>http://www.fatcatreport.com/200811/visitor-tracking-software-for-seo/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 04:06:34 +0000</pubDate>
		<dc:creator>fatcat</dc:creator>
				<category><![CDATA[General SEO]]></category>
		<category><![CDATA[SEO Tools & Tips]]></category>

		<guid isPermaLink="false">http://www.fatcatreport.com/?p=17</guid>
		<description><![CDATA[One of the must-haves of any website and the foundation of any good SEO strategy is reliable visitor tracking software. You need to see how much traffic your site is getting, where your traffic is coming from, and what your visitors are doing once they get to your site. Without tracking software, you won&#8217;t know [...]]]></description>
			<content:encoded><![CDATA[<p>One of the must-haves of any website and the foundation of any good SEO strategy is reliable visitor tracking software. You need to see how much traffic your site is getting, where your traffic is coming from, and what your visitors are doing once they get to your site. Without tracking software, you won&#8217;t know if any of your SEO tricks are improving your position in any of the big three search engines &#8211; Google, Yahoo. and MSN.</p>
<p>Here are a few visitor tracking software apps that are free or very affordable: <span id="more-17"></span></p>
<p><strong><a href="http://analytics.google.com">Google Analytics</a></strong>. Like all of Google’s other software apps, this one is top notch and free. A couple features worth mentioning are geo targeting and the Adwords integration. Geo targeting lets you see where in the world your traffic is coming from. Your hits are plotted on a map of the world and you can zoom in to view the number of hits in each city. Google Adwords integration is very useful if you advertise on Google. It lets you track user actions starting the moment someone clicks on your ads.</p>
<p><strong><a href="http://www.StatCounter.com">StatCounter</a></strong>. A good alternative to Google Analytics. One feature that I really like is its ability to track the actions and get IP addresses and location information for specific users. However, with their free version they offer unlimited summary data, but they only let you see expanded data from the last 500 page loads. To see more than that, you have to pay a monthly fee. Their paid plans range from $9 a month to see expanded data from the last 2,000 page loads to $49 a month to see expanded data for the last 100,000 page loads.</p>
<p><strong><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/">WordPress Analytics</a></strong>. A useful plugin for a WordPress blog. It provides the basics but its features are somewhat limited compared to other user tracking tools available (ex: you can’t filter out IP addresses you don’t want tracked, like your own). The upside is that your stats are displayed directly in your admin control panel so you can check your stats as you are managing your blog post. If you use WordPress Analytics, I recommend also using one of the other tools mentioned here.</p>
<p><strong><a href="http://firestats.cc/">FireStats</a></strong>. An open source tool that allows you to manage your user tracking tool on your own server without having to logon to someone else’s site. FireStats is not as feature-rich as Google Analytics or StatCounter but it has all the essentials and is easy to use. FireStats is free for non-commercial use and $25 per license for commercial use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatcatreport.com/200811/visitor-tracking-software-for-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

