Developer forum

Forum » Feature requests » Page name in browser Rapido

Page name in browser Rapido

Manon Wekking
Reply

Hi, 

If you have selected the MasterNoEcom.cshtml template and you have created sub pages, then your page name in the browser is the same name as your top map (page). 

Can you change the following in hte MasterNoEcom.cshtml template?:

<meta charset="utf-8" />
    <title>@Model.TopPage.Name</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">

To:

<meta charset="utf-8" />
    <title>@Model.Title</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">

I know that I can do this manually, but then it will be gone at the next update.

Hope this is possible, if yes in which version will this be changed?

BR,

Manon Wekking

pagename.png

Replies

 
Nicolai Pedersen
Reply

Hi Manon

Yes, we already did that and also deprecated NoEcom version of the template for the next version.

Thank you for the input.

BR Nicolai