
The next WordPress and SEO tip that I would like to discuss is permalinks.
Permalinks are not a plugin but a setting within WordPress that will help the search engines better understand the content within your page.
Permalinks are permanent links to your blog posts. By default WordPress produces an “ugly” URL for your post. One that may look like this:
http://example.com/?p=N
The search engines can read this URL but it’s not very relative to the content of your post. They prefer a URL that looks more like this:
http://example.com/category/post-name/
Follow the steps below to activate the permalinks setting in your WordPress blog:
- Sign in to your WordPress admin site.
- Go to the Settings section and click on the Permalinks page.
- Under the Common Settings section the “Day and name” option is selected.
- Select Custom Structure and enter the following text and click the Save Changes button:
/%category%/%postname%/

Now you will have “pretty” URLs for the search engines. Which will help the search engines index your posts properly and will help others identify the content of your post with just the URL.

