A lot of new WooCommerce users leave the default “Shop” page title as is, without realizing how much potential they’re missing.
Think about it: your shop page title is usually the first thing visitors see. It’s like the sign above your store’s front door. Leaving it as just “Shop” is the online equivalent of putting up a sign that says “Store.” You can make a much better first impression.
A custom title lets you show off your brand’s personality (“Gear Up for Adventure”), highlight what makes your products special (“Handcrafted Treasures”), or simply make things clearer (“Men’s Collection”). It’s a small change that can make a big difference in how people see your store.
In this guide, we’ll show you a few easy ways to change your WooCommerce shop page title, from quick updates to more advanced customizations.

💡Quick Answer: How to Change WooCommerce Shop Page Title
In a hurry? Here are the 2 easiest ways to change the WooCommerce shop page title. By default, it’s named “Shop”:
- Edit Page Title in WordPress (Best for beginners): Change the title directly from the Pages editor. Perfect if you want a quick, no-code fix that also updates menus and breadcrumbs automatically.
- Use WPCode (Best when theme overrides title): Add a small code snippet to force a custom title. Ideal when your theme ignores changes and you need a reliable workaround without editing theme files.
Why Change Your WooCommerce Shop Page Title?
Changing your WooCommerce shop page title helps you make a stronger first impression, improve clarity, and attract more search traffic.
- Make a Better First Impression: A clear, custom title tells visitors exactly what your store offers right away.
- Improve Brand Clarity: You can highlight your niche with titles like “Handcrafted Jewelry” or “Adventure Gear.”
- Boost SEO: Adding relevant keywords can help your shop page rank better and bring in targeted traffic.
Types of WooCommerce Shop Page Titles
Before we dive in, it’s helpful to understand that there are a few different “titles” in WordPress. This guide focuses on changing the main headline that your visitors see on the page.
Here’s a quick breakdown:
- On-Page Title (H1): This is the main headline visitors see at the top of your shop page. The methods in this guide will change this title.
- SEO Title (Title Tag): This is the title that shows up in Google search results and browser tabs. We’ll show you how to change this in our bonus tips section.
- Page Title in Admin: This is simply the name you see in your WordPress dashboard under Pages » All Pages, which helps you stay organized.
In this guide, you’ll mainly be changing the on-page title (H1) — the headline visitors see on your shop page.
With that said, let’s show you how to easily change the WooCommerce shop page title. Simply use the quick links below to jump straight to the method you want to use.
Option 1: Edit WordPress Page Title (Simplest Method)
The easiest and most beginner-friendly way to change the shop page title in your online store is by using the built-in settings.
To change the title of your shop page, simply go to Pages » All Pages. You’ll need to find the page that says ‘Shop – Shop Page’ and then hover over it and click the ‘Edit’ button.

From here, you can enter a new page title at the top of the page.
Make sure to click the ‘Update’ button to save your changes.

Now, you can visit your shop page, and you’ll see your new shop page title live.
Changing your shop page title this way will update your breadcrumbs and navigation menu too.

Is your WooCommerce shop page title not updating after using the first method? This is a common issue when your theme overrides the default settings. Don’t worry, we have a solution for you in this next section.
Option 2: Add Code (When Your Theme Doesn’t Allow Title Changes)
Sometimes, even after changing your shop page title in the editor, your theme might override it and continue to display the default ‘Shop’ title.
If the first method didn’t work for you, then this is likely the reason.
So, you’ll need to add code to WordPress. If you haven’t done this before, then see our guide on how to copy and paste code in WordPress.
Then, you can add the following code snippet to your functions.php file, in a site-specific plugin, or by using a code snippet plugin.
add_filter( 'woocommerce_page_title', 'new_woocommerce_page_title');
function new_woocommerce_page_title( $page_title ) {
if( $page_title == 'Shop' ) {
return "New Shop Title";
}
}
Note: Make sure you replace the ‘New Shop Title’ with your own shop page title in the snippet above.
We recommend adding this code using WPCode, which is the best WordPress code snippets plugin.

WPCode lets you easily add custom code in WordPress, without editing your theme files. That way, you don’t have to worry about breaking your site.
Step 1: Install and Activate WPCode
To get started, you need to install and activate the free WPCode plugin. If you need help, see our guide on how to install a WordPress plugin.
Step 2: Create a New Custom PHP Snippet
Upon activation, visit the Code Snippets » + Add Snippet page from your WordPress dashboard.
Then, click the ‘+ Add Custom Snippet’ button under the ‘Add Your Custom Code (New Snippet)’ option.

After that, you need to choose a code type from the list of options that appear on the screen.
For this tutorial, select the ‘PHP Snippet’ option.

From there, add a title to the top of the page that helps you remember what the code is for.
Step 3: Paste and Customize the Code
Next, paste the code from above into the ‘Code Preview’ box.

Step 4: Activate and Save the Snippet
Once that’s done, simply toggle the switch from ‘Inactive’ to ‘Active’ and hit the ‘Save Snippet’ button.

Now, you can visit your online shop page to see your new title live.

You’ll notice this method doesn’t change the shop page URL or WooCommerce breadcrumbs, but only changes the title on the page itself.
Bonus Tips: How to Change Your Shop Page’s Title Tag + Design
To change the title that appears in search engines and browser tabs (also known as the SEO title or title tag), you’ll need a dedicated SEO plugin.
This can be a great way to get more traffic and target more relevant keywords related to your online store.
The easiest way to do this is by using the AIOSEO plugin. It’s the best WordPress SEO plugin in the market, used by over 3 million websites.

You can use the plugin to easily optimize your SEO title to improve your search engine rankings.
For more details on setting up the plugin, see our guide on how to setup All in One SEO for WordPress correctly.
After that, you can easily change your shop page SEO title by opening up your shop page and scrolling down to the ‘AIOSEO Settings’ box beneath the page editor.
You can use smart tags to automatically generate the shop page title, or enter a custom title instead.

If you want to fully customize the title and page design of your WooCommerce shop page, then we recommend using SeedProd.
It’s a drag-and-drop design builder that lets you customize every aspect of your WooCommerce store, including product pages, checkout pages, cart pages, and more.

For more details, see our guide on how to customize WooCommerce product pages.
Frequently Asked Questions About WooCommerce Shop Title
Here are some questions that our readers frequently ask before changing their WooCommerce shop title:
Will changing the WooCommerce shop page title change my URL?
No, changing the title using the methods in this guide will not affect your shop page’s URL, which is also known as the permalink. Your URL will stay the same unless you change it separately in your page settings.
What is the difference between the page title and the SEO title?
The page title is the main heading that visitors see on your shop page. It’s what we focused on changing in Options 1 and 2.
The SEO title is what appears in search engine results and browser tabs. You can customize this separately for better search rankings using a plugin like All in One SEO.
Will this change affect my navigation menu or breadcrumbs?
Yes, if you use the first method (editing the page title directly), your navigation menu and breadcrumbs will update automatically to show the new title. The code snippet method usually only changes the on-page heading.
We hope this article helped you learn how to change the WooCommerce shop page title. You may also want to see our expert pick of the best WooCommerce plugins and best WooCommerce hosting for creating a successful online store.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Have a question or suggestion? Please leave a comment to start the discussion.