Do you need to switch the store web page name in WooCommerce?

Through default, your major store web page is just known as ‘Store’. You could wish to exchange the default name to be extra descriptive and tasty, and higher replicate your logo.

On this article, we’ll display you the right way to exchange the WooCommerce store web page name simply.

How to change the WooCommerce shop page title (quick & easy)

Why Exchange the Store Web page Identify in WooCommerce?

While you set up WooCommerce, it’s going to robotically create pages like your store web page, account web page, checkout page, and extra.

Through default, the store web page name can be ‘Store’, however you’ll be able to exchange this to anything else you need, like ‘Boutique’ or ‘Retailer’ or one thing extra detailed and descriptive. General, this will assist create a greater buying groceries enjoy and assist construct accept as true with together with your guests.

Customizing your store web page name too can assist your WooCommerce search engine optimization. Google and different engines like google have a look at the phrases utilized in web page titles to decide the right way to rank them in seek effects. In case your store web page name is extra descriptive, it help you get extra visitors on your on-line retailer.

With that stated, let’s display you the right way to simply exchange the WooCommerce store web page name. Merely use the short hyperlinks beneath to leap instantly to the process you need to make use of.

Means 1: Converting the WooCommerce Store Web page Identify with Integrated WordPress Settings

The perfect and maximum newbie pleasant option to exchange the store web page name to your online store is by way of the use of the integrated settings.

To switch the name of your store web page, merely move to Pages » All Pages. You’ll wish to in finding the web page that claims ‘Store – Store Web page’ after which hover over it and click on the ‘Edit’ button.

Go to all pages and open shop page

From right here, you’ll be able to input a brand new web page name on the best of the web page.

You should definitely click on the ‘Replace’ button to save lots of your adjustments.

Add new shop page title

Now, you’ll be able to consult with your store web page, and also you’ll see your new store web page name are living.

Converting your store web page name this fashion will replace your breadcrumbs and navigation menu too.

Shop page new title example

Means 2: Converting the WooCommerce Store Web page Identify by way of Including Code to WordPress

Some WooCommerce themes may no longer provide the solution to exchange your store web page name.

To try this, you’ll wish to upload code to WordPress. In the event you haven’t executed this ahead of, then see our information on how to copy and paste code in WordPress.

Then, you’ll be able to upload the next code snippet on your functions.php document, in a site-specific plugin, or by way of the use of a code snippets plugin

add_filter( 'woocommerce_page_title', 'new_woocommerce_page_title');
 
serve as new_woocommerce_page_title( $page_title ) {
 
  if( $page_title == 'Store' ) {
 
    go back "New Store Identify";
 
  }
 
}

You’ll want to substitute the ‘New Store Identify’ with your individual store web page name within the snippet above.

Now, you’ll be able to consult with your on-line store web page to peer your new name are living. You’ll understand this system doesn’t exchange the store web page URL or WooCommerce breadcrumbs, however most effective adjustments the name at the web page itself.

Shop page title example with code

Means 3: Converting the WooCommerce Store Web page search engine optimization Identify with a WordPress Plugin

Differently to switch your WooCommerce store web page name is by way of converting the store name that displays up in the various search engines, which is known as the search engine optimization name or name tag.

It is a nice option to get extra visitors and goal extra related key phrases comparable on your on-line retailer.

The best way to try this is by way of the use of the AIOSEO plugin. It’s the best WordPress SEO plugin available in the market utilized by over 3 million web pages. 

AIOSEO

You’ll be able to use the plugin simply optimize your search engine optimization name to make stronger your seek engine ratings.

For extra main points on putting in place the plugin, see our information on how to setup All in One SEO for WordPress correctly.

After that, you’ll be able to simply exchange your store web page search engine optimization name by way of opening up your store web page and scrolling right down to the ‘AIOSEO Settings’ field underneath the web page editor.

You’ll be able to use sensible tags to robotically generate the store web page name, or input a customized name as a substitute.

AIOSEO shop page title

If you wish to totally customise the name and web page design of your WooCommerce store web page, then we propose the use of SeedProd.

It’s a drag & drop design builder that permits you to customise each facet of your WooCommerce retailer.

SeedProd WooCommerce Design Builder

We are hoping this newsletter helped you learn to exchange the WooCommerce store web page name. You might also wish to see our skilled pick out of the best WooCommerce plugins and best WooCommerce hosting for making a a success on-line retailer.

In the event you appreciated this newsletter, then please subscribe to our YouTube Channel for WordPress video tutorials. You’ll be able to additionally in finding us on Twitter and Facebook.

The submit How to Change the WooCommerce Shop Page Title (Quick & Easy) first seemed on WPBeginner.

WordPress Maintenance

[ continue ]