Softpages web design resource
Web design resource, reviews and tutorials

WordPress seo checklist

August 27th 2009 in Wordpress

This article gets a WordPress blog installed and SEO optimised. Its advised that you test the site for W3C HTML and CSS validation each step of the way, especially checking your chosen theme is compliant. The blog files will be located on your web servers domain within the httpdocs folder. If you want to install it into a sub directory of the domain then create this first (ie yourdomain/blog).  Another method is to create a sub-domain for the blog, and a fully optimised index.html file in the domains root.  This index file will then point to the blog in the sub-domain (http://blog.mydomain.com). For Amen the sub domain is created in the user area – Domain TAB – DNS expert – Add record

(1) In your web servers Plesk admin panel create a database and user. Ensure your web server MYSQL version is adequate for the version of WordPress and theme you intend using.

(2) Upload the wordpress files to the web server directory

(3) Open and edit the wp-config-sample.php file to reflect your connection details (ie DBname/User/password/localhost). Then save it as wp-config.php

(4) Install wordpress as instructed in its contained instruction file.

(5) In WordPress enter your new password, web log title and email address

(6) Upload your chosen theme to the wp-content/themes directory.

(7) Upload a blank .htaccess file to the WordPress root directory. Set its permissions to 666

(8) For a more SEO friendly permalink. Change it In settings/permalinks to : /%postname%/%year%/%monthnum%/ This will ensure each page and post has a good SEO link title for google.

(9) Download and upload “all-in-one-seo” into the plugin directory http://wordpress.org/extend/plugins/all-in-one-seo-pack/ This adds extra fields to your post and page creation templates. 

 (10) In themes/header.php replace the <title> with
<title><?php wp_title(’ ‘); ?><?php if(wp_title(’ ‘, false)) { echo ‘ :: ‘; } ?><?php bloginfo(’name’); ?></title>. This gives a well structured name to the page title ie softpages :: Links

(11) From the themes header.php remove :
<meta name=”keywords” content=”<?php bloginfo(’description’); ?>” />
<meta name=”description” content=”<?php bloginfo(’description’); ?>” />
This prevents duplicates by inserting default description mettags based on yout tagline entry

(12) Insert standard metatags in header.php :-
<meta name=”author” content=”your name” />
<meta name=”copyright” content=”your company – 2007″ />

(13) Download google sitemap generator and upload into your plugin directory. Upload 2 blank files to the root directory called sitemap.xml and sitemap.xml.gz, make them writable CHMOD 666 Activate it.

(14) Go to the google analytics page and create a new profile for your site Insert supplied code into the themes header.php. You can now monitor your sites activities.

(15) Set up google webmaster tools.


You must be logged in to post a comment.

Flash CS3 cannot shape tween text, only basic shapes. Hence to tween a letter it must be first converted to a shape.

Select the text tool and type a letter “A” at frame 1. Press escape to exit out of text mode.
Select frame 20 and insert a keyframe (F6). This represents a change in content.
Edit the [...]

Previous Entry

The QNAP NAS TS-101 network attached storage device costs about £150. Additionally it requires a hard drive. I fitted a Hitachi Deskstar T7K500 400GB SATA2 costing £55. Specifications for the NAS TS-101 can be found at qnap.com.tw.

The unit is well made in brushed black aluminum with indicators on the front. It’s thermally cooled with just [...]

Next Entry