0

我在我的网站上安装了 ssl。但是我在 chrome 的 url 栏上看到了这个不安全的图标。当我打开控制台时,我收到了这条消息:

The page at https://www.pm-sson.nl/index.php displayed insecure content from http://www.google.com/s2/favicons?domain=www.mysite.com.

我怎样才能删除这个?我有自己的网站图标,但它不会删除它。

4

3 回答 3

1

您可以在页面中指定图标的 url。

<link rel="shortcut icon" href=”favicon.ico” />
于 2012-09-25T12:23:42.590 回答
0
<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
</html>
that allow put your own favicon
于 2012-09-25T12:25:39.420 回答
0

SEO Meta Inspector 扩展显然会导致这个问题。看

Google 产品论坛匹配问题

弗里茨

于 2013-06-14T16:53:41.853 回答