<?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>StyleWired &#187; WordPress Optimisation</title>
	<atom:link href="http://www.stylewired.com/category/wordpress-optimisation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stylewired.com</link>
	<description>It&#039;s All About Internet Marketing Actually</description>
	<lastBuildDate>Sun, 01 May 2011 18:17:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>My WordPress Post-installation Checklist</title>
		<link>http://www.stylewired.com/wordpress-optimisation/my-wordpress-post-installation-check-list</link>
		<comments>http://www.stylewired.com/wordpress-optimisation/my-wordpress-post-installation-check-list#comments</comments>
		<pubDate>Sat, 18 Oct 2008 22:07:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[WordPress Optimisation]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.stylewired.com/?p=3</guid>
		<description><![CDATA[You&#8217;ve installed WordPress. But you&#8217;ve still got a lot to do before the blog&#8217;s ready for visitors. There are a lot of easy little tweaks that I like to make to the WordPress blogs I build, so I decided to make a check list for future reference. These quick steps help improve a WordPress blogs [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve installed WordPress. But you&#8217;ve still got a lot to do before the blog&#8217;s ready for visitors. There are a lot of easy little tweaks that I like to make to the WordPress blogs I build, so I decided to make a check list for future reference. These quick steps help improve a WordPress blogs usability and visibility in search engines.</p>
<p><span id="more-3"></span></p>
<ol class="post-ol">
<li>
<h3>Change the password</h3>
<p>First things first. Go to user preferences and update your password.</p>
</li>
<li>
<h3>Turn off visual editing</h3>
<p>While your changing your password uncheck the box that says &#8216;Use the visual editor when writing&#8217; and save your user preferences. This will give you more control over post content.</p>
</li>
<li>
<h3>Customize permalink structure</h3>
<p>In Settings > Permalinks. I change my permalink structure to %category%/%postname%. This makes posts more easily identifiable just by URL. See <a href="http://codex.wordpress.org/Using_Permalinks#Structure_Tags">here</a> for more details.</p>
</li>
<li>
<h3>Burn your feed</h3>
<p>I want people to be able to subscribe to my content. So I burn a feed using <a href="http://www.feedburner.com/">Feedburner</a>.</p>
</li>
<li>
<h3>Install Feedsmith</h3>
<p>Now, so that people can subscribe to my new Feedburner feed I install the <a href="http://www.google.com/support/feedburner/bin/answer.py?answer=78483&#038;topic=13252">Feedsmith plugin</a> (originally by <a href="http://orderedlist.com/articles/feedburner-feedsmith">Steve Smith</a>). Then copy the feed address from your Feedburner account and paste it into the Feedsmith plugin page in your WordPress account area.</p>
</li>
<li>
<h3>Apply the theme</h3>
<p>I&#8217;ve already designed my blog in Photoshop and written the XHTML/CSS in NotePad +. Now I have to upload my images and my theme and apply my theme.</p>
</li>
<li>
<h3>Edit your body tag for custom body ID&#8217;s on different pages</h3>
<p>It&#8217;s very handy to have different body ID&#8217;s on different pages, so you can use that id to style various elements on the page differently depending on what page you&#8217;re on. I use this method on StyleWired, but because the start body tag is in the header include we need some php code to generate different ID&#8217;s on different pages. Like this:</p>
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;">
<ol>
<li class="li1">
<div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/body.html"><span class="kw2">&lt;body</span></a> <span class="kw2">&lt;</span>?php if <span class="br0">&#40;</span>is_home<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span> ?<span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">id=&quot;home&quot;<span class="sc2"><span class="kw2">&lt;</span>?php <span class="br0">&#125;</span> else <span class="br0">&#123;</span> ?<span class="kw2">&gt;</span></span></div>
</li>
<li class="li1">
<div class="de1">id=&quot;interior&quot; class=&quot;<span class="sc2"><span class="kw2">&lt;</span>?php echo $post-<span class="kw2">&gt;</span></span>post_name; ?&gt;&quot;<span class="sc2"><span class="kw2">&lt;</span>?php <span class="br0">&#125;</span> ?<span class="kw2">&gt;</span></span>&gt;</div>
</li>
</ol>
</div>
</div>
</li>
<li>
<h3>Highlight Author Comments</h3>
<p>I want my comments to be differentiated from visitors comments so people can easily identify my replies. So I change the code in the comments include, as described on <a href="http://www.mattcutts.com/blog/highlight-author-comments-wordpress/">Matt Cutts&#8217; blog</a>. Alternatively you can install the <a href="http://wordpress.org/extend/plugins/highlight-author-comments/">Highlight Author Comments Plugin</a> by <a href="http://rmarsh.com/">Rob Marsh</a>, however this is less customizable.</p>
</li>
<li>
<h3>Install Google Analytics</h3>
<p>I want detailed analytics and I don&#8217;t want to pay for them. Great &#8212; here comes Google again. Login to <a href="http://www.google.com/analytics/">Google Analytics</a>,  add your new websites profile, copy the code and paste it into the footer include, right before the closing body tag.</p>
</li>
<li>
<h3>Write your blogs pages</h3>
<p>Now I write my blogs pages. These would most likely include an about page, a contact page and maybe a few others. Then link those pages up as planned in the design phase.</p>
</li>
<li>
<h3>Install Contact Form 7 Plugin</h3>
<p>On my contact page I want to use a contact form so people can contact me easily. <a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a> by <a href="http://ideasilo.wordpress.com/2008/03/29/contact-form-7-faq/">Takayuki Miyoshi</a> seems to do the job nicely. Once installed create your contact form and add it to the contact page.</p>
</li>
<li>
<h3>Write your first post</h3>
<p>I need to write my first post and make my first category, just so that I can get on to the next step.</p>
</li>
<li>
<h3>Install Page2Cat plugin</h3>
<p>Download and install the <a href="http://wordpress.org/extend/plugins/page2cat/">Page2Cat</a> plugin by <a href="http://pixline.net/en/">Pixline</a>. Then edit the Archives page in your theme using the instructions on <a href="http://pixline.net/2008/04/category-page-25-howto-2/en/">this page</a>. Now I can add introductions to my categories, which in my opinion improves usability greatly.</p>
</li>
<li>
<h3>Install SEO Title Tag Plugin</h3>
<p>Download and install <a href="http://www.netconcepts.com/seo-title-tag-plugin/">SEO Title Tag</a> by <a href="http://www.netconcepts.com/author/stephan/">Stephan Spencer at Net Concepts</a>. This gives you better control of the titles of all the pages on the blog. You need to change the title element in the header include as instructed on <a href="http://www.netconcepts.com/seo-title-tag-plugin/">this page</a>. You&#8217;ll also want to go into the SEO Title Tag options and customise your page titles.</p>
</li>
<li>
<h3>Install a Favicon</h3>
<p>Design a 16 x 16 pixel image. Upload it to a <a href="http://www.google.co.uk/search?q=favicon+generator&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-GB:official&#038;client=firefox-a">Favicon generator</a> (or you can use Photoshop and save the file as a .ico file). Put the favicon on to your server in the root of your website. Then add:</p>
<div class="codesnip-container" >
<div class="codesnip" style="font-family: monospace;">
<ol>
<li class="li1">
<div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/link.html"><span class="kw2">&lt;link</span></a> <span class="kw3">rel</span>=<span class="st0">&quot;shortcut icon&quot;</span> <span class="kw3">href</span>=<span class="st0">&quot;/favicon.ico&quot;</span><span class="kw2">&gt;</span></span></div>
</li>
</ol>
</div>
</div>
<p>to the header include before the closing head tag.</p>
</li>
<li>
<h3>Add your blog to Google Webmaster Tools</h3>
<p>Go to <a href="https://www.google.com/webmasters/tools/dashboard">Webmaster Tools</a> and add your URL. Verify your site by creating an HTML page and putting it on your server as directed in Webmaster Tools</p>
</li>
<li>
<h3>Create an XML Sitemap</h3>
<p>Install <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps plugin</a> by <a href="http://www.arnebrachhold.de/">Arne Brachhold</a>. Probably no need to generate your site map just yet though as you&#8217;ll probably want to get your blog properly up and running first.</p>
</li>
<li>
<h3>Create a Robots.txt file</h3>
<p>You might like to add a robots.txt file to instruct robots on how to crawl your site. If you have date based archives linked up on your blog you might like to no-follow them using the robots.txt as they are already spidered via other more keyword rich links &#8212; e.g. the category links.</p>
</li>
<li>
<h3>Sharpen your URL&#8217;s</h3>
<p>If your website.com doesn&#8217;t automatically forward to your www.website.com you might want to &#8216;<a href="http://www.jimwestergren.com/wordpress-users-sharpen-your-urls-with-google/">sharpen your URL&#8217;s</a>&#8216; &#8212; making non www. URL&#8217;s forward to www. URL&#8217;s. Why? Purely for SEO reasons &#8212; so that search engines only index one version of your website meaning all the linking power of your pages is concentrated in one version of your website and other websites only link to one version of your website.</p>
</li>
<li>
<h3>Back-up your WordPress blog</h3>
<p>Download and install the <a href="http://wordpress.org/extend/plugins/backupwordpress/">BackUpWordPress plugin</a> by <a href="http://wordpress.designpraxis.at/">Roland Rust</a>. Then back up your blog regularly and before any major changes that may cause irreversable/unfixable errors.</p>
</li>
<li>
<h3>Drink a cup of tea</h3>
<p>That&#8217;s it your done.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.stylewired.com/wordpress-optimisation/my-wordpress-post-installation-check-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

