---
title: Enabling white label in SEOPress
url: "https://www.seopress.org/support/guides/enabling-white-label-in-seopress/"
lang: en-US
updated: 2025-07-10
---

# Enabling white label in SEOPress

White label is a free feature, it means, it’s available in both **[SEOPress Free](https://www.seopress.org/wordpress-seo-plugins/free/)** and **[SEOPress PRO](https://www.seopress.org/wordpress-seo-plugins/pro/)**.

To enable [white label](https://www.seopress.org/features/white-label/) in SEOPress Free, you have to use hooks.

With our PRO version, you can apply all of these settings from **SEO** > **PRO** > **White Label**. If you have a multisite setup, from your **network admin**, **SEO** > **White Label**, you can also remove menu page / submenu pages.

[![PRO > White Label tab - SEOPress PRO](https://www.seopress.org/wp-content/uploads/2025/06/08-16-pro-white-label-tab-seopress-pro-scaled.png)](https://www.seopress.org/wp-content/uploads/2025/06/08-16-pro-white-label-tab-seopress-pro-scaled.png)

*PRO > White Label tab – SEOPress PRO*

Hooks are code snippets to paste into your functions.php (or in a [must-use plugin](https://codex.wordpress.org/Must_Use_Plugins)).

These hooks apply to backend only.

Why? Because there is no footprints / ads in frontend (source code of your pages, robots.txt, xml sitemaps…).

Here is the list of hooks on the white label:

- 
  - [https://www.seopress.org/support/hooks/remove-seopress-admin-header/](https://www.seopress.org/support/hooks/remove-seopress-admin-header/)
  - [https://www.seopress.org/support/hooks/filter-seo-admin-menu/](https://www.seopress.org/support/hooks/filter-seo-admin-menu/)
  - [https://www.seopress.org/support/hooks/change-remove-seopress-icon-in-admin-bar/](https://www.seopress.org/support/hooks/change-remove-seopress-icon-in-admin-bar/)
  - [https://www.seopress.org/support/hooks/remove-seopress-menu-submenu-pages/](https://www.seopress.org/support/hooks/remove-seopress-menu-submenu-pages/)
  - [https://www.seopress.org/support/hooks/remove-seopress-node-from-admin-bar/](https://www.seopress.org/support/hooks/remove-seopress-node-from-admin-bar/)
