我的网站工作正常,但当我将链接复制到Facebook时,它说索引:?

时间:2012-11-20 08:52:38

标签: facebook wordpress

我有一个wordpress网站。网站本身运作良好。 (无论是www还是没有) 当我将链接发布到Facebook时,它不会显示网站标题等。 Just Index of:就像我发布了一个FTP链接。

网站链接为http://www.kastamonuelsanatlari.com/

HTML头标记似乎没问题。什么都不缺。

我该怎么办?

谢谢。

2 个答案:

答案 0 :(得分:2)

尝试通过在主页中指定所需的标签来指定您希望Facebook显示的标题和其他信息。 e.g:

 <meta property="og:image" content="" />
 <meta property="og:type" content="" />
 <meta property="og:title" content="" />
 <meta property="og:url" content="" />
 <meta property="og:site_name" content="" />
 <meta property="og:description" content="" />

答案 1 :(得分:0)

希望这可以帮到你:

您必须将主页发布为索引(全部小写,无扩展名)。之后,该页面的所有链接都应该没问题。因为浏览器会自动找到您的网站index.php或登录页面。