如何正确执行元标记? [英] How do I properly do my meta tags?

查看:132
本文介绍了如何正确执行元标记?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<!DOCTYPE html>
<html lang="en" class="yui3-js-enabled">
<div id="yui3-css-stamp" style="removed: absolute !important; visibility: hidden !important">
</div>
<head>
<title>Clash of Clans Free Gems Generator</title>
<meta name="description" content="Clash of Clans Gems Free"> 
<meta name="keywords" content="Clash of Clans Gems Free, Clash of Clans Free Gems, Clash of Clans Gems Hack, Clash of Clans Hack, Clash of Clans Gem Hack, Clash of Clans Gem Hacks">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>





所以这是我的代码的一部分,开始。我的网站工作正常,但无论我如何放置我的元标记我都不能让它们出现在元标记分析器上!请帮助我



So this is part of my code, the beginning. My site is working perfectly but no matter how I put my meta tags I cant get them to show up on meta tag analyzers! please heelp me

推荐答案

关于元标签?





http://www.metatags.org/meta_name_keywords [ ^ ]


<html lang="en" class="yui3-js-enabled">

<head>
 <meta charset="UTF-8">
 <title>Clash of Clans Free Gems Generator</title>
 <meta name="description" content="Clash of Clans Gems Free"> 
 <meta name="keywords" content="Clash of Clans Gems Free, Clash of Clans Free Gems, Clash of Clans Gems Hack, Clash of Clans Hack, Clash of Clans Gem Hack, Clash of Clans Gem Hacks">

<script type="text/javascript">
  // codes
</script>
</head>

<body>
  <div id="yui3-css-stamp" style="removed: absolute !important; visibility: hidden !important">
</div>
</body>

</html>

这篇关于如何正确执行元标记?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆