google plus不会从页面读取元标记

时间:2015-12-03 10:26:11

标签: javascript html google-plus

当我使用angularjs时,无法在每个页面中编写元标记。因此,我创建了带有元标记的单独页面以供共享。

    <html>

    <head>
<meta property="og:title" content="title">
        <meta property="og:image" content="">
        <meta property="og:description" content="description">
</head>

    <body>
        <h1>page</h1>
         </body>

    </html>

但google plus并未从此页面读取元标记,并且在共享窗口中显示为空白。 请有人帮我解决这个问题。

0 个答案:

没有答案