Examples of My Past Mistakes:
Using the structure “%category%/%postname%” led to issues where only one post would appear if it belonged to multiple categories, and changing a category would alter the permalink.
Current Recommended Settings:“/post/id/%postname%”This avoids duplication with category pages and can accommodate custom post types.
Points to Note:
- Avoid using Japanese URLs.
- If the title is in Japanese, manually change the permalink to English.
With this setup, you can manage categories flexibly without negatively impacting SEO.
Comment