Home Page Title Issue

Solved

Home Page Title Issue

Soiled
Tourist
19 0 1

soiled.pngkyari.png

I have changed the home page title of my website soiled in preferences but in google it shows like this, see how other sites shows their title, i want to be able to change the texts as i wish, how to do it? i really dont know the proper term for that texts. Please help. 

Accepted Solution (1)

Hasan112
Shopify Partner
152 11 21

This is an accepted solution.

Go to theme 

Hasan112_0-1735645843383.png

and edit the code

 

on search theme.liquid open it 

and paste it on head tag

 

<title>
Your title text here
</title>


or 

<title>
{{ page_title }}
</title>

 

Accept the solution if it works 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!

View solution in original post

Replies 3 (3)

Hasan112
Shopify Partner
152 11 21

This is an accepted solution.

Go to theme 

Hasan112_0-1735645843383.png

and edit the code

 

on search theme.liquid open it 

and paste it on head tag

 

<title>
Your title text here
</title>


or 

<title>
{{ page_title }}
</title>

 

Accept the solution if it works 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!
Soiled
Tourist
19 0 1

it worked, thank you so much.

Hasan112
Shopify Partner
152 11 21

Ur welcome 

- If you need assistance with your store, feel free to contact us at zayan.1@yahoo.com or WhatsApp!
- Hire me, if you want to Design, Re-design, Develop a store or make changes to the pre-built store.
- If its helpful, please Mark as Accepted Solution, reply helpful? Click Like. Or Coffee Tip Thank you!