I need help changing the browser tab name for my home page

Topic summary

A Shopify store owner encountered an issue where their homepage browser tab displayed ‘404 not found’ while other pages showed correctly. The problem was related to the title tag code in their theme.

Resolution:

  • The original poster managed to fix the issue independently after receiving initial support offers
  • Another user suggested an alternative solution: navigating to Online Store > Preferences > Title & Meta Description > Homepage Title and editing the homepage title field, then saving changes

Current Status:

  • Issue resolved for the original poster
  • At least one other user is experiencing the same problem and has requested details about the fix, but no response has been provided yet

Note: The conversation contains reversed/garbled text in several posts, making some technical details difficult to verify.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Please would someone be kind enough to help me as I am getting nowhere with the person that designed my shopify page.

Currently my home page tab name on my website says ‘404 not found’. For all other pages the browser tab name is perfectly fine. I have tried everything including editing the title code.

This is the current code:

{% if page_title == blank %}{{ shop.name }}{% else %}{{ page_title }}{% if current_page != 1 %} – {{ 'general.page' | t: page: current_page }}{% endif %}{% endif %}

Thanks in advance.

Hi @Adanai ,

Are you able to share the URL of your website so we can take a look and see what’s happening?

Lee

Hi Lee,

Thank you so much for your response, I have just managed to fix it.

Regards
Anila

That’s great!

All the best with your website.

Lee

Not 100% that this will work, but go to Online Store> Preferences> Title & Meta Description> Homepage Title

Edit to whatever you’d like, then Save. Note, it may take some time for the changes to become visible. Hope this works for you!
@biznazz101

Hi Adanai, could you please share how to fix it? I’m having the same issue. Thanks