permalink(Redirected from permalinks)
This article is a stub. You can help the IndieWebCamp wiki by expanding it.
WhyYou should maintain permalinks to your posts so links to them keep working. This is the intent of "Cool URIs [sic] don't change"[1]. HowDesignMain article: URL design
Most projects have a very deliberate permalink URL design.
IndieWeb ExamplesBarnaby Walters
gRegor Morrill
Project ExamplesWordPressWordPress (open source) supports the following permalink structures:
Coping with loss ofPermalinks die every year. If you're able to export your content you can rehost it on your own site, but the problem of dead permalinks remains. There are approaches to making dead permalinks at least discoverable, e.g. by searching for the text of a permalink URL in a web search engine. archive page with old permalinks in cleartextOne approach is to publish an archive page that provides cleartext URLs (but not hyperlinked) of your dead permalinks, along with their new locations, e.g.:
new URLs with old permalinks in pathAnother approach is to create new pages with URLs that have the old permalinks as part of their path, and then also link to those new URLs from an archive page using link text of the old domain and path . E.g.:
Changing Permalinks to postsWhen restructuring the permalink design on an indiewebsite, it is recommended to send an HTTP 301 permanent redirect response from the older permanlink to the newer one (see: https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes ). Such a redesign can affect other aspects of an indiewebsite some of which are documented below
See also |



















