为什么PageSpeed Insights看不到我的视口元标记?

时间:2015-08-22 17:30:11

标签: php html mobile seo

我添加了代码

ParseObject.createWithoutData("LikeSocial", ID).deleteEventually();

到我的网页的HEAD,在DuchyBrass.co.uk的Index.php

它位于源代码的第6行,但该站点在定制的CMS上运行,因此HEAD在其自己的文件中定义并导入。

的index.php

<meta name="viewport" content="width=device-width, initial-scale=1" />

head.php

<!DOCTYPE html>
<html lang='en'>
    <head>
        <?php include 'app/common/head.php'; ?>
    </head>
    <body>

...

就浏览器而言(我假设)视口标签是可见的,但是移动SEO工具没有看到它。这是与CMS有关,加载信息太晚,还是这是一个我应该忽略的常见问题?

我的索引页面的顶部(使用浏览器中的查看页面源)看起来像

/(页面来源)

<title>Duchy Brass</title>
<meta charset="windows-1252" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="QsU348JA47VLcAbTUic-Un90bVlGuVk3a9A34doxsvc" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Viga' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="imgs/favicon.ico">
<link rel="canonical" href="http://www.duchybrass.co.uk" />

0 个答案:

没有答案