Re: Tab Name

Kristina_Schrof
Level 2

Tab Name

How would I adjust the name on the tab of a landing page? See below this is a guided landing page and always has the tab named Guided Landing Page:

Thanks!

GLP.PNG

6 REPLIES 6
Dory_Viscoglio
Level 10

Re: Tab Name

Hey Kristina, you will want to update this in the page meta data:

pastedImage_0.pngpastedImage_1.pngpastedImage_2.png

Anonymous
Not applicable

Re: Tab Name

Hey Dory,

could you explaine me how to change the small symbol next to the tab name?

pastedImage_0.png

Grégoire_Miche2
Level 10

Re: Tab Name

Hi Patricia,

This is called the Favicon. It has to be changed in the template code. You will have to create a .ico (32x32 pixels) file and store in somewhere on the web. for instance in Marketo, but you can also use the one from your web site. Usually this fiel name will be favicon.ico

The you will have to add a HTML line in the <head> of the template that will look like this:

<link rel="shortcut icon" type="image/x-icon" href="http://whateverpathtothefaviconfile/favicon.ico">

-Greg

Anonymous
Not applicable

Re: Tab Name

Hi Greg,

thanks a lot for the fast answer!

Will try it out, hopefully it will work

Kristina_Schrof
Level 2

Re: Tab Name

THANK YOU

Dory_Viscoglio
Level 10

Re: Tab Name

No problem. Also, if you use local tokens, this can be tokenized so it's really easy to update if you have a template program that you clone.