SOLVED

I want to change Favicon

Go to solution
Anonymous
Not applicable

I want to change Favicon

Hi all

I found my LP loading /favicon.ico and be causing timeout.

I read Marketo Tip 1: Favicon on Marketo Landing Pages Marketo Hidden Tricks and TipsMarketing Rockstar Guides

And I inserted <link> tag explicitly and correctly.

But marketo still inserts another <link> tag.

Screen Shot 2015-05-22 at 17.24.04.jpg

How to trim or override marketo Favicon <link>?

1 ACCEPTED SOLUTION

Accepted Solutions
Steven_Vanderb3
Marketo Employee

Re: I want to change Favicon

Hi Takehiro,

This is something that I've noticed happening as well.  For an immediate fix, you can create a redirect rule to go from cname.yourdomain.com/favicon.ico to point to /rs/999-XXX-999/images/favicon.ico Redirect a URL Path - Marketo Docs - Product Docs.

View solution in original post

14 REPLIES 14
Josh_Hill13
Level 10 - Champion Alumni

Re: I want to change Favicon

you should load the favicon into Marketo and put in the full URL to the icon.

Anonymous
Not applicable

Re: I want to change Favicon

Thanks Josh

After uploaded, Marketo instance still insert two tags link to root path.

But favicon works fine.

Ummmm

<link rel="shortcut icon" href="https://nation.marketo.com/rs/999-XXX-999/images/favicon.ico" type="image/x-icon" >

<link rel="icon" href="https://nation.marketo.com/rs/999-XXX-999/images/favicon.ico" type="image/x-icon" >

<link rel="shortcut icon" href="https://nation.marketo.com/favicon.ico" type="image/x-icon" >

<link rel="icon" href="https://nation.marketo.com/favicon.ico" type="image/x-icon" >

Anonymous
Not applicable

Re: I want to change Favicon

Takehiro-san,

Are you sure that these two lines are not hard coded in your templates?  Marketo does not automatically insert Favicon <link> tags into pages, so I suspect this is actually code that was accidentally inserted in the template.

When you added the "/rs/999-XXX-999/images/favicon.ico" link, did you do this in your template, or using custom HTML in the Landing Page editor? 

Anonymous
Not applicable

Re: I want to change Favicon

こんにちは、ジョナサン

 

My templates does not include "/favicon.ico" .

I wrote correct two lines "/rs/999-XXX-999/images/favicon.ico" at LP editor.

But "/favicon.ico" come from anywhere.

See my very simple LP example

http://pages-demo.ogis-ri.co.jp/test_NoFavicon.html

Now I found new thing.

Marketo official LP has same issue.

マルケトへのお問い合わせ

This instance does not have "http://pages2.marketo.com/favicon.ico" but inserted "/favicon.ico" lines.

Steven_Vanderb3
Marketo Employee

Re: I want to change Favicon

Hi Takehiro,

This is something that I've noticed happening as well.  For an immediate fix, you can create a redirect rule to go from cname.yourdomain.com/favicon.ico to point to /rs/999-XXX-999/images/favicon.ico Redirect a URL Path - Marketo Docs - Product Docs.

Anonymous
Not applicable

Re: I want to change Favicon

The system doesn't seem to allow putting an .ico URL in Redirect URL field.

SanfordWhiteman
Level 10 - Community Moderator

Re: I want to change Favicon

Make sure you have "Use non-Marketo Landing Page."  It works fine.

pastedImage_0.png

Anonymous
Not applicable

Re: I want to change Favicon

Yes, it works. Thanks!

Anonymous
Not applicable

Re: I want to change Favicon

I found new feature to disable default favicon links.

Admin => Integrartion => Landing Pages => Edit

Current docs doesn't make a mention of this.

Screen Shot 2016-04-14 at 16.21.38.jpg