I have a site where I just installed wordpress.But the problem is when some one browses by inside pages instead of showing the page name as www.domainname.com/page it is showing like www.domainname.com/?page_id=2 I want to know how to change it to for example if that web page is www.domainname.com/aboutme it should show like that instead of www.domainname.com/?page_id=2
Here is your solution. http://www.1stwebdesigner.com/wordp...rmalink-structure-more-user-and-seo-friendly/ after that tell me
In your admin backend, go to Settings->Permalinks, and select either Day and Name, or Month and Name. Your posts will show the date and the post title in the url but your pages will just show the page title the way you want. If you want your posts to also just show the post title and not the date, then select "Custom Structure" and paste this - /%postname%/ Hope this helps.
change ur permalink structure by taking following steps: settings > permalinks > custom structure /%category%/%postname%/ or use month and post name.
Thanks man,you really helped.One more doubt,for SEO is it better to have the classifications in the left hand side or is it better to have it in the right hand side.I heard that search engines take note of the things in the left hand side more than right hand side.Is that true?