Skip to main content Skip to footer

Unpublish Page

In Umbraco 17 and uSkinned 6+, unpublishing a page allows you to take it offline without permanently deleting the content from your site tree. This is the preferred method for managing seasonal content or pages that require further editing before being visible to the public.

Step-by-Step Instructions

  1. Navigate to the Content Section: Open the Umbraco backoffice and locate the page you want to take offline in the content tree on the left.

  2. Open the Actions Menu: Right-click on the page name or click the three dots (···) next to the name to open the slide-out actions panel.

  3. Select "Unpublish": Click on the Unpublish option within the menu.

  4. Confirm the Action: A confirmation prompt will appear. Verify that you have selected the correct node and click Confirm.

  5. Observe the Change: Due to the real-time Management API in Umbraco 17, the page icon in the tree will instantly turn gray (dimmed), signifying it is no longer live.

Pro-Tips for Content Management

  • Unpublishing vs. Deleting: Always use unpublish if you think you might need the content again in the future; deleting it moves it to the Recycle Bin, where it may eventually be permanently removed.

  • Check Sub-pages: When you unpublish a parent page, all of its sub-pages (child nodes) will also become inaccessible to the public.

  • Redirects: If the page you are unpublishing was previously indexed by search engines, consider setting up a redirect to a relevant live page to avoid 404 errors for visitors.

  • Preview Mode: You can still view and edit an unpublished page using the Preview button at the top right of the editor to see how it looks before re-publishing.

Relevant Links & Resources

 

Pro-Tip: Before unpublishing a high-traffic page, check the Info tab to see its "Public URL." If people have bookmarked that link, they will see a "404 Not Found" error once you unpublish. It is often a good idea to set up a Redirect to a different live page first!