- Joined
- Jul 12, 2016
- Messages
- 49
- Points
- 8
Permanent links refer to all addresses that will be part of our site in WordPress: items, categories, tags ... Something like the ID of each of the items we publish on our site.
Every time something is published in WordPress, by default a URL formed by the unique ID of the page, this style is created: example.com/?p=1589. That is a permanent link that can be used to share our publication, but it is unattractive to the eye, gives no hints about its content and does not help our SEO.
We are interested more attractive link like this: example.com/how-to-set-up-permalinks-in-wordpress/. So we have to activate the permalink on our site before starting to publish content, since once you do the search engines will begin to position our urls, and if they are changed we run the risk of losing all the positioning achieved, unless make use of 301 redirects to indicate that the old addresses have changed to new ones.
WordPress offers several types of permanent links, and we can even do them in a personalized way through their settings. Just go to wp-admin and click on Settings >> Permalinks to do customization as wanted.
Every time something is published in WordPress, by default a URL formed by the unique ID of the page, this style is created: example.com/?p=1589. That is a permanent link that can be used to share our publication, but it is unattractive to the eye, gives no hints about its content and does not help our SEO.
We are interested more attractive link like this: example.com/how-to-set-up-permalinks-in-wordpress/. So we have to activate the permalink on our site before starting to publish content, since once you do the search engines will begin to position our urls, and if they are changed we run the risk of losing all the positioning achieved, unless make use of 301 redirects to indicate that the old addresses have changed to new ones.
WordPress offers several types of permanent links, and we can even do them in a personalized way through their settings. Just go to wp-admin and click on Settings >> Permalinks to do customization as wanted.