<?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>songshu.org &#187; SEO</title>
	<atom:link href="http://www.songshu.org/index.php/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.songshu.org</link>
	<description>Just another collection of nuts</description>
	<lastBuildDate>Mon, 22 Mar 2010 13:16:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>online debian manpages</title>
		<link>http://www.songshu.org/index.php/online-debian-manpages</link>
		<comments>http://www.songshu.org/index.php/online-debian-manpages#comments</comments>
		<pubDate>Sat, 14 Mar 2009 11:46:32 +0000</pubDate>
		<dc:creator>randall</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[all posts]]></category>
		<category><![CDATA[browsable]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[manpages]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://www.songshu.org/?p=1480</guid>
		<description><![CDATA[Recently i have been practicing my &#8220;website building skills&#8221; a little, nothing special but making a nice website was simply a thing i never did so i just want to try out a few things to see what i can do. One of the things that came up on my list was inspired by the work done by the Ubuntu community. Apparently the man pages for Ubuntu were not to be found on the web to be read in your browser and the man pages website for debian manpages.debian.net cgi generates the pages meaning its not browsable by the search engines, so the chance of running in to them if you don&#8217;t know the exact address are next to none. So.. i downloaded the work done for Ubuntu and adjusted the scripts and appearance to work with Debian, the result can be found here . Not sure what i&#8217;m gonna do with this site but if there seems to be appeal for it then i will keep the site up and maybe extend it a little. In case anybody has any idea&#8217;s on that i&#8217;d be glad the hear about it.]]></description>
			<content:encoded><![CDATA[<p>Recently i have been practicing my &#8220;website building skills&#8221; a little, nothing special but making a nice website was simply a thing i never did so i just want to try out a few things to see what i can do. One of the things that came up on my list was inspired by the work done by the Ubuntu community.</p>
<p>Apparently the man pages for Ubuntu were not to be found on the web to be read in your browser and the man pages website for debian manpages.debian.net cgi generates the pages meaning its not browsable by the search engines, so the chance of running in to them if you don&#8217;t know the exact address are next to none.</p>
<p>So.. i downloaded the work done for Ubuntu and adjusted the scripts and appearance to work with Debian, the result can be found <a title="debian manpages" href="http://manpages.songshu.org">here</a> .</p>
<p>Not sure what i&#8217;m gonna do with this site but if there seems to be appeal for it then i will keep the site up and maybe extend it a little.</p>
<p>In case anybody has any idea&#8217;s on that i&#8217;d be glad the hear about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.songshu.org/index.php/online-debian-manpages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lets make a sitemap</title>
		<link>http://www.songshu.org/index.php/lets-make-a-sitemap</link>
		<comments>http://www.songshu.org/index.php/lets-make-a-sitemap#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:25:22 +0000</pubDate>
		<dc:creator>randall</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[all posts]]></category>

		<guid isPermaLink="false">http://www.songshu.org/?p=436</guid>
		<description><![CDATA[Apparently most of the search engines can make use of sitemaps, basically a .xml file with links to pages on your site, the date they were modified and some hint on how often you think the content on each of the mentioned pages will be refreshed. I undertand why this could be a useful tool for the search engine and the site to be indexed, but as usual there are no guarantees whatsoever that it actually helps or the mentioned pages will be indexed, but it doesn&#8217;t hurt either. As usual with wordpress, if a feature isn&#8217;t in the default installation there is a handy dandy plugin available that will do all the work for you so there is no need to learn anything about .xml or the sitemap specification or anything. I used the Google XML Sitemaps plugin and pretty much went for the defaults. it automatically refreshes the sitemap everytime you make changes to the site and notifies the search engines, only yahoo requires you to register and apply for an application key. the sitemap will be placed in the root of your site like this http://www.songshu.org/sitemap.xml and i&#8217;m not sure if the search engines automatically look for [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently most of the search engines can make use of sitemaps, basically a .xml file with links to pages on your site, the date they were modified and some hint on how often you think the content on each of the mentioned pages will be refreshed.</p>
<p>I undertand why this could be a useful tool for the search engine and the site to be indexed, but as usual there are no guarantees whatsoever that it actually helps or the mentioned pages will be indexed, but it doesn&#8217;t hurt either.</p>
<p>As usual with wordpress, if a feature isn&#8217;t in the default installation there is a handy dandy plugin available that will do all the work for you so there is no need to learn anything about .xml or the <a href="http://sitemaps.org/protocol.php">sitemap specification</a> or anything.</p>
<p>I used the <a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a> plugin and pretty much went for the defaults. it automatically refreshes the sitemap everytime you make changes to the site and notifies the search engines, only yahoo requires you to register and apply for an application key.</p>
<p>the sitemap will be placed in the root of your site like this http://www.songshu.org/sitemap.xml and i&#8217;m not sure if the search engines automatically look for it, at least google, yahoo and msn have an option for you to specify the location before they actually use it i think.</p>
<p>So sign up with https://developer.yahoo.com and https://www.google.com/webmasters/tools/ and specify the location for them</p>
]]></content:encoded>
			<wfw:commentRss>http://www.songshu.org/index.php/lets-make-a-sitemap/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change the links to something readable</title>
		<link>http://www.songshu.org/index.php/change-the-links-to-something-readable</link>
		<comments>http://www.songshu.org/index.php/change-the-links-to-something-readable#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:09:58 +0000</pubDate>
		<dc:creator>randall</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[all posts]]></category>

		<guid isPermaLink="false">http://www.songshu.org/?p=437</guid>
		<description><![CDATA[The default link to a page or post in wordpress looks  something like this http://www.songshu.org/?p=123 , the page is indicated with a number and since we use DNS because humans do not remember 32 bits addresses it make sense for our readers to change this default in to something more readable, also it will make more sense to any search engine if it can use the index the titel of your page using words relating to your content. You can change the default in the &#8220;permalinks&#8221; settings to any custom structure you like, as usual you have as many options as opinions on which structure is best. Google away to find out for yourself but i decided to simply go for a custom structure like this /index.php/%postname% Not sure if this is the best but i kind of like the result, it makes the links to your pages look like this http://www.songshu.org/index.php/change-the-links-to-something-readable]]></description>
			<content:encoded><![CDATA[<p>The default link to a page or post in wordpress looks  something like this  http://www.songshu.org/?p=123 , the page is indicated with a number and since we use DNS because humans do not remember 32 bits addresses it make sense for our readers to change this default in to something more readable, also it will make more sense to any search engine if it can use the index the titel of your page using words relating to your content.</p>
<p>You can change the default in the &#8220;permalinks&#8221; settings to any custom structure you like, as usual you have as many options as opinions on which structure is best. Google away to find out for yourself but i decided to simply go for a custom structure like this /index.php/%postname%</p>
<p>Not sure if this is the best but i kind of like the result, it makes the links to your pages look like this http://www.songshu.org/index.php/change-the-links-to-something-readable</p>
<p><code> </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.songshu.org/index.php/change-the-links-to-something-readable/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theming this site</title>
		<link>http://www.songshu.org/index.php/theming-this-site</link>
		<comments>http://www.songshu.org/index.php/theming-this-site#comments</comments>
		<pubDate>Sat, 14 Feb 2009 14:38:39 +0000</pubDate>
		<dc:creator>randall</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[all posts]]></category>

		<guid isPermaLink="false">http://www.songshu.org/?p=424</guid>
		<description><![CDATA[Since the purpose of this site is to SEO this site and its content i decided not to go for a stylish look but a rather dull and plain &#8220;newspaper like&#8221; appearance with lots of changing content on the front page. The &#8220;magazine basic&#8221; thime by c.bavota seems like a nice theme to start with and theme it a little further maybe. Basically all content are posts instead of pages, that way we will have a front page with rotating articles and loads of tekst to index, the menu above are the categories these posts are assigned to. For the moment i will go with the default lay out, but i might tweak it some more later if i think it will do some good.]]></description>
			<content:encoded><![CDATA[<p>Since the purpose of this site is to SEO this site and its content i decided not to go for a stylish look but a rather dull and plain &#8220;newspaper like&#8221; appearance with lots of changing content on the front page. The &#8220;magazine basic&#8221; thime by <a title="Visit author homepage" href="http://bavotasan.com/">c.bavota</a> seems like a nice theme to start with and theme it a little further maybe.</p>
<p>Basically all content are posts instead of pages, that way we will have a front page with rotating articles and loads of tekst to index, the menu above are the categories these posts are assigned to.</p>
<p>For the moment i will go with the default lay out, but i might tweak it some more later if i think it will do some good.</p>
<h4><a title="Visit author homepage" href="http://bavotasan.com/"></a></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.songshu.org/index.php/theming-this-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OoOps!!!!! Screwed this site up&#8230;.. again!!!</title>
		<link>http://www.songshu.org/index.php/ooops-screwed-this-site-up-again</link>
		<comments>http://www.songshu.org/index.php/ooops-screwed-this-site-up-again#comments</comments>
		<pubDate>Sat, 14 Feb 2009 14:14:20 +0000</pubDate>
		<dc:creator>randall</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[all posts]]></category>

		<guid isPermaLink="false">http://www.songshu.org/?p=417</guid>
		<description><![CDATA[Just in case somebody actually cares and was hoping to find some useful stuff on this site, i would like to say sorry, again, for messing up the content on this domain. What happened? I actually started a few years ago to keep my notes on installing servers and such on www.songshu.org in a how-to style just to make sure that if i needed to do some maintenance later or install the same thing i would remember how in the hell i did it. Initially i kept everything on a dokuwiki installation (absolutely recommendable by the way) and i gathered quite some content over the years keeping notes. The first time i screwed up this site i had to figure out how to make a somewhat representable web site for a friend of mine so i decided to install a wordpress installation on this domain and fiddle around getting to know how to customize some themes and plugins and stuff. Now i know a bit more on how to mold a wordpress to my liking  and i have another website to build i decided to use this domain as yet another testing ground to figure out how to make the [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case somebody actually cares and was hoping to find some useful stuff on this site, i would like to say sorry, again, for messing up the content on this domain.</p>
<p>What happened?</p>
<p><span id="more-417"></span></p>
<p>I actually started a few years ago to keep my notes on installing servers and such on www.songshu.org in a how-to style just to make sure that if i needed to do some maintenance later or install the same thing i would remember how in the hell i did it.</p>
<p>Initially i kept everything on a <a href="http://www.dokuwiki.org/dokuwiki">dokuwiki</a> installation (absolutely recommendable by the way) and i gathered quite some content over the years keeping notes. The first time <a href="http://www.songshu.org/index.php/oooops">i screwed up this site</a> i had to figure out how to make a somewhat representable web site for a <a href="http://www.christascookies.nl">friend of mine </a>so i decided to install a wordpress installation on this domain and fiddle around getting to know how to customize some themes and plugins and stuff.</p>
<p>Now i know a bit more on how to mold a wordpress to my liking  and i have another website to build i decided to use this domain as yet another testing ground to figure out how to make the most out of page ranking and such and what i can do to SEO this site and see how much visitors i can actually get, which will start out horribly since all of the dead links to this domain ;) . I will blog about this endeavor it in a utmost boring fashion as like every other blog on this subject.</p>
<p>p.s.</p>
<p>is it just me or is there something nauseant about all these SEO blogs? could be the allknowing attitude of the self aclaimed &#8220;experts&#8221; that usually populate the comment sections, counting on you though</p>
]]></content:encoded>
			<wfw:commentRss>http://www.songshu.org/index.php/ooops-screwed-this-site-up-again/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
