我使用此代码显示描述标记和关键字
<meta name="description" content="search thousands of humor, funny images<%= yield :description %>" />
<meta name="keywords" content="funny, fun, comics, jokes, images, pictures, photos, humor, safe for work<%= yield :keywords %>" />
但在开发环境中显示时,它不会显示在生产环境中 我的生产环境是rails 3.2.11和heroku所以我错过了什么?我甚至试过这段代码
<meta name="keywords" content="funny, fun, comics, jokes, images, pictures, photos, humor, safe for work" />
这是同样的结果,所以我想念的是什么?我真的开始吓坏了!!
答案 0 :(得分:0)
解决了我使用html5.validator.nu并且有一些html错误我解决了html错误然后上传到heroku并且元标记问题自动解决了