Home

Showing posts with label Wordpress SEO Tips. Show all posts
Showing posts with label Wordpress SEO Tips. Show all posts

Thursday, February 16, 2012

Best 12 Wordpress SEO Tips and Advice

One of the best opensource I like is wordpress and wordpress can be used both as Blog and CMS Wordpress by default has some search engine friendly setup but we need to edit some part of the code and add plugins to make it more search engine friendly and the plugins will help us to do the work easier and better. Below are the tips to create search engine friendly wordpress blog

(1) Initially you can add search engine friendly theme with less image and your choice of image can go for logo, banner and bullets. Try to reduce code size and bytes.
(2) Install "
All in SEO" Plugin". Activate and edit in options according to your visitors focus
(3) Most importantly do add alt attribute for logos and banner, i see most of the blogs miss to implement this technique or alt attribute are not unique. To solve this you can try "
Custom Header" plugin and enter HTML codes for each posts and pages
(4) Permalink a very important part that helps to create search engine friendly URLS. In wordpress admin you can find "Permalinks" under option. In this you can notice "Custom structure", you may try adding this tag /%postname%/
(5) Create and configure .htaccess file and place the below code

RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]

Save and upload in root and confirm that .htaccess file is been enabled in your server and your done