Hi, How do i make blog seo friendly like http://www.mattcutts.com/blog/google-developer-day/ There is no date or month in the blog url. Thanks, Santhosh
I use /%category%/%postname%/ for my permalink structure because I file my posts in very specific categories... it doesnt work for all blog types though
if your blog is about a personal blog (daily life blog), permalinks with date is better. but if your blog is more specific to their category, using permalinks with the category tag is much much more se friendly. -cypher.
I use %category%/%postname%/ for my music blog, as it has dozens of categories. Is it the right permalink solution ?
Thanks for for the suggestions, i found in wordpress site how to do it, but they say formats like /%postname%/ can create problems and they recommend the year/month/day/postname/ format. So i will be living with default WP SEO format.