Edit title code for each individual product page

Edit title code for each individual product page

crunchmouth
Tourist
11 0 1

When I create a product, I enter a title into the "Title" box. For example: Sedona Arizona Retro Style Hoodie | Arizona Travel Apparel | Crunchmouth. So I assume that when I inspect the code, I should find the following: 

<title>Sedona Arizona Retro Style Hoodie | Arizona Travel Apparel | Crunchmouth</title> 

Unfortunately, I do not find this. There is no title at all in the code. So if I go into the code and add the title I want for this particular product, that would be the title for every single page of my website and that would be the text that shows up next to my favicon on the browser tab. That would be incorrect and I don't want that. I assume that what I need is for the product title to be dynamic, because I have several hundred products. To sum it up, I would like for the text I put into the "Title" box on my create product page to actually be the title in the code and, therefore, the text that shows up next to the favicon. How can I accomplish this? Many thanks for your help! Todd

Replies 2 (2)

suyash1
Shopify Partner
10742 1326 1706

@crunchmouth - check if you can add {{page.title}} into your title section , this can show the titles of the pages near your favicon.

 

You will need few code edits if the pages are collections or home page, but you can start with this

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
crunchmouth
Tourist
11 0 1

Thank you for the suggestion. Where would I add this?