![]() |
VOOZH | about |
Permalinks, or permanent links, are the URLs used to link to your content in WordPress. They help in making your content structured and accessed by users and search engines. You can navigate to WordPress permalink settings by going to Dashboard -> Settings -> Permalink. It looks something like the picture below. ( my WordPress installation directory is WordPress on localhost).
Permalinks are the permanent web addresses used to link to your posts, pages, categories, and other content on your WordPress site. They are designed to remain unchanged over time, providing a stable and consistent URL structure even if the content is updated. A well-structured permalink is not only user-friendly but also search-engine-friendly, which can positively impact your site’s visibility.
👁 wordpress-permalink-settingsWordPress offers several default permalink structures. Here’s a breakdown of each:
https://example.com/?p=123https://example.com/2024/07/11/sample-post/https://example.com/2024/07/sample-post/https://example.com/archives/123https://example.com/sample-post/For most sites, the Post name option is the best choice. It keeps URLs short, descriptive, and easy to remember. For example:
Good: https://example.com/sample-post/Bad: https://example.com/2024/07/11/sample-post/If your website requires a unique URL format, you can create a custom structure using the following tags:
For example, you might use: /blog/%year%/%monthnum%/%postname%/
After selecting or customizing your permalink structure, scroll down and click Save Changes. WordPress will automatically update your .htaccess file with the new settings.
👁 ImageWordPress also provides optional settings to further customize your URLs: