<?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/"
	>

<channel>
	<title>conversem</title>
	<atom:link href="http://www.conversem.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.conversem.com</link>
	<description>Talks about traffic and conversions</description>
	<pubDate>Wed, 24 Dec 2008 13:35:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Avoiding Dates &#038; Slashes in Search Engine Friendly URL’s</title>
		<link>http://www.conversem.com/avoiding-dates-slashes-search-engine-friendly-urls-35/</link>
		<comments>http://www.conversem.com/avoiding-dates-slashes-search-engine-friendly-urls-35/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:48:39 +0000</pubDate>
		<dc:creator>Ruben Remy</dc:creator>
		
		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[Search Engine Friendly]]></category>

		<category><![CDATA[SEF]]></category>

		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://www.conversem.com/?p=35</guid>
		<description><![CDATA[<p>Ever wondered why many search engine friendly URL&#8217;s look like this?</p>

<p><code>www.example.com/archives/2008/11/27/dates-and slashes-what-to-avoid-in-search-engine-friendly-urls/</code></p>

<p>Having URL&#8217;s with too many slashes in the year 2005, was still negative for your rankings. In 2007 Matt Cutts stated that the number of slashes in your URL isn&#8217;t a factor in your Google rankings anymore (Source: <a href="http://news.cnet.com/8301-10784_3-9748779-7.html" title"Cnet: Underscores are now word separators, proclaims Google"> Stephan Spencer on Cnet</a>).</p>

<p>But a SEF URL should make the optimal use of the URL by placing the targeted keywords in it, without diluting the value by having many unrelated terms in the URL. This principle is actually the same as how you write your title tags, although with URL&#8217;s you don&#8217;t have to make a proper sentence.</p><span id="more-35"></span>

<p>Having dates in your URL&#8217;s might still have a negative impact on your rankings, even if the impact is very small, because it doesn&#8217;t add value to the search engines and visitors can find the date within the post itself anyway.</p>

<p><strong>So what is the best URL structure?</strong></p>

<p>That depends on how big a site is and on how the information architecture is done.
For smaller sites and especially blogs, a structure with the category and page title or only the page title is probably the best.</p>

<p>For bigger sites the category, page title and optional the page ID will do the job just fine.</p>

<p><strong>Rewriting URL&#8217;s in Wordpress</strong></p>

<p>To do this in Wordpress go to Options - Permalink. Then Choose Custom Structure and fill in the following:</p>

<p>For domain/category/pagetitle/<br />
<code>/%category%/%postname%/</code></p>

<p>For domain/pagetitle/<br />
<code>/%postname%/</code></p>

<p>For domain/category/pagetitle-pageID/<br />
<code>/%category%/%postname%-%post_id%/</code></p>

<p>What we have on Conversem:<br />
<code>/%postname%-%post_id%/</code></p>

<p>On this site the URL structure exist of the page title and post ID, because of several reasons.
One reason is that posts often and up being in more than one category and I don&#8217;t like it when Wordpress gives the wrong category name in the URL of the page. The reason to have the post ID in the URL is to have a difference between pages and posts within Wordpress.</p>

<p>So normally the URL will look like this:</p>
<p><code>http://www.conversem.com/dates-slashes-what-to-avoid-in-search-engine-friendly-urls-2/</code></p>

<p>The above URL is pretty acceptable, but because Wordpress has auto generated this URL it contains a lot of irrelevant words which dilutes the value of the important words in the URL. To fix this you can either remove all the irrelevant words yourself or use a plug-in called the Clean Slugs Plug-in from <a href="http://yoast.com/">yoast</a> (you need to sign up for his newsletter to get it).</p>

<p>After cleaning up your URL it should look like this:</p>

<p><code>http://www.conversem.com/search-engine-friendly-urls-35/</code></p>

<p>Now it only includes words we want to rank high for.</p>

<p><strong>Rules in writing URL&#8217;s</strong></p>

<p>To write good URL&#8217;s you should take a look at <a href="http://www.netconcepts.com/learn/unraveling-urls.ppt" title=".ppt file: Unraveling URLs">this PowerPoint presentation</a> from Stephan Spencer, but for us, the following two issues are the most important: Hyphens are preferred over underscores to separate words and try to use not much more than 5 hyphens in your URL&#8217;s.</p>
Post from: conversem
<p>Post from: <a href="http://www.conversem.com">conversem</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever wondered why many search engine friendly URL&#8217;s look like this?</p>

<p><code>www.example.com/archives/2008/11/27/dates-and slashes-what-to-avoid-in-search-engine-friendly-urls/</code></p>

<p>Having URL&#8217;s with too many slashes in the year 2005, was still negative for your rankings. In 2007 Matt Cutts stated that the number of slashes in your URL isn&#8217;t a factor in your Google rankings anymore (Source: <a href="http://news.cnet.com/8301-10784_3-9748779-7.html" title"Cnet: Underscores are now word separators, proclaims Google"> Stephan Spencer on Cnet</a>).</p>

<p>But a SEF URL should make the optimal use of the URL by placing the targeted keywords in it, without diluting the value by having many unrelated terms in the URL. This principle is actually the same as how you write your title tags, although with URL&#8217;s you don&#8217;t have to make a proper sentence.</p><span id="more-35"></span>

<p>Having dates in your URL&#8217;s might still have a negative impact on your rankings, even if the impact is very small, because it doesn&#8217;t add value to the search engines and visitors can find the date within the post itself anyway.</p>

<p><strong>So what is the best URL structure?</strong></p>

<p>That depends on how big a site is and on how the information architecture is done.
For smaller sites and especially blogs, a structure with the category and page title or only the page title is probably the best.</p>

<p>For bigger sites the category, page title and optional the page ID will do the job just fine.</p>

<p><strong>Rewriting URL&#8217;s in Wordpress</strong></p>

<p>To do this in Wordpress go to Options - Permalink. Then Choose Custom Structure and fill in the following:</p>

<p>For domain/category/pagetitle/<br />
<code>/%category%/%postname%/</code></p>

<p>For domain/pagetitle/<br />
<code>/%postname%/</code></p>

<p>For domain/category/pagetitle-pageID/<br />
<code>/%category%/%postname%-%post_id%/</code></p>

<p>What we have on Conversem:<br />
<code>/%postname%-%post_id%/</code></p>

<p>On this site the URL structure exist of the page title and post ID, because of several reasons.
One reason is that posts often and up being in more than one category and I don&#8217;t like it when Wordpress gives the wrong category name in the URL of the page. The reason to have the post ID in the URL is to have a difference between pages and posts within Wordpress.</p>

<p>So normally the URL will look like this:</p>
<p><code>http://www.conversem.com/dates-slashes-what-to-avoid-in-search-engine-friendly-urls-2/</code></p>

<p>The above URL is pretty acceptable, but because Wordpress has auto generated this URL it contains a lot of irrelevant words which dilutes the value of the important words in the URL. To fix this you can either remove all the irrelevant words yourself or use a plug-in called the Clean Slugs Plug-in from <a href="http://yoast.com/">yoast</a> (you need to sign up for his newsletter to get it).</p>

<p>After cleaning up your URL it should look like this:</p>

<p><code>http://www.conversem.com/search-engine-friendly-urls-35/</code></p>

<p>Now it only includes words we want to rank high for.</p>

<p><strong>Rules in writing URL&#8217;s</strong></p>

<p>To write good URL&#8217;s you should take a look at <a href="http://www.netconcepts.com/learn/unraveling-urls.ppt" title=".ppt file: Unraveling URLs">this PowerPoint presentation</a> from Stephan Spencer, but for us, the following two issues are the most important: Hyphens are preferred over underscores to separate words and try to use not much more than 5 hyphens in your URL&#8217;s.</p>
<p>Post from: <a href="http://www.conversem.com">conversem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.conversem.com/avoiding-dates-slashes-search-engine-friendly-urls-35/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Conversem: A brand new internet marketing blog</title>
		<link>http://www.conversem.com/conversem-brand-new-internet-marketing-blog-1/</link>
		<comments>http://www.conversem.com/conversem-brand-new-internet-marketing-blog-1/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 12:28:03 +0000</pubDate>
		<dc:creator>Ruben Remy</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.conversem.com/?p=1</guid>
		<description><![CDATA[The purpose of Conversem is to bring you inspiring facts about internet marketing. The emphasis will be on increasing the conversion rate of your website. Whether your goal is to sell, to increase the number of  subscribers or something else. We will also discuss about search engine optimization, usability and all the other aspects of internet marketing which deserves attention to get a better site.

<span id="more-1"></span>

<strong>What can you expect from us?</strong>

Because I truly believe that quality rules, I won&#8217;t publish as often as is done on standard blogs with  superficial information. The advantage is that longer articles will be written with more in-depth information which results in pure quality and relevancy.Post from: conversem
<p>Post from: <a href="http://www.conversem.com">conversem</a></p>
]]></description>
			<content:encoded><![CDATA[The purpose of Conversem is to bring you inspiring facts about internet marketing. The emphasis will be on increasing the conversion rate of your website. Whether your goal is to sell, to increase the number of  subscribers or something else. We will also discuss about search engine optimization, usability and all the other aspects of internet marketing which deserves attention to get a better site.

<span id="more-1"></span>

<strong>What can you expect from us?</strong>

Because I truly believe that quality rules, I won&#8217;t publish as often as is done on standard blogs with  superficial information. The advantage is that longer articles will be written with more in-depth information which results in pure quality and relevancy.<p>Post from: <a href="http://www.conversem.com">conversem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.conversem.com/conversem-brand-new-internet-marketing-blog-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
