Question about Wordpress permalink structure

Status
Not open for further replies.

kaylog

Banned
Banned
843
2011
319
0
What is better WP permalink structure for adult blog?

Code:
/%category%/%postname%

or

Code:
/%category%/%postname% download,free ect
 
8 comments
I had always used the second for download related sites. That's preferable because doing so you're putting few more keywords in the URL as well.
 
This is safe for SERP?
And If I'm change this now all my post have new permlink or only new post ?
 
Last edited:
This is for sure the best:

Code:
/%category%/%postname%
Let's say if your post title is "Jayden Jaymes Movies", with this permalink configuration, it will result in:
http://domain.com/blowjob/jayden-jaymes-movie

So, it's way more powerful than:
http://domain.com/jayden-jaymes-movie

Because, when someone google "Jayden Jaymes blowjob". The first one will have more chances to appear in first page!

And remember, always try to use in the <h1> and <title> tag at your blog a title like this:

- Download - Watch Online - Jayden Jaymes [Name of the Movie]

Hope it helps mate!
 
If I'm change permalink now all my post have new permlink or only new post ?

If you change your permalink, ALL your links will have the new format. But there's no problem, since Wordpress redirect the older permalinks to the new structure. You don't need a plugin to do that.

But remember to make a backup of your .htaccess file and MySQL DB, just to make sure that if something went wrong, you can go back. I don't recommend you to change the permalink structure if you're using a Windows host. Do this change only if you use Linux hosts.
 
Status
Not open for further replies.
Back
Top