Quote:
Originally Posted by tenletters
I think that WP adds a number to any multiple posts that are named exactly the same... at least in the url
|
Nope, not if you use/%postname%/, the number doesn't appear automatically.
I'd recommend
/%postname%-%post_id%.html
instead. So your titles are always unique, since the post_id is a unique number and you got a .html instead of a directory, which speeds up the indexing.