学无先后,达者为师

网站首页 编程语言 正文

<meta name=“description“ content=““ />代码中加入这行代码的作用讲解

作者:凉飕飕111 更新时间: 2022-01-11 编程语言

使用jquery,写的h5页面,企业微信app,点击一个按钮,跳转到我写的页面时,点击右上角的分享,分享到微信好友,链接显示null的解决方法

在这里插入图片描述
如上图所示,分享链接显示时null,解决的方法是在h5页面的头部加上

<meta name="description" content="竭诚为您提供贴心公司金融服务" />
<meta name="keywords" content="哈哈" />

加上上述代码,链接上就有内容
在这里插入图片描述
让一些搜索引擎搜索到你的网页,代码可以这样写:

< Meta Name=" Keywords" Content="网页关键字" >
< Meta Name=" description" Content="网页描述文字" >

原文链接:https://blog.csdn.net/weixin_46659028/article/details/122110935

栏目分类
最近更新