Wordpress SEO

donnabrown

Newbie
Joined
Apr 25, 2010
Messages
41
Reaction score
12
Hey

im starting with Wordpress blog

but stumbled upon some issues

is it possible to remove DATE from wordpress post url?
so make it abracadabra.com/xxx instead of abracadabra.com/12/12/1212/xxx

also im interested how can i add meta tags like description and keywords to each post (page)? is it possible to customize meta tags for posts?


thx a bunch!!!
 
Install all in one seo plugin and it will help you these things... For changing url check your permalinks... You will have to remove date from there...

Try Custom structure: - /%postname%
 
so In the Settings → Permalinks i can customize POST ti be without dates in my specific format? thats great. should i have some specific Apache or smth for that on my hosting?

and another.can i customize meta tags for each post, like description and keywords?
 
Just go to

Code:
http://www.yoursite.com/wp-admin/options-permalink.php

and pick custom structure and put
Code:
/%postname%
over there.

For meta tags, description and keywords... You can add them when creating post or editing them... Just scroll down and you will see these options...
 
I would suggest keeping the date in your URL. i have noticed traffic increasing when doing this. This permalink structure works well for me

/%day%/%monthnum%/%category%/%postname%/
 
Back
Top