這是我其中一個站的加入后的表現與觀測。
原本很久沒有收錄的頁面,加入以后也就收錄。
本站的更新是一周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的運營和管理與技術,希望重視一下這個。對于外貿站還是比較好的。 谷歌建議推薦是:
這類格式。