Simple way to create wordpress link SEO friendly.

Purpose of this tutorial is to show a simple step to change wordpress links search engine (Google, Yahoo, MNS) friendly. There are many tutorials and wordpress help about this. But I tried to show it simple and to the point. So that you can do yourself without much knowledge and difficulti.
  1. First of all go to wordpress admin and click Settings left sidebar
  2. Now click Permalinks
  3. You will see a section Common settings, In this section you can see default radio button selected.
  4. Now you have to change this setting to Custom Structure so select radio button ‘Custom Structure’
  5. Paste this ‘/%category%/%postname%/’ in text field in front of Custom Structure radio button.
  6. Save all changes
  7. Create a .htaccess file
  8. Write the following code in it
  9. Save this file in your wordpress main directory
RewriteEngine On RewriteBase /wp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/index.php [L]
Valid CSS!

Online Business Solutions

Share |