这是我其中一个站的加入后的表现与观测。
原本很久没有收录的页面,加入以后也就收录。
本站的更新是一周2篇软文
从数据可以观测出 收录量是明显的。
人工记录
收录曲线
这是 谷歌展示量也是在上升曲线。
————————————————————————————————
Wix、Wordpress 或 Shopify 他们都有 独有 数据结构插件。为什么 易优cms就不能有吗?
https://developers.google.com/search/docs/appearance/structured-data/intro-structured-data?hl=zh-cn#search-appearance
这是我文章内页的模板加好的局部代码:
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="list_box">
<div class="contents" itemscope itemtype="https://schema.org/BlogPosting">
<h1 class="contents_title" itemprop="headline">{$eyou.field.title}</h1>
<meta itemprop="image" content="{$eyou.field.litpic}" />
<meta itemprop=" dateModified" content="{$eyou.field.update_time|MyDate='Y-m-d',###}T{$eyou.field.update_time|MyDate='H:i:s+08:00',###}" />
<meta itemprop=" datePublished" content="{$eyou.field.add_time|MyDate='Y-m-d',###}T{$eyou.field.add_time|MyDate='H:i:s+08:00',###}" />
<meta itemprop="url" content="{$eyou.field.pageurl}" />
<div class="text-gray padding-big-bottom text-default"> {eyou:lang name='yyauthor' /}: <span itemprop="author" itemscope itemtype="https://schema.org/Person"><span class="margin-right" itemprop="name">
<a itemprop="url" href="https://www.123456.com/about-us/">{$eyou.field.author}</a></span> </span>
{eyou:lang name='yytime' /}:<span class="margin-right" datetime="{$eyou.field.update_time|MyDate='Y-m-d',###}T{$eyou.field.update_time|MyDate='H:i:s+08:00',###}">{$eyou.field.update_time|MyDate='Y-m-d',###}</span> {eyou:notempty name='$eyou.field.tags'} <span class="margin-right">Tag: {eyou:tag getall='0'} <a href="{$field.link}" class="tag tags margin-small-bottom padding-small" {$field.target}>{$field.tag}</a> {/eyou:tag}</span> {/eyou:notempty} </div>
<div itemprop="text">{$eyou.field.content}</div>
{eyou:include file="quotes_blog.htm" /}
<div class="margin-b20"></div>
</div>
</div>
</div>
这里的:https://schema.org/BlogPosting 很重要。
文章(Article、NewsArticle、BlogPosting)结构化数据。
---https://developers.google.com/search/docs/appearance/structured-data/article?hl=zh-cn
——————————————————————————————
个人建议:一般企业站来说,都用这个比较好点BlogPosting
因为我其他的 也测试过,效果和契合度,这个最接近。
我想 易优CMS的运营和管理与技术,希望重视一下这个。对于外贸站还是比较好的。 谷歌建议推荐是:
这类格式。