1.关键词密度
百度要求关键词密度要高,但过高又会被视为作弊,需要在掌握好密度的同时,保持文本自然流畅。
谷歌则不强调关键词密度,注重文章的内容质量。
2.外部链接权重
百度重视外部链接的数量和质量,但也容易被作弊链接降权。
谷歌注重外界链接的质量,判定权重时会考虑链接来源的权威性。
3.网站内容更新
百度需要网站内容不断更新,每隔一段时间审核一次。而过度刷新会被视为作弊。
谷歌则倾向于更长时间的内容更新,审核时会根据内容更新程度和新鲜度考虑排名权重。
通过竞争情报,可以发现在我的行业中,与我竞争的对手们在优化关键字密度、外部链接权重、网站内容更新方面有怎样的表现。
通过竞争情报,可以发现在我的行业中,与我竞争的对手们在关键词选择、页面优化、外部链接方面有怎样的表现。
<link rel="icon" href="http://example.com/favicon.png"> <title>网站名</title>
<nav itemscope itemtype="http://schema.org/SiteNavigationElement"> <h2 itemprop="name">导航栏名称</h2> <ul itemprop="url"> <li itemprop="name"><a href="">导航链接名称</a></li> <li itemprop="name"><a href="">导航链接名称</a></li> <li itemprop="name"><a href="">导航链接名称</a></li> </ul> </nav>
<div itemscope itemtype="http://schema.org/Corporation"> <h2 itemprop="name">公司名</h2> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="addressLocality">公司所在城市</span>- <span itemprop="streetAddress">公司地址</span> </div> <div itemprop="telephone">公司电话</div> <div itemprop="faxNumber">公司传真</div> <a href="#" itemprop="url">公司网站</a> </div>
<div itemscope itemtype="http://schema.org/Product"> <h2 itemprop="name">产品名</h2> <div itemprop="brand" itemscope itemtype="http://schema.org/Brand"> <span itemprop="name">产品品牌</span> </div> <div itemprop="description">产品描述</div> </div>
<div itemscope itemtype="http://schema.org/Product"> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span itemprop="price">价格</span> </div> </div>
<div itemscope itemtype="http://schema.org/Review"> <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <span itemprop="ratingValue">评价分数</span> /<span itemprop="bestRating">最高评分</span> </div> <div itemprop="author">客户名称</div> <div itemprop="description">评价内容</div> </div>