Html如何进行SEO?
一:html代码头部即head标签的seo设置。
1:<metacharset=”UTF-8〃>:指明网站编码。
2:<title>SEO教程自学网_网站SEO优化教程学习『武汉小明SEO』</title>:网站标题设置,标题里面的语句字字千金,需着重把握。
3:<metaname=”description”content=”SEO教程自学网,解答seo是什么,武汉小明专业研究搜索引擎优化,致力网站SEO优化教程学习以及seo技术教程培训,提供自学seo视频教程免费观看。”/>:网站描述设置,描述也能影响目标关键词排名。
4:
<metahttp-equiv=”Cache-Control”content=”no-transform”/>
<metahttp-equiv=”Cache-Control”content=”no-siteapp”/>
<metaname=”applicable-device”content=”pc,mobile”>
<metaname=”MobileOptimized”content=”width”/>
<metaname=”HandheldFriendly”content=”true”/>
移动禁止转码声明。
5:<scriptsrc=”//msite..com/sdk/c.js?appid=1567888488359210〃></script>:百度熊掌号ID声明。现目前熊掌号是大势所趋,很有必要。
6:<linkrel=”canonical”href=”代码其余部分进行seo设置。
1:<h1><spanclass=”yusi-mono”>SEO教程自学网</span></h1>。
h1标签是权重标签,建议一个页面使用一次即可。
2:<strongclass=”text-success”></strong>。
个人认为,strong标签有强调作用,比B标签效用更好。
3:
<atarget=”_blank”href=”https://www.xminseo.com/2390.html”title=”seo经验案例分享”><imgsrc=”https://www.xminseo.com/wp-content/uploads/2017/09/2-2.png”title=”seo经验案例分享”alt=”seo经验案例分享”/></a>。
图片必须添加alt标签,搜索引擎根据alt标签中的内容来识别图片。
4:
<scripttype=”application/ld+json”>
{
“@context”:“https://zhanzhang..com/contexts/cambrian.jsonld”,
“@id”:“https://www.xminseo.com/2747.html”,
“title”:”有关Canonical标签的一些说明”,
“images”:[
“https://www.xminseo.com/wp-content/uploads/2017/10/1-10.jpg”],
“description”:“ 如果网站中有大量网址形式不同而内容相同的页面,那么从网站seo优化的角度来看,是有问题的。不同的网址都可以访问同样内容的页面,会给有可能引起搜索引擎的误判。Canonical标签的出现,”,
“pubDate”:“2017-10-22T12:57:35”,
“isOriginal”:“0”
}
</script>
熊掌号页面改造代码,经过相关代码设置,能让页面符合熊掌号规范。
5:
<script>
(function(){
varbp=document.createElement(‘script’);
varcurProtocol=window.location.protocol.split(‘:’)[0];
if(curProtocol===‘https’){
bp.src=‘https://zz.bdstatic.com/linksubmit/push.js’;
}
else{
bp.src=‘/push.js’;
}
vars=document.getElementsByTagName(“script”)[0];
s.parentNode.insertBefore(bp,s);
})();
</script>
主动推送相关代码,借助用户行为,点击之后自动推送给百度搜索引擎。