SEO Friendly Permalinks

I know there is a plugin to optimise Wordpress title to be SEO friendly but I prefer to tweak it myself.

After all, it’s a small matter of editing and swapping two words in the header.php file.

1. Go into the Wordpress admin. Choose Options -> Permalinks.
(pic)

2. Choose the Custom option and type : /%postname%/
(pic)
Noticed that I got rid of the date month and year. Since my posts here will be tips, I think the dates as part of the article URL is just not needed. Shorter URLs are more search engine friendly (in my humble opinon)
SEO Friendly Page Titles

Here’s how most templates will display the title of a blog post.

It’s in the format of blog title >> post title.

In order to be search engine friendly, the title of the article should be first. So we just need to swap the two items.

1. In Wordpress admin, choose Presentation->Template and edit the header.php file.
(pic)
2. Look for the following line:
(pic)
3. Change that to:

:

Like so:
(pic)
I’ve added the colon (:) to separate the blog title from the post title.

The result:-

(pic)

avatar



Comments
 
Who Zoomed
 
Related Links