cancel
Showing results for 
Search instead for 
Did you mean: 

Default Name in Page Title

SOLVED

Default Name in Page Title

I am trying to figure how to have by default all my pages display "| Company Name" in the page title. Each product, category and any other pages I have on the site once I add the Meta Title for each of the pages the feature | Company name is automatically added to the title of each page so I ant have to manually type it in every time

 

I have done this in my two previous Magento 1 sites and want to create this in my new M2 site. I cannot remember where and how this was created.


1 ACCEPTED SOLUTION

Accepted Solutions

Re: Default Name in Page Title

Hello @Media Bug 

 

There is configurations in admin for adding suffix/prefix in title of all pages :

  1. On the Admin sidebar, go to Content > Design > Configuration.
  2. Find the store view that you want to configure. Then, click Edit in the Action column.
  3. Under Other Settings, expand the HTML Head section.
  4. Update the suffix as "| COMPANY NAME".
  5. When complete, click Save Config.

Hope it will resolve your issue.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

View solution in original post

3 REPLIES 3

Re: Default Name in Page Title

Hello @Media Bug 

 

There is configurations in admin for adding suffix/prefix in title of all pages :

  1. On the Admin sidebar, go to Content > Design > Configuration.
  2. Find the store view that you want to configure. Then, click Edit in the Action column.
  3. Under Other Settings, expand the HTML Head section.
  4. Update the suffix as "| COMPANY NAME".
  5. When complete, click Save Config.

Hope it will resolve your issue.

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Default Name in Page Title

Hi @Media Bug 

 

You can change the default page title in the admin panel:
System -> Configuration -> GENERAL -> Design -> HTML Head -> Default Title
 
It may help!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Problem solved? Click Accept as Solution!

Re: Default Name in Page Title

The "Page Title Suffix" looks like its doing what I needed it to do. Using the Default Page Title is not the answer.
I do know on our previous M1 sites that we had this feature on was done via HTML and not using the admin option. Just don't remember how it was done and what file that we edited the code for this feature