How can I alter the SEO title of my homepage?

Hello everyone, I’ve just updated the content on the homepage, so I want to change the SEO title to align with the new content. I’ve searched through the theme settings but couldn’t find where to edit the title content.

I’d appreciate it if those with experience in Shopify stores could guide me through this process.
My website: https://dearpersonbehindme.net/ and currently the SEO title is still Spread Love and Joy 2023

CleanShot 2023-09-21 at 09.27.43.jpg

Hi @muiphan

You can try to change it from your Settings > Store details > Profile, click on Edit, change your Store name information

Thanks for your reply.
I’ve double-checked following your instructions, but the value in the “name” field is already set to “Dear Person Behind Me Hoodie.” before that. It’s possible that the SEO title isn’t configured here.

You can remove shop name for your title by going your Online store > Themes > Edit code > Layout > theme.liquid file, find this line of code and remove

{%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}

I want to edit the title to align with the new content rather than deleting it. I appreciate your positive feedback regarding the code suggestion, And I will consider it if I can’t find another way to make the desired changes.

1 Like

I have found a solution. The Homepage Title is located in the same position as shown in the image.

3 Likes

Click on Online Store > Preferences

You’d see the space to edit both the title and meta description (For SEO)

1 Like

worked perfectly. thanks man