{"id":10867570,"date":"2018-11-16T14:04:20","date_gmt":"2018-11-16T14:04:20","guid":{"rendered":"https:\/\/wordpress.org\/support\/?post_type=helphub_article&p=10867570"},"modified":"2023-01-16T12:51:04","modified_gmt":"2023-01-16T12:51:04","slug":"customize-permalinks","status":"publish","type":"helphub_article","link":"https:\/\/wordpress.org\/documentation\/article\/customize-permalinks\/","title":{"rendered":"Customize permalinks"},"content":{"rendered":"\n
Permalinks are the permanent URLs of your posts, pages, categories, and other archive pages on your website. These URLs are permanent and should never be changed \u2014 hence the name perma<\/em>link.<\/p>\n\n\n\n Permalinks help to create a URL structure that is easy for both humans and search engines to understand and share.<\/p>\n\n\n\n There are three types of WordPress permalinks:<\/p>\n\n\n\n The default Plain Permalink also called the Ugly Permalink looks like this:<\/p>\n\n\n\n http:\/\/example.com\/?p=N<\/p>\n\n\n\n with p as the parameter and N is the unique ID of the post or page in the database. <\/p>\n\n\n\n WordPress comes preinstalled with this setting. It works on all server environments. It is not user-friendly and also not optimized for search engines.<\/p>\n\n\n\n Pretty Permalinks are SEO-friendly and attractive. They usually contain several words such as the title of the post or page, post category, tag name, etc. You can use Keywords in the URL to make your content readable by search engines. <\/p>\n\n\n\n Pretty Permalinks also help others get an understanding of what the content of the page or post is by reading the URL. <\/p>\n\n\n\n Pretty Permalinks look like this:<\/p>\n\n\n\n http:\/\/example.com\/2012\/post-name\/<\/p>\n\n\n\n or<\/p>\n\n\n\n http:\/\/example.com\/2012\/12\/30\/post-name<\/p>\n\n\n\n WordPress provides a third option called the Almost Pretty permalinks. These permalinks have \/index.php prefixed before them, like so:<\/p>\n\n\n\n http:\/\/example.com\/index.php\/yyyy\/mm\/dd\/post-name\/<\/p>\n\n\n\n Except for this detail, they are similar to Pretty Permalinks. <\/p>\n\n\n\n On the WordPress dashboard, go to Settings \u2192<\/span> Permalinks Screen. You can choose one of the permalink structures or enter your own in the \u201cCustom structure\u201d field using the structure tags<\/em>.<\/p>\n\n\n\n\n
Permalink Types<\/h2>\n\n\n\n
Plain Permalinks<\/strong><\/h3>\n\n\n\n
Pretty Permalinks<\/strong><\/h3>\n\n\n\n
Almost Pretty Permalinks<\/strong><\/h3>\n\n\n\n
Choosing your permalink structure<\/h2>\n\n\n\n