- Whenever adding links to your posts, be sure to include keyword rich titles in the “Title” field. The same goes when adding images, where you will want to include both title and description. Think of the alternative as well as the common words people might use to search for the content you are posting.
- In your WordPress admin panel, go to Options > Permalinks, and change the permalink structure to be date and name based. By choosing this option, the URLs that link to each blog post will include the keywords in the title of the post. Search engines look at the URL of a page for keywords when assessing relevance to a user’s search, so this will boost your rankings on the keywords in the title of the post. Of course, you should think carefully when choosing the title for a post, considering the best keywords to use in the title. Don’t try to stuff all keywords in the title, though. Keep it natural as search engines look for this.
- Modify your WordPress template to create more search engine friendly title tags. The title tag is seen by search engines as an important place to find out what a page is about. By default, WordPress writes something like this in the title tag for a permalink page: Blog Name ¬ª Blog Archive. That’s not very descriptive. It would be better if it wrote the name of the post instead of “blog archive”. To modify this your WordPress blog has to be self installed, not hosted on the WordPress server. Find header.php in wp-content > themes > themename (themename is the name of the theme you wish to modify). Open the file in a text editor or Dreamweaver. Change the default:
<title>Aarron Walter » Blog Archive » Making a WordPress Blog More Search Engine Friendly</title>
to<title>Aarron Walter | Making a WordPress Blog More Search Engine Friendly</title>