Introduction
Not-found page handling shows a friendly message when a user visits a page that does not exist. It helps users understand they reached a wrong address.
When a user types a wrong URL in the browser.
When a link points to a page that was removed.
When a user tries to access a page that requires special permissions but is not available.
When a dynamic page ID does not match any data.
When you want to improve user experience by guiding users back to valid pages.