<?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>Webmaster-Source &#187; permalinks</title>
	<atom:link href="https://www.webmaster-source.com/tag/permalinks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Google Canonical URLs</title>
		<link>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/</link>
		<comments>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 12:38:41 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1825</guid>
		<description><![CDATA[Finally, the solution for our duplicate content worries is over! Google now supports a new method to specify a canonical URL for your page. This &#8220;hint&#8221; suggests that Google use this page as the original, and ignore duplicates elsewhere on your domain. You simply add the fully W3c-compliant &#60;link&#62; tag in your header, and have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Finally, the solution for our duplicate content worries is over! Google now supports a new method to <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">specify a canonical URL</a> for your page. This &#8220;hint&#8221; suggests that Google use this page as the original, and ignore duplicates elsewhere on your domain.</p>
<p>You simply add the fully W3c-compliant &lt;link&gt; tag in your header, and have it point to the permalink for a given post. Google will most likely rank that page in their results, and ignore others. That should help out your ranking overall.</p>
<p><code>&lt;link rel="canonical" src="http://www.example.org/your/permalink/page/" /&gt;</code></p>
<p>Obviously you&#8217;ll want some way to integrate this with your CSS. Some will want to roll their own solution, but if not, there are already prefab options available.</p>
<ul>
<li><a href="http://yoast.com/canonical-url-links/">Yoast has a WordPress plugin, a Magento extension, and a Drupal module available</a></li>
<li><a href="http://omninoggin.com/wordpress-posts/automatically-deal-with-duplicate-content-in-wordpress/">Omninoggin has a pasteable code snippet for your WordPress theme&#8217;s functions.php file</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/02/16/google-canonical-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Permalink Optimization</title>
		<link>https://www.webmaster-source.com/2007/12/30/permalink-optimization/</link>
		<comments>https://www.webmaster-source.com/2007/12/30/permalink-optimization/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 12:11:23 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2007/12/30/permalink-optimization/</guid>
		<description><![CDATA[If you&#8217;re reading this, you probably know what a permalink is. This article is about optimizing your permalinks for both search engines and your readers. That said, do not change your permalink structure if you can help it. If you&#8217;re starting a new blog, put a bit of thought into your permalink structure of choice. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re reading this, you probably know what a <a href="http://en.wikipedia.org/wiki/Permalink">permalink</a> is. This article is about optimizing your permalinks for both search engines and your readers. That said, do not change your permalink structure if you can help it. If you&#8217;re starting a new blog, put a bit of thought into your permalink structure of choice. Otherwise, you should probably leave them alone. By changing your permalink structure, you&#8217;re basically killing off all of your search rankings and incoming links (kind of defeats the purpose). However, if you are an .htaccess expert (and feel like setting up a complex redirection scheme), you <em>could</em> update your permalink structure (though I&#8217;d still advise against it).</p>
<h3>Some of the More Common Permalink Structures</h3>
<p>WordPress&#8217;s default format for permalinks is <code>http://www.yourdomain.com/?p=456</code>. The number &#8220;456&#8221; is the numerical id for the post. If your permalinks look like this, then change them immediately. They&#8217;re not very user-friendly, and they won&#8217;t rank well in search engines. Even if you&#8217;ve been blogging for awhile, you can go ahead and change them. Doesn&#8217;t that contradict what I said earlier? No, because the default permalinks always work, and will just redirect people to the updated URL.<span id="more-350"></span></p>
<p>The current most popular structure is date-based. It looks like this: <code>http://www.yourdomain.com/2007/10/26/the-best-post-ever/</code>. I use this format for the URLs here at Webmaster-Source, and they tend to do well in search engines. You&#8217;ll note that an URL-friendly version of the post title is part of the URL. Search engines like that. You&#8217;re post titles probably have some good keywords that help to define the actual post, which works to your advantage, as search engines factor URL keywords into their rankings. The date in the URL is also useful. Readers can tell, at a glance, when the post was written, and it unlocks a neat trick. Just delete the &#8220;<code>26/the-best-post-ever/</code>&#8221; part from your browser&#8217;s location bar, and press enter. What do you see now? All the posts written in October 2007! Isn&#8217;t that useful?</p>
<p>If you want to go crazy with the keywords, then here&#8217;s another method: <code>http://www.yourdomain.com/tutorials/the-best-post-ever/</code>. That&#8217;s /the-category/the-post-name/. Michael uses this format over at his blog <a href="http://www.problogdesign.com">Pro Blog Design</a>. It looks pretty good, and a little less &#8220;blog-like.&#8221;</p>
<p>Does your blog have a lot of authors? Maybe you should consider putting the author&#8217;s name in the URL like this: <code>http://www.yourdomain.com/steve/the-best-post-ever/</code>. Then you can set-up pages at <code>yourdomain.com/steve/</code>, and for the other users. Using some templates, and a bit of PHP, you can make the pages into mini &#8220;blogs&#8221; that show all the posts by that user. I&#8217;ve never seen anyone do this so far, so you can be the first. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
<h3>Permalink Setup</h3>
<p>In WordPress, the permalink structure is set-up on the Options -&gt; Permalinks page in the admin panel. You can choose of the default options (the only one I recommend is &#8220;Date and name based&#8221;) or you can enter some gibberish into the &#8220;Custom structure&#8221; field. If you want &#8220;Date and name based,&#8221; then select the appropriate option, otherwise go with the gibberish.</p>
<p>The &#8220;Custom structure&#8221; field expects you to enter something along the lines of <code>/%year%/%monthnum%/%day%/%postname%/</code>. That&#8217;s actually the code for the &#8220;Date and name based&#8221; permalink structure. The tags you may want to use in the field are:</p>
<ul>
<li>%year%</li>
<li>%day%</li>
<li>%month%</li>
<li>%category%</li>
<li>%postname%</li>
<li>%author%</li>
</ul>
<p>There are a few others, but you probably won&#8217;t have any use for them. Would you really want to use %second% or %minute%? I doubt it.</p>
<p>After you finish editing your permalink structure, click the update button. That should be all, unless you get an error message back. If WordPress tells you that it can&#8217;t update the .htaccess file, then you need to either add the supplied code yourself, or CHMOD the .htaccess file.</p>
<p>After updating your permalinks, make sure they work. Visit a few posts on your blog, and check to see if they load correctly. If everything is fine, happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2007/12/30/permalink-optimization/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-08 22:33:00 by W3 Total Cache
-->